@MessageLogger(projectCode="WFLYTX",
length=4)
public interface TransactionLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static TransactionLogger |
ROOT_LOGGER
A logger with the category of the default transaction package.
|
| Modifier and Type | Method and Description |
|---|---|
javax.resource.spi.work.WorkCompletedException |
cannotFindOrImportInflowTransaction(Xid xid,
javax.resource.spi.work.Work work,
Exception e) |
javax.resource.spi.work.WorkCompletedException |
cannotResumeInflowTransactionUnexpectedError(Transaction txn,
javax.resource.spi.work.Work work,
Exception e) |
RuntimeException |
cannotSuspendInflowTransactionUnexpectedError(javax.resource.spi.work.Work txn,
Exception e) |
org.jboss.msc.service.StartException |
createFailed(Throwable cause)
Creates an exception indicating a create failed.
|
org.jboss.as.controller.OperationFailedException |
eitherTrueOrDefined(String attrOne,
String attrTwo) |
void |
failedToRollbackTransaction(Throwable cause) |
void |
failedToSuspendTransaction(Throwable cause) |
javax.resource.spi.work.WorkCompletedException |
importedInflowTransactionIsInactive(Xid xid,
javax.resource.spi.work.Work work,
Exception e) |
org.jboss.as.controller.OperationFailedException |
inconsistentStatisticsSettings(String attrOne,
String attrTwo) |
IllegalStateException |
indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) |
void |
jcaSyncAfterCompletionFailed(Synchronization jcaSync,
Transaction tx,
Exception e) |
RuntimeException |
jmxSubsystemNotInstalled() |
org.jboss.as.controller.OperationFailedException |
jndiNameInvalidFormat()
A message indicating that jndi-name has an invalid format
|
org.jboss.msc.service.StartException |
managerStartFailure(Throwable cause,
String managerName)
Creates an exception indicating the start of a manager failed.
|
org.jboss.as.controller.OperationFailedException |
mustBedefinedIfDefined(String attrOne,
String attrTwo) |
org.jboss.as.controller.OperationFailedException |
mustBeDefinedIfTrue(String attrOne,
String attrTwo) |
org.jboss.as.controller.OperationFailedException |
mustBeUndefinedIfTrue(String attrOne,
String attrTwo) |
void |
nodeIdentifierIsSetToDefault(String attributeName,
String subsystemAddress)
If the user has set node identifier to the default value
|
void |
objectStoreRelativeToIsSetToDefault() |
org.jboss.msc.service.StartException |
objectStoreStartFailure(Throwable cause)
Creates an exception indicating the failure of the object store browser.
|
org.jboss.as.controller.OperationFailedException |
onlyOneCanBeTrue(String attrOne,
String attrTwo) |
void |
preJcaSyncAfterCompletionFailed(Synchronization preJcaSync,
Transaction tx,
Exception e) |
void |
rollbackOfTransactionStartedInEEConcurrentInvocation() |
IOException |
serializationMustBeHandledByTheFactory() |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating that a service was not started.
|
org.jboss.msc.service.StartException |
startFailure(Throwable cause)
Creates an exception indicating the start failed.
|
IllegalStateException |
syncsnotallowed(int status) |
void |
systemErrorWhileCheckingForTransactionLeak(Throwable cause) |
void |
timeoutValueIsSetToMaximum(int maximum_timeout) |
void |
transactionNotFound(Transaction tx) |
IllegalStateException |
transactionSetupProviderServiceNotStarted() |
void |
transactionStillOpen(int status)
If the user left a transaction open
|
void |
unableToGetTransactionStatus(Throwable cause)
If the current transaction status could not be determined
|
void |
unableToRollBack(Throwable cause)
If a transaction could not be rolled back
|
String |
unknownMetric(Object metric)
A message indicating the metric is unknown.
|
XMLStreamException |
unsupportedAttribute(String attribute,
Location location) |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final TransactionLogger ROOT_LOGGER
@LogMessage(level=ERROR)
@Message(id=1,
value="Unable to roll back active transaction")
void unableToRollBack(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=2,
value="Unable to get transaction state")
void unableToGetTransactionStatus(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=3,
value="APPLICATION ERROR: transaction still active in request with status %s")
void transactionStillOpen(int status)
@Message(id=4,
value="Create failed")
org.jboss.msc.service.StartException createFailed(@Cause
Throwable cause)
cause - the reason the creation failed.StartException initialized with the cause.@Message(id=5,
value="%s manager create failed")
org.jboss.msc.service.StartException managerStartFailure(@Cause
Throwable cause,
String managerName)
cause - the reason the start failed.managerName - the name of the manager that didn't start.StartException initialized with the cause and error message.@Message(id=6,
value="Failed to configure object store browser bean")
org.jboss.msc.service.StartException objectStoreStartFailure(@Cause
Throwable cause)
cause - the reason the start failed.StartException initialized with the cause and error message.@Message(id=7,
value="Service not started")
IllegalStateException serviceNotStarted()
IllegalStateException initialized with the cause and error message.@Message(id=8,
value="Start failed")
org.jboss.msc.service.StartException startFailure(@Cause
Throwable cause)
cause - the reason the start failed.StartException initialized with the cause.@Message(id=9,
value="Unknown metric %s")
String unknownMetric(Object metric)
metric - the unknown metric.@Message(id=10,
value="MBean Server service not installed, this functionality is not available if the JMX subsystem has not been installed.")
RuntimeException jmxSubsystemNotInstalled()
@Message(id=12,
value="Attributes %s and %s are alternatives; both cannot be set with conflicting values.")
org.jboss.as.controller.OperationFailedException inconsistentStatisticsSettings(String attrOne,
String attrTwo)
@LogMessage(level=WARN)
@Message(id=13,
value="The %s attribute on the %s is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.")
void nodeIdentifierIsSetToDefault(String attributeName,
String subsystemAddress)
@Message(id=15,
value="Jndi names have to start with java:/ or java:jboss/")
org.jboss.as.controller.OperationFailedException jndiNameInvalidFormat()
@LogMessage(level=WARN)
@Message(id=16,
value="Transaction started in EE Concurrent invocation left open, starting rollback to prevent leak.")
void rollbackOfTransactionStartedInEEConcurrentInvocation()
@LogMessage(level=WARN)
@Message(id=17,
value="Failed to rollback transaction.")
void failedToRollbackTransaction(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=18,
value="Failed to suspend transaction.")
void failedToSuspendTransaction(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=19,
value="System error while checking for transaction leak in EE Concurrent invocation.")
void systemErrorWhileCheckingForTransactionLeak(@Cause
Throwable cause)
@Message(id=20,
value="EE Concurrent ContextHandle serialization must be handled by the factory.")
IOException serializationMustBeHandledByTheFactory()
@Message(id=21,
value="EE Concurrent\'s TransactionSetupProviderService not started.")
IllegalStateException transactionSetupProviderServiceNotStarted()
@Message(id=23,
value="%s must be undefined if %s is \'true\'.")
org.jboss.as.controller.OperationFailedException mustBeUndefinedIfTrue(String attrOne,
String attrTwo)
@Message(id=24,
value="%s must be defined if %s is defined.")
org.jboss.as.controller.OperationFailedException mustBedefinedIfDefined(String attrOne,
String attrTwo)
@Message(id=25,
value="Either %s must be \'true\' or %s must be defined.")
org.jboss.as.controller.OperationFailedException eitherTrueOrDefined(String attrOne,
String attrTwo)
@LogMessage(level=WARN)
@Message(id=26,
value="The transaction %s could not be removed from the cache during cleanup.")
void transactionNotFound(Transaction tx)
@LogMessage(level=WARN)
@Message(id=27,
value="The pre-jca synchronization %s associated with tx %s failed during after completion")
void preJcaSyncAfterCompletionFailed(Synchronization preJcaSync,
Transaction tx,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=28,
value="The jca synchronization %s associated with tx %s failed during after completion")
void jcaSyncAfterCompletionFailed(Synchronization jcaSync,
Transaction tx,
@Cause
Exception e)
@Message(id=29,
value="Syncs are not allowed to be registered when the tx is in state %s")
IllegalStateException syncsnotallowed(int status)
@Message(id=30,
value="Indexed child resources can only be registered if the parent resource supports ordered children. The parent of \'%s\' is not indexed")
IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
@Message(id=31,
value="The attribute \'%s\' is no longer supported")
XMLStreamException unsupportedAttribute(String attribute,
@Param
Location location)
@Message(id=32,
value="%s must be defined if %s is \'true\'.")
org.jboss.as.controller.OperationFailedException mustBeDefinedIfTrue(String attrOne,
String attrTwo)
@Message(id=33,
value="Only one of %s and %s can be \'true\'.")
org.jboss.as.controller.OperationFailedException onlyOneCanBeTrue(String attrOne,
String attrTwo)
@LogMessage(level=DEBUG)
@Message(id=34,
value="relative_to property of the object-store is set to the default value with jboss.server.data.dir")
void objectStoreRelativeToIsSetToDefault()
@Message(id=35,
value="Cannot find or import inflow transaction for xid %s and work %s")
javax.resource.spi.work.WorkCompletedException cannotFindOrImportInflowTransaction(Xid xid,
javax.resource.spi.work.Work work,
@Cause
Exception e)
@Message(id=36,
value="Imported jca inflow transaction with xid %s of work %s is inactive")
javax.resource.spi.work.WorkCompletedException importedInflowTransactionIsInactive(Xid xid,
javax.resource.spi.work.Work work,
@Cause
Exception e)
@Message(id=37,
value="Unexpected error on resuming transaction %s for work %s")
javax.resource.spi.work.WorkCompletedException cannotResumeInflowTransactionUnexpectedError(Transaction txn,
javax.resource.spi.work.Work work,
@Cause
Exception e)
@Message(id=38,
value="Unexpected error on suspending transaction for work %s")
RuntimeException cannotSuspendInflowTransactionUnexpectedError(javax.resource.spi.work.Work txn,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=39,
value="A value of zero is not permitted for the maximum timeout, as such the timeout has been set to %s")
void timeoutValueIsSetToMaximum(int maximum_timeout)
Copyright © 2019 JBoss by Red Hat. All rights reserved.