Package org.jboss.jca.deployers
Interface DeployersBundle
- All Known Implementing Classes:
DeployersBundle_$bundle
@MessageBundle(projectCode="IJ")
public interface DeployersBundle
The deployers bundle.
Message ids ranging from 020000 to 029999 inclusively.
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentFailed(String url) Deployment failedFailed to bind admin objectInvalid activation specInvalid connection factory implementationinvalidConnectionFactoryImplementationDueToInterface(String intClz, String implClz) Connection factory implementation doesn't implement connection factory interfaceInvalid connection factory interfaceInvalid connection implementationinvalidConnectionImplementationDueToInterface(String intClz, String implClz) Connection implementation doesn't implement connection interfaceInvalid connection interfaceInvalid managed connection factoryInvalid work contextInvalid resource adapterunableToAssociate(String clz) Unable to associateunableToInject(String clz, String name, String value) Unable to injectUnable to start resource adapterUndefined admin objectUndefined managed connection factory
-
Method Details
-
unableToStartResourceAdapter
Unable to start resource adapter- Parameters:
clz- The class name- Returns:
- The value
-
unableToAssociate
Unable to associate- Parameters:
clz- The class name- Returns:
- The value
-
undefinedManagedConnectionFactory
@Message(id=20053, value="ManagedConnectionFactory must be defined in class-name") String undefinedManagedConnectionFactory()Undefined managed connection factory- Returns:
- The value
-
undefinedAdminObject
Undefined admin object- Returns:
- The value
-
failedToBindAdminObject
@Message(id=20055, value="Failed to bind admin object %s") String failedToBindAdminObject(String clz) Failed to bind admin object- Parameters:
clz- The class name- Returns:
- The value
-
deploymentFailed
Deployment failed- Parameters:
url- The url- Returns:
- The value
-
invalidManagedConnectionFactory
@Message(id=20057, value="Invalid ManagedConnectionFactory class: %s") String invalidManagedConnectionFactory(String clz) Invalid managed connection factory- Parameters:
clz- The class name- Returns:
- The value
-
invalidActivationSpec
@Message(id=20058, value="Invalid ActivationSpec class: %s") String invalidActivationSpec(String clz) Invalid activation spec- Parameters:
clz- The class name- Returns:
- The value
-
invalidResourceAdapter
@Message(id=20059, value="Invalid ResourceAdapter class: %s") String invalidResourceAdapter(String clz) Invalid resource adapter- Parameters:
clz- The class name- Returns:
- The value
-
unableToInject
@Message(id=20060, value="Unable to inject: %s property: %s value: %s") String unableToInject(String clz, String name, String value) Unable to inject- Parameters:
clz- The class namename- The namevalue- The value- Returns:
- The value
-
invalidRequiredWorkContext
@Message(id=20061, value="Invalid required work context: %s") String invalidRequiredWorkContext(String clz) Invalid work context- Parameters:
clz- The class name- Returns:
- The value
-
invalidConnectionFactoryInterface
@Message(id=20062, value="Invalid connection factory interface: %s") String invalidConnectionFactoryInterface(String clz) Invalid connection factory interface- Parameters:
clz- The class name- Returns:
- The value
-
invalidConnectionFactoryImplementation
@Message(id=20063, value="Invalid connection factory implementation: %s") String invalidConnectionFactoryImplementation(String clz) Invalid connection factory implementation- Parameters:
clz- The class name- Returns:
- The value
-
invalidConnectionInterface
@Message(id=20064, value="Invalid connection interface: %s") String invalidConnectionInterface(String clz) Invalid connection interface- Parameters:
clz- The class name- Returns:
- The value
-
invalidConnectionImplementation
@Message(id=20065, value="Invalid connection implementation: %s") String invalidConnectionImplementation(String clz) Invalid connection implementation- Parameters:
clz- The class name- Returns:
- The value
-
invalidConnectionFactoryImplementationDueToInterface
@Message(id=20066, value="Connection factory implementation (%s) doesn\'t implement connection factory interface (%s)") String invalidConnectionFactoryImplementationDueToInterface(String intClz, String implClz) Connection factory implementation doesn't implement connection factory interface- Parameters:
intClz- The interface class nameimplClz- The implementation class name- Returns:
- The value
-
invalidConnectionImplementationDueToInterface
@Message(id=20067, value="Connection implementation (%s) doesn\'t implement connection interface (%s)") String invalidConnectionImplementationDueToInterface(String intClz, String implClz) Connection implementation doesn't implement connection interface- Parameters:
intClz- The interface class nameimplClz- The implementation class name- Returns:
- The value
-