@MessageBundle(projectCode="JBAS")
public interface ConnectorMessages
| Modifier and Type | Field and Description |
|---|---|
static ConnectorMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitProcessingException |
adminObjectForJCA10(String ra,
String jndiName)
Admin object declared for JCA 1.0 archive
|
OperationFailedException |
archiveOrModuleRequired()
A message indicating that at least one of archive or module attributes
gave to be defined
|
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.
|
String |
compressedRarNotSupportedInModuleRA(String moduleName)
A message indicating a failure to load the module for a RA deployed as module.
|
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.
|
OperationFailedException |
driverNameAndResourceNameNotEquals(String driverName,
String resourceName) |
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 |
emptyMdr(String jndiName)
MDR empty during deployment of deployment annotation
|
DeploymentUnitProcessingException |
exceptionDeployingDatasource(Throwable cause,
String datasource) |
DeploymentUnitProcessingException |
FailedDeployDriverNotSpecified(String dsName)
Creates an exception indicating a failure to deploy the datasource because driver is not specified
|
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.
|
String |
failedToLoadModuleRA(String moduleName)
A message indicating a failure to load the module for a RA deployed as module.
|
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. |
DeploymentUnitProcessingException |
invalidAdminObject(String ao,
String ra,
String jndiName)
Invalid admin object class defined
|
IllegalStateException |
invalidConnection()
Creates an exception indicating the connection is not valid.
|
DeploymentUnitProcessingException |
invalidConnectionFactory(String cf,
String ra,
String jndiName)
Invalid connection factory interface defined
|
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 |
noPropertyResolution(String name)
Creates an exception indicating a prperty can't be resolved
|
NoSuchMethodException |
noSuchField(String name)
Creates an exception indicating a field is undefined.
|
NoSuchMethodException |
noSuchMethod(String name)
Creates an exception indicating a method is undefined.
|
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. |
DeploymentUnitProcessingException |
raNotFound(String ra,
String jndiName)
Resource adapter not found during deployment of deployment annotation
|
OperationFailedException |
RARNotYetDeployed(String raName)
Creates an exception indicating missing rar.
|
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=10414,
value="the attribute driver-name (%s) cannot be different from driver resource name (%s)")
OperationFailedException driverNameAndResourceNameNotEquals(String driverName,
String resourceName)
@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(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()
@Message(id=10472,
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=10473,
value="Failed to load module for RA [%s]")
String failedToLoadModuleRA(String moduleName)
moduleName - the module name.@Message(id=10474,
value="Method %s not found")
NoSuchMethodException noSuchMethod(String name)
name - the name of the method.NoSuchMethodException for the error.@Message(id=10475,
value="Field %s not found")
NoSuchMethodException noSuchField(String name)
name - the name of the field.NoSuchMethodException for the error.@Message(id=10476,
value="Unknown property resolution for property %s")
IllegalArgumentException noPropertyResolution(String name)
name - the name of the property.NoSuchMethodException for the error.@Message(id=10477,
value="At least one of ARCHIVE or MODULE is required")
OperationFailedException archiveOrModuleRequired()
@Message(id=10478,
value="Rar are supported only in uncompressed form. Failed to load module for RA [%s]")
String compressedRarNotSupportedInModuleRA(String moduleName)
moduleName - the module name.@Message(id=10479,
value="Failed to deploy datssource %s because driver is not specified")
DeploymentUnitProcessingException FailedDeployDriverNotSpecified(String dsName)
dsName - the datasouerce to be deployed.DeploymentUnitProcessingException for the error.@Message(id=10480,
value="RAR \'%s\' not yet deployed.")
OperationFailedException RARNotYetDeployed(String raName)
raName - - name.OperationFailedException for the error.@Message(id=10481,
value="Empty MDR while deploying %s")
DeploymentUnitProcessingException emptyMdr(String jndiName)
jndiName - The JNDI nameDeploymentUnitProcessingException for the error.@Message(id=10482,
value="Resource adapter (%s) not found while deploying %s")
DeploymentUnitProcessingException raNotFound(String ra,
String jndiName)
ra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.@Message(id=10483,
value="Connection factory interface (%s) is incorrect for resource adapter \'%s\' while deploying %s")
DeploymentUnitProcessingException invalidConnectionFactory(String cf,
String ra,
String jndiName)
cf - The connection factoryra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.@Message(id=10484,
value="Admin object declared for JCA 1.0 resource adapter \'%s\' while deploying %s")
DeploymentUnitProcessingException adminObjectForJCA10(String ra,
String jndiName)
ra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.@Message(id=10485,
value="Admin object class (%s) is incorrect for resource adapter \'%s\' while deploying %s")
DeploymentUnitProcessingException invalidAdminObject(String ao,
String ra,
String jndiName)
ao - The admin objectra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.Copyright © 2014 JBoss by Red Hat. All rights reserved.