|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MessageBundle(projectCode="IJ") public interface CoreBundle

The core bundle. Message ids ranging from 000000 to 009999 inclusively.
| Method Summary | |
|---|---|
String |
activationSpecClassNotAvailable()
The activation spec class is no longer available |
String |
connectionManagerIsShutdown(String jndiName)
The connection manager is shutdown |
String |
couldNotCommitLocalTx()
Could not commit local tx |
String |
couldNotDelistResourceThenTransactionRollback()
Could not delist resource, probably a transaction rollback |
String |
couldNotRollbackLocalTx()
Could not rollback local tx |
String |
deploymentFailedSinceJndiNameHasDeployed(String className,
String jndiName)
Deployment failed since jndi name is already deployed |
String |
duplicateHintWorkContextClass(String classname)
Duplicate HintWorkContext class |
String |
duplicateSecurityWorkContextClass(String classname)
Duplicate SecurityWorkContext class |
String |
duplicateTransactionWorkContextClass(String classname)
Duplicate TransactionWorkContext class |
String |
errorCheckingForTransaction()
Error checking for a transaction. |
String |
errorDuringConnectionClose()
Error during connection close |
String |
errorInDelist()
Error in delist |
String |
errorTryingStartLocalTx()
Error trying to start local tx |
String |
failureDelistResource(Object obj)
Failure to delist resource |
String |
forgetNotSupportedInLocalTx()
Forget not supported in local tx |
String |
getManagedConnectionRetryWaitInterrupted(String jndiName)
Method getManagedConnection retry wait was interrupted |
String |
interruptedWhileRequestingConnection(long end)
Interrupted while requesting connection |
String |
interruptedWhileRequestingPermit()
Interrupted while requesting permit |
String |
interruptedWhileRequestingPermit(long end)
Interrupted while requesting permit |
String |
keyNotRegistered(String key)
Key isn't registered |
String |
noMManagedConnectionsAvailableWithinConfiguredBlockingTimeout(long blockingTimeout)
No ManagedConnections available within configured blocking timeout |
String |
noRecoverWithLocalTxResourceManagers()
No recover with local-tx only resource managers |
String |
notCorrectTypeWhenClassCast(String classname)
Not correct type in class cast |
String |
notEnlistInTransactionOnEnteringMetaAwareObject()
Could not enlist in transaction on entering meta-aware object |
String |
releaseMethodIsSynchronized(String classname)
Release method is synchronized |
String |
resourceAdapterAssociationFailed(String clz)
ResourceAdapterAssociation failed |
String |
resourceAdapterInstanceNotActive()
ResourceAdapter instance not active |
String |
resourceAdapterNotAvailable()
The resource adapter is no longer available |
String |
runMethodIsSynchronized(String classname)
Run method is synchronized |
String |
securityContextSetupFailed(String message)
SecurityContext setup failed |
String |
securityContextSetupFailedSinceCallbackSecurityDomainWasEmpty()
SecurityContext setup failed since CallbackSecurity::Domain was empty |
String |
securityContextSetupFailedSinceCallbackSecurityWasNull()
SecurityContext setup failed since CallbackSecurity was null |
String |
shouldNeverHappen()
This should never happen |
String |
someConnectionsWereNotClosed()
Some connections were not closed |
String |
startTimeoutIsNegative(long startTimeout)
StartTimeout is negative |
String |
systemExceptionWhenFailedToEnlistEqualsCurrentTx(Object throwable,
Object currentTx)
System exception when failedToEnlist equals currentTx |
String |
thePoolHasBeenShutdown(String pool,
String mcp)
The pool has been shutdown |
String |
thisMethodNotSupported()
This method is not supported |
String |
throwableTryingStartLocalTx()
Throwable trying to start local transaction |
String |
transactionNotActive(Object obj)
Transaction is not active |
String |
tryingStartNewTxWhenOldNotComplete(Object oldXid,
Object newXid,
int flags)
Trying to start a new tx when old is not complete |
String |
tryingStartNewTxWithWrongFlags(Object xid,
int flags)
Trying to start a new tx with wrong flags |
String |
tryingUseConnectionFactoryShutDown()
You are trying to use a connection factory that has been shut down ManagedConnectionFactory is null |
String |
unableGetManagedConnection(String jndiName)
Unable to get managed connection for |
String |
unableGetManagedConnectionPool()
Unable to get managed connection pool |
String |
unableLookupResourceAdapterInMDR(String uniqueId)
Unable to lookup resource adapter in MDR |
String |
unableObtainLock()
Unable to obtain lock |
String |
unableSetXAResourceTransactionTimeout(String jndiName)
Unable to set XAResource transaction timeout |
String |
uncheckedThrowableInManagedConnectionGetConnection(Object obj)
Unchecked throwable in ManagedConnection.getConnection() |
String |
uncheckedThrowableInManagedConnectionReconnected(Object obj)
Unchecked throwable in managedConnectionReconnected() |
String |
unexpectedThrowableWhileTryingCreateConnection(Object obj)
Unexpected throwable while trying to create a connection: |
String |
unfinishedLocalTransaction(Object obj)
Unfinished local transaction - error getting local transaction from |
String |
unfinishedLocalTransactionNotProvideLocalTransaction(Object obj)
Unfinished local transaction but managed connection does not provide a local transaction |
String |
unsupportedWorkContextClass(String classname)
Unsupported WorkContext class |
String |
validationException()
Validation exception |
String |
workExecutionContextMustNullImplementsWorkContextProvider()
Work execution context must be null because work instance implements WorkContextProvider |
String |
workIsNull()
Work is null |
String |
workmanagerShutdown()
WorkManager shutdown |
String |
wrongManagedConnectionFactorySentToAllocateConnection(Object pool,
Object mcf)
Wrong ManagedConnectionFactory sent to allocateConnection |
String |
wrongXidInCommit(Object currentXid,
Object xid)
Wrong xid in commit |
String |
wrongXidInRollback(Object currentXid,
Object xid)
Wrong xid in rollback |
| Method Detail |
|---|
@Message(id=151,
value="Some connections were not closed, see the log for the allocation stacktraces")
String someConnectionsWereNotClosed()
@Message(id=251,
value="SecurityContext setup failed: %s")
String securityContextSetupFailed(String message)
message - The throwable description
@Message(id=252,
value="SecurityContext setup failed since CallbackSecurity was null")
String securityContextSetupFailedSinceCallbackSecurityWasNull()
@Message(id=253,
value="Work is null")
String workIsNull()
@Message(id=254,
value="StartTimeout is negative: %s")
String startTimeoutIsNegative(long startTimeout)
startTimeout - timeout of start
@Message(id=255,
value="Interrupted while requesting permit")
String interruptedWhileRequestingPermit()
@Message(id=256,
value="Work execution context must be null because work instance implements WorkContextProvider")
String workExecutionContextMustNullImplementsWorkContextProvider()
@Message(id=257,
value="%s: Run method is synchronized")
String runMethodIsSynchronized(String classname)
classname - class name of work
@Message(id=258,
value="%s: Release method is synchronized")
String releaseMethodIsSynchronized(String classname)
classname - class name of work
@Message(id=259,
value="Unsupported WorkContext class: %s")
String unsupportedWorkContextClass(String classname)
classname - class name of work
@Message(id=260,
value="Duplicate TransactionWorkContext class: %s")
String duplicateTransactionWorkContextClass(String classname)
classname - class name of work
@Message(id=261,
value="Duplicate SecurityWorkContext class: %s")
String duplicateSecurityWorkContextClass(String classname)
classname - class name of work
@Message(id=262,
value="Duplicate HintWorkContext class: %s")
String duplicateHintWorkContextClass(String classname)
classname - class name of work
@Message(id=263,
value="WorkManager is shutting down")
String workmanagerShutdown()
@Message(id=264,
value="SecurityContext setup failed since CallbackSecurity::Domain was empty")
String securityContextSetupFailedSinceCallbackSecurityDomainWasEmpty()
@Message(id=265,
value="ResourceAdapterAssociation failed for %s")
String resourceAdapterAssociationFailed(String clz)
clz - The class name
@Message(id=351,
value="Not correct type: %s")
String notCorrectTypeWhenClassCast(String classname)
classname - class name of work
@Message(id=352,
value="Failure to delist resource: %s")
String failureDelistResource(Object obj)
obj - listener instance
@Message(id=353,
value="Error in delist")
String errorInDelist()
@Message(id=354,
value="Unfinished local transaction - error getting local transaction from %s")
String unfinishedLocalTransaction(Object obj)
obj - listener instance
@Message(id=355,
value="Unfinished local transaction but managed connection does not provide a local transaction: %s")
String unfinishedLocalTransactionNotProvideLocalTransaction(Object obj)
obj - listener instance
@Message(id=356,
value="Failed to enlist: %s tx=%s")
String systemExceptionWhenFailedToEnlistEqualsCurrentTx(Object throwable,
Object currentTx)
throwable - throwable instancecurrentTx - current transaction instance
@Message(id=451,
value="The connection manager is shutdown: %s")
String connectionManagerIsShutdown(String jndiName)
jndiName - jndi name
@Message(id=452,
value="Method getManagedConnection retry wait was interrupted: %s")
String getManagedConnectionRetryWaitInterrupted(String jndiName)
jndiName - jndi name
@Message(id=453,
value="Unable to get managed connection for %s")
String unableGetManagedConnection(String jndiName)
jndiName - jndi name
@Message(id=454,
value="You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null")
String tryingUseConnectionFactoryShutDown()
@Message(id=455,
value="Wrong ManagedConnectionFactory sent to allocateConnection (Pool=%s, MCF=%s)")
String wrongManagedConnectionFactorySentToAllocateConnection(Object pool,
Object mcf)
pool - The ManagedConnectionFactory used for the poolmcf - The ManagedConnectionFactory passed in
@Message(id=456,
value="Unchecked throwable in ManagedConnection.getConnection() cl=%s")
String uncheckedThrowableInManagedConnectionGetConnection(Object obj)
obj - ConnectionListener instance
@Message(id=457,
value="Unchecked throwable in managedConnectionReconnected() cl=%s")
String uncheckedThrowableInManagedConnectionReconnected(Object obj)
obj - ConnectionListener instance
@Message(id=458,
value="This method is not supported")
String thisMethodNotSupported()
@Message(id=459,
value="Transaction is not active: tx=%s")
String transactionNotActive(Object obj)
obj - transaction instance
@Message(id=460,
value="Error checking for a transaction")
String errorCheckingForTransaction()
@Message(id=461,
value="Could not enlist in transaction on entering meta-aware object")
String notEnlistInTransactionOnEnteringMetaAwareObject()
@Message(id=462,
value="Could not delist resource, probably a transaction rollback")
String couldNotDelistResourceThenTransactionRollback()
@Message(id=463,
value="Unable to set XAResource transaction timeout: %s")
String unableSetXAResourceTransactionTimeout(String jndiName)
jndiName - jndi name
@Message(id=651,
value="Unable to get managed connection pool")
String unableGetManagedConnectionPool()
@Message(id=652,
value="Unable to obtain lock")
String unableObtainLock()
@Message(id=653,
value="The pool has been shutdown (%s,%s)")
String thePoolHasBeenShutdown(String pool,
String mcp)
pool - The poolmcp - The managed connection pool
@Message(id=654,
value="Interrupted while requesting connection: Waited %s ms")
String interruptedWhileRequestingConnection(long end)
end - time of end
@Message(id=655,
value="No managed connections available within configured blocking timeout (%s [ms])")
String noMManagedConnectionsAvailableWithinConfiguredBlockingTimeout(long blockingTimeout)
blockingTimeout - timeout of blocking
@Message(id=656,
value="This should never happen")
String shouldNeverHappen()
@Message(id=657,
value="Interrupted while requesting permit: Waited %s ms")
String interruptedWhileRequestingPermit(long end)
end - time of end
@Message(id=658,
value="Unexpected throwable while trying to create a connection: %s")
String unexpectedThrowableWhileTryingCreateConnection(Object obj)
obj - connection listener instance
@Message(id=751,
value="Deployment %s failed, %s is already deployed")
String deploymentFailedSinceJndiNameHasDeployed(String className,
String jndiName)
className - class namejndiName - jndi name
@Message(id=851,
value="Resource adapter instance not active")
String resourceAdapterInstanceNotActive()
@Message(id=852,
value="Validation exception")
String validationException()
@Message(id=853,
value="The activation spec class is no longer available")
String activationSpecClassNotAvailable()
@Message(id=854,
value="The resource adapter is no longer available")
String resourceAdapterNotAvailable()
@Message(id=855,
value="%s isn\'t registered")
String keyNotRegistered(String key)
key - key name
@Message(id=856,
value="Unable to lookup resource adapter in MDR: %s")
String unableLookupResourceAdapterInMDR(String uniqueId)
uniqueId - key name
@Message(id=951,
value="Error during connection close")
String errorDuringConnectionClose()
@Message(id=1151,
value="Trying to start a new transaction when old is not complete: Old: %s, New %s, Flags %s")
String tryingStartNewTxWhenOldNotComplete(Object oldXid,
Object newXid,
int flags)
oldXid - old xidnewXid - new xidflags - flags
@Message(id=1152,
value="Trying to start a new transaction with wrong flags: New %s, Flags %s")
String tryingStartNewTxWithWrongFlags(Object xid,
int flags)
xid - xidflags - flags
@Message(id=1153,
value="Error trying to start local transaction")
String errorTryingStartLocalTx()
@Message(id=1154,
value="Throwable trying to start local transaction")
String throwableTryingStartLocalTx()
@Message(id=1155,
value="Wrong xid in commit: Expected: %s, Got: %s")
String wrongXidInCommit(Object currentXid,
Object xid)
currentXid - current xidxid - xid
@Message(id=1156,
value="Could not commit local transaction")
String couldNotCommitLocalTx()
@Message(id=1157,
value="Forget not supported in local transaction")
String forgetNotSupportedInLocalTx()
@Message(id=1158,
value="No recovery for LocalTransaction only resource manager")
String noRecoverWithLocalTxResourceManagers()
@Message(id=1159,
value="Wrong xid in rollback: Expected: %s, Got: %s")
String wrongXidInRollback(Object currentXid,
Object xid)
currentXid - current xidxid - xid
@Message(id=1160,
value="Could not rollback local transaction")
String couldNotRollbackLocalTx()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||