@MessageBundle(projectCode="JBAS")
public interface ConnectorMessages
Modifier and Type | Field and Description |
---|---|
static ConnectorMessages |
MESSAGES
The messages
|
Modifier and Type | Method and Description |
---|---|
org.jboss.jca.deployers.common.DeployException |
cannotDeploy(Throwable cause)
Creates an exception indicating the inability to complete the deployment.
|
org.jboss.jca.deployers.common.DeployException |
cannotDeployAndValidate(Throwable cause)
Creates an exception indicating the inability to deploy and validate a datasource or an XA datasource.
|
String |
cannotInstantiateDriverClass(String driverClassName)
A message indicating inability to instantiate the driver class.
|
org.jboss.msc.service.StartException |
cannotStartDs()
Creates an exception indicating the data source was unable to start because it create more than one connection
factory.
|
org.jboss.msc.service.StartException |
deploymentError(Throwable cause,
String name)
Creates an exception indicating an error occurred during deployment.
|
org.jboss.jca.deployers.common.DeployException |
deploymentFailed(Throwable cause,
String className)
Creates an exception indicating the deployment failed.
|
String |
driverNotPresent(String driverName)
A message indicating the driver is not installed
|
IllegalStateException |
driverVersionMismatch()
Creates an exception indicating the specified driver version does not match the actual driver version.
|
DeploymentUnitProcessingException |
exceptionDeployingDatasource(Throwable cause,
String datasource) |
String |
failedToCreate(String type,
org.jboss.dmr.ModelNode operation,
String reasonMessage)
A message indicating the type, represented by the
type parameter, failed to be created for the operation
represented by the operation message. |
String |
failedToGetMetrics(String message)
A message indicating a failure to get the metrics.
|
DeploymentUnitProcessingException |
failedToGetModuleAttachment(DeploymentUnit deploymentUnit)
Creates an exception indicating a failure to get the module attachment for the deployment unit represented by
the
deploymentUnit parameter. |
org.jboss.jca.deployers.common.DeployException |
failedToGetUrlDelimiter(Throwable cause)
Creates an exception indicating a failure to get the URL delimiter.
|
String |
failedToInvokeOperation(String message)
A message indicating a failure to invoke an operation.
|
String |
failedToLoadModuleDriver(String moduleName)
A message indicating a failure to load the module for a driver.
|
DeploymentUnitProcessingException |
failedToLoadNativeLibraries(Throwable cause)
Failed to load native libraries
|
IllegalArgumentException |
failedToMatchPool(String jndiName)
Creates an exception indicating a failure to match the pool.
|
DeploymentUnitProcessingException |
failedToParseServiceXml(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
DeploymentUnitProcessingException |
failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
DeploymentUnitProcessingException |
failedToProcessRaChild(Throwable cause,
org.jboss.vfs.VirtualFile deploymentRoot)
Creates an exception indicating a failure to process the resource adapter child archives for the deployment root
represented by the
deploymentRoot parameter. |
String |
failedToSetAttribute(String message)
A message indicating a failure to set an attribute.
|
org.jboss.msc.service.StartException |
failedToStartRaDeployment(Throwable cause,
String deploymentName)
Creates an exception indicating the deployment, represented by the
deploymentName parameter, failed to
start. |
IllegalStateException |
invalidConnection()
Creates an exception indicating the connection is not valid.
|
String |
invalidParameterName(String parameterName)
A message indicating the parameter name is invalid.
|
IllegalStateException |
jndiBindingsNotSupported()
Creates an exception indicating non-explicit JNDI bindings are not supported.
|
OperationFailedException |
jndiNameInvalidFormat()
A message indicating that jndi-name has an invalid format
|
OperationFailedException |
jndiNameRequired()
A message indicating that jndi-name is missing and it's a required attribute
|
String |
noDataSourceRegisteredForAddress(PathAddress address)
No datasource exists at the deployment address
|
String |
noMetricsAvailable()
A message indicating there are no metrics available.
|
IllegalArgumentException |
notAnAnnotation(Class<?> clazz)
Creates an exception indicating the class, represented by the
clazz parameter, should be an annotation. |
IllegalArgumentException |
notResourceAdapterService(org.jboss.msc.service.ServiceName serviceName)
Creates an exception indicating that the ServiceName doesn't belong to a resource adapter service
|
String |
nullVar(String name)
A message indicating the variable is
null . |
IllegalStateException |
serviceAlreadyRegistered(String name)
Creates an exception indicating that a service is already registered
|
String |
serviceAlreadyStarted(String serviceType,
Object obj)
A message indicating the service, represented by the
serviceType parameter, is already started on the
object represented by the obj parameter. |
IllegalStateException |
serviceIsntRegistered(String name)
Creates an exception indicating that a service isn't registered
|
String |
serviceNotAvailable(String serviceType,
Object obj)
A message indicating the service, represented by the
serviceType parameter, is not available on th object
represented by the obj parameter. |
String |
serviceNotEnabled(String serviceType,
Object obj)
A message indicating the service, represented by the
serviceType parameter, is not enabled on th object
represented by the obj parameter. |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating the service is not started.
|
IllegalArgumentException |
stringParamCannotBeNullOrEmpty(String paramName)
Creates and returns an exception indicating that the param named
paramName cannot be null
or empty string. |
IllegalArgumentException |
undefinedVar(String name)
Creates an exception indicating a variable is undefined.
|
IllegalStateException |
unknownAttribute(String attributeName)
Creates an exception indicating unknown attribute
|
IllegalStateException |
unknownOperation(String attributeName)
Creates an exception indicating unknown operation
|
IllegalArgumentException |
unknownPropertyType(String propertyType,
String propertyName)
Creates an exception indicating the property type is unknown.
|
OperationFailedException |
xaDataSourcePropertiesNotPresent()
A message indicating that at least on xa-datasource-property is required
|
static final ConnectorMessages MESSAGES
@Message(id=10430, value="unable to deploy") org.jboss.jca.deployers.common.DeployException cannotDeploy(@Cause Throwable cause)
cause
- the cause of the error.DeployException
for the error.@Message(id=10431, value="unable to validate and deploy ds or xads") org.jboss.jca.deployers.common.DeployException cannotDeployAndValidate(@Cause Throwable cause)
cause
- the cause of the error.DeployException
for the error.@Message(id=10432, value="Unable to start the ds because it generated more than one cf") org.jboss.msc.service.StartException cannotStartDs()
StartException
for the error.@Message(id=10433, value="Error during the deployment of %s") org.jboss.msc.service.StartException deploymentError(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the name of the deployment in error.StartException
for the error.@Message(value="Deployment %s failed") org.jboss.jca.deployers.common.DeployException deploymentFailed(@Cause Throwable cause, String className)
cause
- the cause of the error.className
- the name of the class that failed.DeployException
for the error.@Message(id=10434, value="Unable to instantiate driver class \"%s\". See log (WARN) for more details") String cannotInstantiateDriverClass(String driverClassName)
driverClassName
- the driver class name.@Message(id=10435, value="Specified driver version doesn\'t match with actual driver version") IllegalStateException driverVersionMismatch()
IllegalStateException
for the error.@Message(id=10436, value="Failed to create %s instance for [%s]%n reason: %s") String failedToCreate(String type, org.jboss.dmr.ModelNode operation, String reasonMessage)
type
parameter, failed to be created for the operation
represented by the operation
message.type
- the type that failed to create.operation
- the operation.reasonMessage
- the reason.@Message(id=10437, value="failed to get metrics: %s") String failedToGetMetrics(String message)
message
- a message to append.@Message(id=10438, value="Failed to get module attachment for %s") DeploymentUnitProcessingException failedToGetModuleAttachment(DeploymentUnit deploymentUnit)
deploymentUnit
parameter.deploymentUnit
- the deployment.DeploymentUnitProcessingException
for the error.@Message(id=10439, value="failed to get url delimiter") org.jboss.jca.deployers.common.DeployException failedToGetUrlDelimiter(@Cause Throwable cause)
cause
- the cause of the error.DeployException
for the error.@Message(id=10440, value="failed to invoke operation: %s") String failedToInvokeOperation(String message)
message
- the message to append.@Message(id=10441, value="Failed to load module for driver [%s]") String failedToLoadModuleDriver(String moduleName)
moduleName
- the module name.@Message(id=10442, value="failed to match pool. Check JndiName: %s") IllegalArgumentException failedToMatchPool(String jndiName)
jndiName
- the JNDI name.IllegalArgumentException
for the error.@Message(id=10443, value="Failed to parse service xml [%s]") DeploymentUnitProcessingException failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
xmlFile
- the service XML file.DeploymentUnitProcessingException
for the error.DeploymentUnitProcessingException failedToParseServiceXml(@Cause Throwable cause, org.jboss.vfs.VirtualFile xmlFile)
cause
- the cause of the error.xmlFile
- the service XML file.DeploymentUnitProcessingException
for the error.@Message(id=10444, value="Failed to process RA child archives for [%s]") DeploymentUnitProcessingException failedToProcessRaChild(@Cause Throwable cause, org.jboss.vfs.VirtualFile deploymentRoot)
deploymentRoot
parameter.cause
- the cause of the error.deploymentRoot
- the deployment root.DeploymentUnitProcessingException
for the error.@Message(id=10445, value="failed to set attribute: %s") String failedToSetAttribute(String message)
message
- the message to append.@Message(id=10446, value="Failed to start RA deployment [%s]") org.jboss.msc.service.StartException failedToStartRaDeployment(@Cause Throwable cause, String deploymentName)
deploymentName
parameter, failed to
start.cause
- the cause of the error.deploymentName
- the deployment name.StartException
for the error.@Message(id=10447, value="Connection is not valid") IllegalStateException invalidConnection()
IllegalStateException
for the error.@Message(id=10448, value="Invalid parameter name: %s") String invalidParameterName(String parameterName)
parameterName
- the invalid parameter name.@Message(id=10449, value="Non-explicit JNDI bindings not supported") IllegalStateException jndiBindingsNotSupported()
IllegalStateException
for the error.@Message(id=10450, value="no metrics available") String noMetricsAvailable()
@Message(id=10451, value="%s should be an annotation") IllegalArgumentException notAnAnnotation(Class<?> clazz)
clazz
parameter, should be an annotation.clazz
- the invalid class.IllegalArgumentException
for the error.@Message(id=10452, value="%s is null") String nullVar(String name)
null
.name
- the name of the variable.@Message(id=10453, value="%s service [%s] is already started") String serviceAlreadyStarted(String serviceType, Object obj)
serviceType
parameter, is already started on the
object represented by the obj
parameter.serviceType
- the service type.obj
- the object.@Message(id=10454, value="%s service [%s] is not available") String serviceNotAvailable(String serviceType, Object obj)
serviceType
parameter, is not available on th object
represented by the obj
parameter.serviceType
- the service type.obj
- the object.@Message(id=10455, value="%s service [%s] is not enabled") String serviceNotEnabled(String serviceType, Object obj)
serviceType
parameter, is not enabled on th object
represented by the obj
parameter.serviceType
- the service type.obj
- the object.@Message(id=10456, value="Service not started") IllegalStateException serviceNotStarted()
IllegalStateException
for the error.@Message(id=10457, value="Unknown property type: %s for property %s") IllegalArgumentException unknownPropertyType(String propertyType, String propertyName)
propertyType
- the unknown property type.propertyName
- the name of the property.IllegalArgumentException
for the error.@Message(id=10458, value="%s is undefined") IllegalArgumentException undefinedVar(String name)
name
- the name of the variable.IllegalArgumentException
for the error.@Message(id=10459, value="Service \'%s\' already registered") IllegalStateException serviceAlreadyRegistered(String name)
name
- the name of the service.IllegalStateException
for the error.@Message(id=10460, value="Service \'%s\' isn\'t registered") IllegalStateException serviceIsntRegistered(String name)
name
- the name of the service.IllegalStateException
for the error.@Message(id=10461, value="Failed to load native libraries") DeploymentUnitProcessingException failedToLoadNativeLibraries(@Cause Throwable cause)
cause
- the exception.DeploymentUnitProcessingException
for the error.@Message(id=10462, value="%s isn\'t a resource adapter service") IllegalArgumentException notResourceAdapterService(org.jboss.msc.service.ServiceName serviceName)
serviceName
- The service nameIllegalArgumentException
for the error.@Message(id=10463, value="%s cannot be null or empty") IllegalArgumentException stringParamCannotBeNullOrEmpty(String paramName)
paramName
cannot be null
or empty string.paramName
- The param nameIllegalArgumentException
for the exception@Message(id=10464, value="Exception deploying datasource %s") DeploymentUnitProcessingException exceptionDeployingDatasource(@Cause Throwable cause, String datasource)
@Message(id=10465, value="No DataSource exists at address %s") String noDataSourceRegisteredForAddress(PathAddress address)
@Message(id=10466, value="Unknown attribute %s") IllegalStateException unknownAttribute(String attributeName)
IllegalStateException
for the error.@Message(id=10467, value="Unknown operation %s") IllegalStateException unknownOperation(String attributeName)
IllegalStateException
for the error.@Message(id=10468, value="Driver named \"%s\" is not installed.") String driverNotPresent(String driverName)
driverName
- the driver name.@Message(id=10469, value="At least one xa-datasource-property is required for an xa-datasource") OperationFailedException xaDataSourcePropertiesNotPresent()
@Message(id=10470, value="Jndi name is required") OperationFailedException jndiNameRequired()
@Message(id=10471, value="Jndi name have to start with java:/ or java:jboss/") OperationFailedException jndiNameInvalidFormat()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.