org.jboss.jca.core
Interface CoreBundle


@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 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 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()
          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()
          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

someConnectionsWereNotClosed

@Message(id=151,
         value="Some connections were not closed, see the log for the allocation stacktraces")
String someConnectionsWereNotClosed()
Some connections were not closed

Returns:
The value

securityContextSetupFailed

@Message(id=251,
         value="SecurityContext setup failed: %s")
String securityContextSetupFailed(String message)
SecurityContext setup failed

Parameters:
message - The throwable description
Returns:
The value

securityContextSetupFailedSinceCallbackSecurityWasNull

@Message(id=252,
         value="SecurityContext setup failed since CallbackSecurity was null")
String securityContextSetupFailedSinceCallbackSecurityWasNull()
SecurityContext setup failed since CallbackSecurity was null

Returns:
The value

workIsNull

@Message(id=253,
         value="Work is null")
String workIsNull()
Work is null

Returns:
The value

startTimeoutIsNegative

@Message(id=254,
         value="StartTimeout is negative: %s")
String startTimeoutIsNegative(long startTimeout)
StartTimeout is negative

Parameters:
startTimeout - timeout of start
Returns:
The value

interruptedWhileRequestingPermit

@Message(id=255,
         value="Interrupted while requesting permit")
String interruptedWhileRequestingPermit()
Interrupted while requesting permit

Returns:
The value

workExecutionContextMustNullImplementsWorkContextProvider

@Message(id=256,
         value="Work execution context must be null because work instance implements WorkContextProvider")
String workExecutionContextMustNullImplementsWorkContextProvider()
Work execution context must be null because work instance implements WorkContextProvider

Returns:
The value

runMethodIsSynchronized

@Message(id=257,
         value="%s: Run method is synchronized")
String runMethodIsSynchronized(String classname)
Run method is synchronized

Parameters:
classname - class name of work
Returns:
The value

releaseMethodIsSynchronized

@Message(id=258,
         value="%s: Release method is synchronized")
String releaseMethodIsSynchronized(String classname)
Release method is synchronized

Parameters:
classname - class name of work
Returns:
The value

unsupportedWorkContextClass

@Message(id=259,
         value="Unsupported WorkContext class: %s")
String unsupportedWorkContextClass(String classname)
Unsupported WorkContext class

Parameters:
classname - class name of work
Returns:
The value

duplicateTransactionWorkContextClass

@Message(id=260,
         value="Duplicate TransactionWorkContext class: %s")
String duplicateTransactionWorkContextClass(String classname)
Duplicate TransactionWorkContext class

Parameters:
classname - class name of work
Returns:
The value

duplicateSecurityWorkContextClass

@Message(id=261,
         value="Duplicate SecurityWorkContext class: %s")
String duplicateSecurityWorkContextClass(String classname)
Duplicate SecurityWorkContext class

Parameters:
classname - class name of work
Returns:
The value

duplicateHintWorkContextClass

@Message(id=262,
         value="Duplicate HintWorkContext class: %s")
String duplicateHintWorkContextClass(String classname)
Duplicate HintWorkContext class

Parameters:
classname - class name of work
Returns:
The value

workmanagerShutdown

@Message(id=263,
         value="WorkManager is shutting down")
String workmanagerShutdown()
WorkManager shutdown

Returns:
The value

notCorrectTypeWhenClassCast

@Message(id=351,
         value="Not correct type: %s")
String notCorrectTypeWhenClassCast(String classname)
Not correct type in class cast

Parameters:
classname - class name of work
Returns:
The value

failureDelistResource

@Message(id=352,
         value="Failure to delist resource: %s")
String failureDelistResource(Object obj)
Failure to delist resource

Parameters:
obj - listener instance
Returns:
The value

errorInDelist

@Message(id=353,
         value="Error in delist")
String errorInDelist()
Error in delist

Returns:
The value

unfinishedLocalTransaction

@Message(id=354,
         value="Unfinished local transaction - error getting local transaction from %s")
String unfinishedLocalTransaction(Object obj)
Unfinished local transaction - error getting local transaction from

Parameters:
obj - listener instance
Returns:
The value

unfinishedLocalTransactionNotProvideLocalTransaction

@Message(id=355,
         value="Unfinished local transaction but managed connection does not provide a local transaction: %s")
String unfinishedLocalTransactionNotProvideLocalTransaction(Object obj)
Unfinished local transaction but managed connection does not provide a local transaction

Parameters:
obj - listener instance
Returns:
The value

systemExceptionWhenFailedToEnlistEqualsCurrentTx

@Message(id=356,
         value="Failed to enlist: %s tx=%s")
String systemExceptionWhenFailedToEnlistEqualsCurrentTx(Object throwable,
                                                                Object currentTx)
System exception when failedToEnlist equals currentTx

Parameters:
throwable - throwable instance
currentTx - current transaction instance
Returns:
The value

connectionManagerIsShutdown

@Message(id=451,
         value="The connection manager is shutdown: %s")
String connectionManagerIsShutdown(String jndiName)
The connection manager is shutdown

Parameters:
jndiName - jndi name
Returns:
The value

getManagedConnectionRetryWaitInterrupted

@Message(id=452,
         value="Method getManagedConnection retry wait was interrupted: %s")
String getManagedConnectionRetryWaitInterrupted(String jndiName)
Method getManagedConnection retry wait was interrupted

Parameters:
jndiName - jndi name
Returns:
The value

unableGetManagedConnection

@Message(id=453,
         value="Unable to get managed connection for %s")
String unableGetManagedConnection(String jndiName)
Unable to get managed connection for

Parameters:
jndiName - jndi name
Returns:
The value

tryingUseConnectionFactoryShutDown

@Message(id=454,
         value="You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null")
String tryingUseConnectionFactoryShutDown()
You are trying to use a connection factory that has been shut down ManagedConnectionFactory is null

Returns:
The value

wrongManagedConnectionFactorySentToAllocateConnection

@Message(id=455,
         value="Wrong ManagedConnectionFactory sent to allocateConnection")
String wrongManagedConnectionFactorySentToAllocateConnection()
Wrong ManagedConnectionFactory sent to allocateConnection

Returns:
The value

uncheckedThrowableInManagedConnectionGetConnection

@Message(id=456,
         value="Unchecked throwable in ManagedConnection.getConnection() cl=%s")
String uncheckedThrowableInManagedConnectionGetConnection(Object obj)
Unchecked throwable in ManagedConnection.getConnection()

Parameters:
obj - ConnectionListener instance
Returns:
The value

uncheckedThrowableInManagedConnectionReconnected

@Message(id=457,
         value="Unchecked throwable in managedConnectionReconnected() cl=%s")
String uncheckedThrowableInManagedConnectionReconnected(Object obj)
Unchecked throwable in managedConnectionReconnected()

Parameters:
obj - ConnectionListener instance
Returns:
The value

thisMethodNotSupported

@Message(id=458,
         value="This method is not supported")
String thisMethodNotSupported()
This method is not supported

Returns:
The value

transactionNotActive

@Message(id=459,
         value="Transaction is not active: tx=%s")
String transactionNotActive(Object obj)
Transaction is not active

Parameters:
obj - transaction instance
Returns:
The value

errorCheckingForTransaction

@Message(id=460,
         value="Error checking for a transaction")
String errorCheckingForTransaction()
Error checking for a transaction.

Returns:
The value

notEnlistInTransactionOnEnteringMetaAwareObject

@Message(id=461,
         value="Could not enlist in transaction on entering meta-aware object")
String notEnlistInTransactionOnEnteringMetaAwareObject()
Could not enlist in transaction on entering meta-aware object

Returns:
The value

couldNotDelistResourceThenTransactionRollback

@Message(id=462,
         value="Could not delist resource, probably a transaction rollback")
String couldNotDelistResourceThenTransactionRollback()
Could not delist resource, probably a transaction rollback

Returns:
The value

unableSetXAResourceTransactionTimeout

@Message(id=463,
         value="Unable to set XAResource transaction timeout: %s")
String unableSetXAResourceTransactionTimeout(String jndiName)
Unable to set XAResource transaction timeout

Parameters:
jndiName - jndi name
Returns:
The value

unableGetManagedConnectionPool

@Message(id=651,
         value="Unable to get managed connection pool")
String unableGetManagedConnectionPool()
Unable to get managed connection pool

Returns:
The value

unableObtainLock

@Message(id=652,
         value="Unable to obtain lock")
String unableObtainLock()
Unable to obtain lock

Returns:
The value

thePoolHasBeenShutdown

@Message(id=653,
         value="The pool has been shutdown")
String thePoolHasBeenShutdown()
The pool has been shutdown

Returns:
The value

interruptedWhileRequestingConnection

@Message(id=654,
         value="Interrupted while requesting connection: Waited %s ms")
String interruptedWhileRequestingConnection(long end)
Interrupted while requesting connection

Parameters:
end - time of end
Returns:
The value

noMManagedConnectionsAvailableWithinConfiguredBlockingTimeout

@Message(id=655,
         value="No managed connections available within configured blocking timeout (%s [ms])")
String noMManagedConnectionsAvailableWithinConfiguredBlockingTimeout(long blockingTimeout)
No ManagedConnections available within configured blocking timeout

Parameters:
blockingTimeout - timeout of blocking
Returns:
The value

shouldNeverHappen

@Message(id=656,
         value="This should never happen")
String shouldNeverHappen()
This should never happen

Returns:
The value

interruptedWhileRequestingPermit

@Message(id=657,
         value="Interrupted while requesting permit: Waited %s ms")
String interruptedWhileRequestingPermit(long end)
Interrupted while requesting permit

Parameters:
end - time of end
Returns:
The value

unexpectedThrowableWhileTryingCreateConnection

@Message(id=658,
         value="Unexpected throwable while trying to create a connection: %s")
String unexpectedThrowableWhileTryingCreateConnection(Object obj)
Unexpected throwable while trying to create a connection:

Parameters:
obj - connection listener instance
Returns:
The value

deploymentFailedSinceJndiNameHasDeployed

@Message(id=751,
         value="Deployment %s failed, %s is already deployed")
String deploymentFailedSinceJndiNameHasDeployed(String className,
                                                        String jndiName)
Deployment failed since jndi name is already deployed

Parameters:
className - class name
jndiName - jndi name
Returns:
The value

resourceAdapterInstanceNotActive

@Message(id=851,
         value="Resource adapter instance not active")
String resourceAdapterInstanceNotActive()
ResourceAdapter instance not active

Returns:
The value

validationException

@Message(id=852,
         value="Validation exception")
String validationException()
Validation exception

Returns:
The value

activationSpecClassNotAvailable

@Message(id=853,
         value="The activation spec class is no longer available")
String activationSpecClassNotAvailable()
The activation spec class is no longer available

Returns:
The value

resourceAdapterNotAvailable

@Message(id=854,
         value="The resource adapter is no longer available")
String resourceAdapterNotAvailable()
The resource adapter is no longer available

Returns:
The value

keyNotRegistered

@Message(id=855,
         value="%s isn\'t registered")
String keyNotRegistered(String key)
Key isn't registered

Parameters:
key - key name
Returns:
The value

unableLookupResourceAdapterInMDR

@Message(id=856,
         value="Unable to lookup resource adapter in MDR: %s")
String unableLookupResourceAdapterInMDR(String uniqueId)
Unable to lookup resource adapter in MDR

Parameters:
uniqueId - key name
Returns:
The value

errorDuringConnectionClose

@Message(id=951,
         value="Error during connection close")
String errorDuringConnectionClose()
Error during connection close

Returns:
The value

tryingStartNewTxWhenOldNotComplete

@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)
Trying to start a new tx when old is not complete

Parameters:
oldXid - old xid
newXid - new xid
flags - flags
Returns:
The value

tryingStartNewTxWithWrongFlags

@Message(id=1152,
         value="Trying to start a new transaction with wrong flags: New %s, Flags %s")
String tryingStartNewTxWithWrongFlags(Object xid,
                                              int flags)
Trying to start a new tx with wrong flags

Parameters:
xid - xid
flags - flags
Returns:
The value

errorTryingStartLocalTx

@Message(id=1153,
         value="Error trying to start local transaction")
String errorTryingStartLocalTx()
Error trying to start local tx

Returns:
The value

throwableTryingStartLocalTx

@Message(id=1154,
         value="Throwable trying to start local transaction")
String throwableTryingStartLocalTx()
Throwable trying to start local transaction

Returns:
The value

wrongXidInCommit

@Message(id=1155,
         value="Wrong xid in commit: Expected: %s, Got: %s")
String wrongXidInCommit(Object currentXid,
                                Object xid)
Wrong xid in commit

Parameters:
currentXid - current xid
xid - xid
Returns:
The value

couldNotCommitLocalTx

@Message(id=1156,
         value="Could not commit local transaction")
String couldNotCommitLocalTx()
Could not commit local tx

Returns:
The value

forgetNotSupportedInLocalTx

@Message(id=1157,
         value="Forget not supported in local transaction")
String forgetNotSupportedInLocalTx()
Forget not supported in local tx

Returns:
The value

noRecoverWithLocalTxResourceManagers

@Message(id=1158,
         value="No recovery for LocalTransaction only resource manager")
String noRecoverWithLocalTxResourceManagers()
No recover with local-tx only resource managers

Returns:
The value

wrongXidInRollback

@Message(id=1159,
         value="Wrong xid in rollback: Expected: %s, Got: %s")
String wrongXidInRollback(Object currentXid,
                                  Object xid)
Wrong xid in rollback

Parameters:
currentXid - current xid
xid - xid
Returns:
The value

couldNotRollbackLocalTx

@Message(id=1160,
         value="Could not rollback local transaction")
String couldNotRollbackLocalTx()
Could not rollback local tx

Returns:
The value


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)