Interface AdaptersBundle

All Known Implementing Classes:
AdaptersBundle_$bundle

@MessageBundle(projectCode="IJ") public interface AdaptersBundle
The adapters bundle. Message ids ranging from 030000 to 039999 inclusively.
  • Method Details

    • nonManagedEnvironment

      @Message(id=31000, value="Resource Adapter does not support running in a non-managed environment") String nonManagedEnvironment()
      Non-managed environment
      Returns:
      The value
    • errorDuringLoadingReauthPlugin

      @Message(id=31001, value="Error during loading reauth plugin") String errorDuringLoadingReauthPlugin()
      Reauth plugin error
      Returns:
      The value
    • errorDuringLoadingConnectionListenerPlugin

      @Message(id=31002, value="Error during loading connection listener plugin") String errorDuringLoadingConnectionListenerPlugin()
      Connection listener plugin error
      Returns:
      The value
    • wrongConnectionRequestInfo

      @Message(id=31003, value="Wrong kind of ConnectionRequestInfo: %s") String wrongConnectionRequestInfo(String clz)
      Wrong CRI
      Parameters:
      clz - The class
      Returns:
      The value
    • noMatchingCredentials

      @Message(id=31004, value="No matching credentials in Subject") String noMatchingCredentials()
      No credentials in Subject
      Returns:
      The value
    • wrongConnectionHandle

      @Message(id=31010, value="Wrong connection handle to associate: %s") String wrongConnectionHandle(String clz)
      Wrong handle
      Parameters:
      clz - The class
      Returns:
      The value
    • activeLocks

      @Message(id=31011, value="Still active locks") String activeLocks()
      Active locks
      Returns:
      The value
    • unableToObtainLock

      @Message(id=31012, value="Unable to obtain lock in %d seconds: %s") String unableToObtainLock(int seconds, Object o)
      Unable to obtain lock
      Parameters:
      seconds - The seconds
      o - The object
      Returns:
      The value
    • interruptedWhileLock

      @Message(id=31013, value="Interrupted attempting lock: %s") String interruptedWhileLock(Object o)
      Interrupted while lock
      Parameters:
      o - The object
      Returns:
      The value
    • connectionDestroyed

      @Message(id=31014, value="Connection has been destroyed") String connectionDestroyed()
      Connection destroyed
      Returns:
      The value
    • errorDuringReauthentication

      @Message(id=31015, value="Error during reauthentication") String errorDuringReauthentication()
      Error during reauthentication
      Returns:
      The value
    • wrongCredentials

      @Message(id=31016, value="Wrong credentials passed to getConnection") String wrongCredentials()
      Wrong credentials
      Returns:
      The value
    • autocommitManagedTransaction

      @Message(id=31017, value="You cannot set autocommit during a managed transaction") String autocommitManagedTransaction()
      Autocommit managed transaction
      Returns:
      The value
    • readonlyManagedTransaction

      @Message(id=31018, value="You cannot set read only during a managed transaction") String readonlyManagedTransaction()
      Readonly managed transaction
      Returns:
      The value
    • commitManagedTransaction

      @Message(id=31019, value="You cannot commit during a managed transaction") String commitManagedTransaction()
      Commit managed transaction
      Returns:
      The value
    • commitAutocommit

      @Message(id=31020, value="You cannot commit with autocommit set") String commitAutocommit()
      Commit autocommit
      Returns:
      The value
    • rollbackManagedTransaction

      @Message(id=31021, value="You cannot rollback during a managed transaction") String rollbackManagedTransaction()
      Rollback managed transaction
      Returns:
      The value
    • rollbackAutocommit

      @Message(id=31022, value="You cannot rollback with autocommit set") String rollbackAutocommit()
      Rollback autocommit
      Returns:
      The value
    • invalidConnection

      @Message(id=31023, value="Invalid connection") String invalidConnection()
      Invalid connection
      Returns:
      The value
    • notWrapperFor

      @Message(id=31030, value="Not a wrapper for: %s") String notWrapperFor(String clz)
      Not a wrapper for
      Parameters:
      clz - The class
      Returns:
      The value
    • connectionNotAssociated

      @Message(id=31040, value="Connection is not associated with a managed connection: %s") String connectionNotAssociated(Object o)
      Not associated
      Parameters:
      o - The object
      Returns:
      The value
    • connectionClosed

      @Message(id=31041, value="Connection handle has been closed and is unusable") String connectionClosed()
      Connection closed
      Returns:
      The value
    • methodNotImplemented

      @Message(id=31042, value="Method is not implemented by JDBC driver") String methodNotImplemented()
      Method not implemented
      Returns:
      The value
    • resultSetClosed

      @Message(id=31050, value="The result set is closed") String resultSetClosed()
      ResultSet closed
      Returns:
      The value
    • statementClosed

      @Message(id=31060, value="The statement is closed") String statementClosed()
      Statement closed
      Returns:
      The value
    • transactionCannotProceed

      @Message(id=31070, value="Transaction cannot proceed: %s") String transactionCannotProceed(String s)
      Transaction cannot proceed
      Parameters:
      s - The status
      Returns:
      The value
    • driverClassNull

      @Message(id=31080, value="DriverClass is undefined") String driverClassNull()
      DriverClass null
      Returns:
      The value
    • connectionURLNull

      @Message(id=31081, value="ConnectionURL is undefined") String connectionURLNull()
      ConnectionURL null
      Returns:
      The value
    • unableToCreateConnectionFromDataSource

      @Message(id=31082, value="Unable to create connection from datasource") String unableToCreateConnectionFromDataSource()
      Unable to create connection from datasource
      Returns:
      The value
    • wrongDriverClass

      @Message(id=31083, value="Wrong driver class [%s] for this connection URL [%s]") String wrongDriverClass(String clz, String url)
      Wrong driver class
      Parameters:
      clz - The class
      url - The URL
      Returns:
      The value
    • unableToCreateConnection

      @Message(id=31084, value="Unable to create connection") String unableToCreateConnection()
      Unable to create connection
      Returns:
      The value
    • unableToCreateConnectionFromURL

      @Message(id=31085, value="Unable to create connection from URL: %s") String unableToCreateConnectionFromURL(String url)
      Unable to create connection from URL
      Parameters:
      url - The url
      Returns:
      The value
    • noDriverClassForURL

      @Message(id=31086, value="No DriverClass specified for URL: %s") String noDriverClassForURL(String url)
      No driver for url
      Parameters:
      url - The url
      Returns:
      The value
    • failedToRegisterDriverClass

      @Message(id=31087, value="Failed to register DriverClass for: %s") String failedToRegisterDriverClass(String url)
      Failed to register driver
      Parameters:
      url - The url
      Returns:
      The value
    • datasourceClassNull

      @Message(id=31088, value="DataSourceClass is undefined") String datasourceClassNull()
      DataSourceClass null
      Returns:
      The value
    • failedToLoadDataSource

      @Message(id=31089, value="Failed to load datasource: %s") String failedToLoadDataSource(String clz)
      Failed to load datasource
      Parameters:
      clz - The clz
      Returns:
      The value
    • localTransactionOnly

      @Message(id=31090, value="LocalTransaction only") String localTransactionOnly()
      LocalTransaction only
      Returns:
      The value
    • localTransactionNested

      @Message(id=31091, value="Trying to begin a nested LocalTransaction") String localTransactionNested()
      LocalTransaction nested
      Returns:
      The value
    • unableToLoadConnectionProperties

      @Message(id=31100, value="Could not load connection properties") String unableToLoadConnectionProperties()
      Unable to load connection properties
      Returns:
      The value
    • xaDatasourceClassNull

      @Message(id=31101, value="XADataSourceClass is undefined") String xaDatasourceClassNull()
      XADataSourceClass null
      Returns:
      The value
    • failedToLoadXADataSource

      @Message(id=31102, value="Failed to load XA datasource: %s") String failedToLoadXADataSource(String clz)
      Failed to load xa datasource
      Parameters:
      clz - The clz
      Returns:
      The value
    • nonConnectionPropertyDefinedForDatasource

      @Message(id=31103, value="At least one connection property must be defined for datasource-class: %s") String nonConnectionPropertyDefinedForDatasource(String cls)
      No URL connection property defined for data-source
      Parameters:
      cls - the data-source class name
      Returns:
      The value
    • wrappedConnectionInUse

      @Message(id=31104, value="Wrapped connection is still in use by another thread") String wrappedConnectionInUse()
      A wrapped connection is being associated with a non-null managed connection while still locked by another thread. This will only happen if there is a locked thread using that wrapped connection with a previously associated managed connection. (see JBJCA-1367)
      Returns:
      The value