@MessageLogger(projectCode="WFLYJCA",
length=4)
public interface ConnectorLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static ConnectorLogger |
DEPLOYER_JDBC_LOGGER
A logger with the category
org.jboss.as.connector.deployers.jdbc. |
static ConnectorLogger |
DEPLOYMENT_CONNECTOR_LOGGER
A logger with the category
org.jboss.as.deployment.connector. |
static ConnectorLogger |
DEPLOYMENT_CONNECTOR_REGISTRY_LOGGER
A logger with the category
org.jboss.as.deployment.connector.registry. |
static ConnectorLogger |
DS_DEPLOYER_LOGGER
A logger with the category
org.jboss.as.connector.deployer.dsdeployer. |
static ConnectorLogger |
MDR_LOGGER
A logger with the category
org.jboss.as.connector.services.mdr. |
static ConnectorLogger |
ROOT_LOGGER
The root logger with a category of the default package.
|
static ConnectorLogger |
SUBSYSTEM_DATASOURCES_LOGGER
A logger with the category
org.jboss.as.connector.subsystems.datasources. |
static ConnectorLogger |
SUBSYSTEM_RA_LOGGER
A logger with the category
org.jboss.as.connector.subsystems.resourceadapters. |
| Modifier and Type | Method and Description |
|---|---|
void |
adminObjectAnnotation(String jndiName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
adminObjectForJCA10(String ra,
String jndiName)
Admin object declared for JCA 1.0 archive
|
org.jboss.as.controller.OperationFailedException |
archiveOrModuleRequired()
A message indicating that at least one of archive or module attributes
gave to be defined
|
org.jboss.as.controller.OperationFailedException |
attributeRequiresFalseOrUndefinedAttribute(String attribute,
String requiredFalseAttribute)
A message indicating that an attribute can only be set if another attribute is undefined or set as
false. |
org.jboss.as.controller.OperationFailedException |
attributeRequiresTrueAttribute(String attribute,
String requiredAttribute)
A message indicating that an attribute can only be set if another attribute is set as
true. |
void |
boundDataSource(String jndiName)
Logs an informational message indicating the data source has been bound.
|
void |
boundJca(String description,
String jndiName)
Logs an informational message indicating the JCA bound the object represented by the
description
parameter. |
void |
boundNonJTADataSource(String jndiName) |
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.
|
void |
cannotFindDriverClassName(String driverName)
Logs a warning message indicating can't find the driver class name.
|
String |
cannotInstantiateDriverClass(String driverClassName)
A message indicating inability to instantiate the driver class.
|
void |
cannotInstantiateDriverClass(String driverClassName,
Throwable reason)
Logs a warning 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.
|
void |
connectionFactoryAnnotation(String jndiName) |
IllegalArgumentException |
datasourceIsDisabled(String jndiName) |
void |
deployingCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
Logs an informational message indicating the JDBC driver is compliant.
|
void |
deployingNonCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
Logs an informational message indicating the JDBC driver is non-compliant.
|
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.
|
void |
deprecated() |
org.jboss.as.controller.OperationFailedException |
driverNameAndResourceNameNotEquals(String driverName,
String resourceName) |
void |
driversElementNotSupported(String deploymentName) |
IllegalStateException |
driverVersionMismatch()
Creates an exception indicating the specified driver version does not match the actual driver version.
|
void |
elytronHandlerHandle(String callbacks) |
void |
errorDuringRecoveryShutdown(Throwable cause) |
void |
errorStoppingRA(Throwable cause) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
exceptionDeployingDatasource(Throwable cause,
String datasource) |
void |
exceptionDuringUnregistering(org.jboss.jca.core.spi.rar.NotFoundException nfe) |
SecurityException |
executionSubjectNotSetInHandler() |
org.jboss.as.server.deployment.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. |
org.jboss.as.controller.OperationFailedException |
failedToFindDistributedWorkManager(String wmName) |
String |
failedToGetMetrics(String message)
A message indicating a failure to get the metrics.
|
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.
|
IllegalStateException |
failedToLoadDataSourceClass(String clsName,
Throwable t) |
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.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToLoadNativeLibraries(Throwable cause)
Failed to load native libraries
|
IllegalArgumentException |
failedToMatchPool(String jndiName)
Creates an exception indicating a failure to match the pool.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParseServiceXml(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
org.jboss.as.server.deployment.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 |
failedToStartDWMTransport(String wmName) |
org.jboss.msc.service.StartException |
failedToStartJGroupsChannel(String channelName,
String wmName)
Creates an exception indicating a failure to start JGroup channel for a Distributed Work Manager
|
org.jboss.msc.service.StartException |
failedToStartRaDeployment(Throwable cause,
String deploymentName)
Creates an exception indicating the deployment, represented by the
deploymentName parameter, failed to
start. |
void |
forceIJToNull() |
IllegalStateException |
indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidAdminObject(String ao,
String ra,
String jndiName)
Invalid admin object class defined
|
IllegalArgumentException |
invalidCallbackSecurityDomain() |
IllegalStateException |
invalidConnection()
Creates an exception indicating the connection is not valid.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidConnectionFactory(String cf,
String ra,
String jndiName)
Invalid connection factory interface defined
|
IllegalStateException |
invalidCredentialSourceSupplier(Throwable cause) |
IllegalStateException |
invalidElytronWorkManagerSetting() |
IllegalStateException |
jndiBindingsNotSupported()
Creates an exception indicating non-explicit JNDI bindings are not supported.
|
org.jboss.as.controller.OperationFailedException |
jndiNameInvalidFormat()
A message indicating that jndi-name has an invalid format
|
org.jboss.as.controller.OperationFailedException |
jndiNameRequired()
A message indicating that jndi-name is missing and it's a required attribute
|
org.jboss.as.controller.OperationFailedException |
jndiNameShouldValidate() |
void |
legacyDisableEnableOperation(String name) |
void |
methodNotFoundOnDataSource(String method,
Class<?> clazz) |
String |
noDataSourceRegisteredForAddress(org.jboss.as.controller.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 property can't be resolved
|
void |
noSecurityDefined(String jndiName) |
NoSuchMethodException |
noSuchField(String name)
Creates an exception indicating a field is undefined.
|
NoSuchMethodException |
noSuchMethod(String name)
Creates an exception indicating a method is undefined.
|
UnsupportedOperationException |
noSupportedOperation(String operation) |
IllegalArgumentException |
notAnAnnotation(Class<?> clazz)
Creates an exception indicating the class, represented by the
clazz parameter, should be an annotation. |
String |
nullVar(String name)
A message indicating the variable is
null. |
org.jboss.as.controller.OperationFailedException |
oneThreadPoolWorkManager(String threadPoolName,
String threadPoolType,
String workManagerName) |
org.jboss.as.controller.OperationFailedException |
RARNotYetDeployed(String raName)
Creates an exception indicating missing rar.
|
void |
registeredAdminObject(String jndiName)
Logs an informational message indicating an admin object was registered.
|
void |
registeredConnectionFactory(String jndiName)
Logs an informational message indicating the JNDI connection factory was registered.
|
String |
rejectAttributesMustBeTrue(Set<String> key) |
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. |
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. |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating the service is not started.
|
void |
startedDriverService(String driverName) |
void |
startingSubsystem(String subsystem,
String version)
Logs an informational message indicating the subsystem, represented by the
subsystem parameter, is
starting. |
void |
stoppedDriverService(String driverName) |
String |
subject(Subject subject,
String identity) |
void |
unableToRegisterRecovery(String key,
boolean isXa) |
void |
unboundDataSource(String jndiName)
Logs an informational message indicating the data source has been unbound.
|
void |
unboundJca(String description,
String jndiName)
Logs an informational message indicating the JCA inbound the object represented by the
description
parameter. |
void |
unBoundNonJTADataSource(String jndiName) |
IllegalArgumentException |
undefinedVar(String name)
Creates an exception indicating a variable is undefined.
|
void |
unexceptedWorkerCompletionError(String errorMessage,
Throwable t) |
IllegalStateException |
unknownAttribute(String attributeName)
Creates an exception indicating unknown attribute
|
IllegalStateException |
unknownOperation(String attributeName)
Creates an exception indicating unknown operation
|
UnsupportedOperationException |
unsupportedCreateCallbackHandlerMethod() |
org.jboss.as.controller.OperationFailedException |
unsupportedPolicy(String name) |
void |
unsupportedPolicyOption(String name) |
org.jboss.as.controller.OperationFailedException |
unsupportedSelector(String name) |
void |
unsupportedSelectorOption(String name) |
org.jboss.as.controller.OperationFailedException |
xaDataSourcePropertiesNotPresent()
A message indicating that at least on xa-datasource-property is required
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final ConnectorLogger ROOT_LOGGER
static final ConnectorLogger DEPLOYER_JDBC_LOGGER
org.jboss.as.connector.deployers.jdbc.static final ConnectorLogger DEPLOYMENT_CONNECTOR_LOGGER
org.jboss.as.deployment.connector.static final ConnectorLogger DEPLOYMENT_CONNECTOR_REGISTRY_LOGGER
org.jboss.as.deployment.connector.registry.static final ConnectorLogger DS_DEPLOYER_LOGGER
org.jboss.as.connector.deployer.dsdeployer.static final ConnectorLogger MDR_LOGGER
org.jboss.as.connector.services.mdr.static final ConnectorLogger SUBSYSTEM_DATASOURCES_LOGGER
org.jboss.as.connector.subsystems.datasources.static final ConnectorLogger SUBSYSTEM_RA_LOGGER
org.jboss.as.connector.subsystems.resourceadapters.@LogMessage(level=INFO)
@Message(id=1,
value="Bound data source [%s]")
void boundDataSource(String jndiName)
jndiName - the JNDI name@LogMessage(level=INFO)
@Message(id=2,
value="Bound JCA %s [%s]")
void boundJca(String description,
String jndiName)
description
parameter.description - the description of what was bound.jndiName - the JNDI name.@LogMessage(level=WARN)
@Message(id=3,
value="Unable to instantiate driver class \"%s\": %s")
void cannotInstantiateDriverClass(String driverClassName,
Throwable reason)
driverClassName - the driver class name.reason - the reason the the driver could not be instantiated.@LogMessage(level=INFO)
@Message(id=4,
value="Deploying JDBC-compliant driver %s (version %d.%d)")
void deployingCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
driver - the JDBC driver class.majorVersion - the major version of the driver.minorVersion - the minor version of the driver.@LogMessage(level=INFO)
@Message(id=5,
value="Deploying non-JDBC-compliant driver %s (version %d.%d)")
void deployingNonCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
driver - the non-compliant JDBC driver class.majorVersion - the major version of the driver.minorVersion - the minor version of the driver.@LogMessage(level=INFO)
@Message(id=6,
value="Registered admin object at %s")
void registeredAdminObject(String jndiName)
jndiName - the JNDI name.@LogMessage(level=INFO)
@Message(id=7,
value="Registered connection factory %s")
void registeredConnectionFactory(String jndiName)
jndiName - the JNDI connection factory.@LogMessage(level=INFO)
@Message(id=9,
value="Starting %s Subsystem (%s)")
void startingSubsystem(String subsystem,
String version)
subsystem parameter, is
starting.subsystem - the subsystem that is starting.version - the version of the subsystem.@LogMessage(level=INFO)
@Message(id=10,
value="Unbound data source [%s]")
void unboundDataSource(String jndiName)
jndiName - the JNDI name@LogMessage(level=INFO)
@Message(id=11,
value="Unbound JCA %s [%s]")
void unboundJca(String description,
String jndiName)
description
parameter.description - the description of what was unbound.jndiName - the JNDI name.@LogMessage(level=WARN)
@Message(id=12,
value="<drivers/> in standalone -ds.xml deployments aren\'t supported: Ignoring %s")
void driversElementNotSupported(String deploymentName)
@Message(id=15,
value="the attribute driver-name (%s) cannot be different from driver resource name (%s)")
org.jboss.as.controller.OperationFailedException driverNameAndResourceNameNotEquals(String driverName,
String resourceName)
@LogMessage(level=WARN)
@Message(id=16,
value="Method %s on DataSource class %s not found. Ignoring")
void methodNotFoundOnDataSource(String method,
Class<?> clazz)
@LogMessage(level=DEBUG)
@Message(id=17,
value="Forcing ironjacamar.xml descriptor to null")
void forceIJToNull()
@LogMessage(level=INFO)
@Message(id=18,
value="Started Driver service with driver-name = %s")
void startedDriverService(String driverName)
@LogMessage(level=INFO)
@Message(id=19,
value="Stopped Driver service with driver-name = %s")
void stoppedDriverService(String driverName)
@LogMessage(level=WARN)
@Message(id=20,
value="Unsupported selector\'s option: %s")
void unsupportedSelectorOption(String name)
@LogMessage(level=WARN)
@Message(id=21,
value="Unsupported policy\'s option: %s")
void unsupportedPolicyOption(String name)
@Message(id=22,
value="Failed to start JGroups channel %s for distributed workmanager %s")
org.jboss.msc.service.StartException failedToStartJGroupsChannel(String channelName,
String wmName)
channelName - the name of the channelwmName - the name of the workmanagerStartException for the error.@Message(id=23,
value="Cannot find WorkManager %s or it isn\'t a distributed workmanager. Only DWM can override configurations")
org.jboss.as.controller.OperationFailedException failedToFindDistributedWorkManager(String wmName)
@Message(id=24,
value="Failed to start JGroups transport for distributed workmanager %s")
org.jboss.msc.service.StartException failedToStartDWMTransport(String wmName)
@Message(id=25,
value="Unsupported selector\'s option: %s")
org.jboss.as.controller.OperationFailedException unsupportedSelector(String name)
@Message(id=26,
value="Unsupported policy\'s option: %s")
org.jboss.as.controller.OperationFailedException unsupportedPolicy(String name)
@LogMessage(level=WARN)
@Message(id=27,
value="No ironjacamar.security defined for %s")
void noSecurityDefined(String jndiName)
@LogMessage(level=WARN)
@Message(id=28,
value="@ConnectionFactoryDefinition will have limited management: %s")
void connectionFactoryAnnotation(String jndiName)
@LogMessage(level=WARN)
@Message(id=29,
value="@AdministeredObjectDefinition will have limited management: %s")
void adminObjectAnnotation(String jndiName)
@Message(id=30,
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=31,
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=32,
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=33,
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=34,
value="Unable to instantiate driver class \"%s\". See log (WARN) for more details")
String cannotInstantiateDriverClass(String driverClassName)
driverClassName - the driver class name.@Message(id=35,
value="Specified driver version doesn\'t match with actual driver version")
IllegalStateException driverVersionMismatch()
IllegalStateException for the error.@Message(id=36,
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=37,
value="failed to get metrics: %s")
String failedToGetMetrics(String message)
message - a message to append.@Message(id=39,
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=40,
value="failed to invoke operation: %s")
String failedToInvokeOperation(String message)
message - the message to append.@Message(id=41,
value="Failed to load module for driver [%s]")
String failedToLoadModuleDriver(String moduleName)
moduleName - the module name.@Message(id=42,
value="failed to match pool. Check JndiName: %s")
IllegalArgumentException failedToMatchPool(String jndiName)
jndiName - the JNDI name.IllegalArgumentException for the error.@Message(id=43,
value="Failed to parse service xml [%s]")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
xmlFile - the service XML file.DeploymentUnitProcessingException for the error.org.jboss.as.server.deployment.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=44,
value="Failed to process RA child archives for [%s]")
org.jboss.as.server.deployment.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=45,
value="failed to set attribute: %s")
String failedToSetAttribute(String message)
message - the message to append.@Message(id=46,
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=47,
value="Connection is not valid")
IllegalStateException invalidConnection()
IllegalStateException for the error.@Message(id=49,
value="Non-explicit JNDI bindings not supported")
IllegalStateException jndiBindingsNotSupported()
IllegalStateException for the error.@Message(id=50,
value="no metrics available")
String noMetricsAvailable()
@Message(id=51,
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=52,
value="%s is null")
String nullVar(String name)
null.name - the name of the variable.@Message(id=53,
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=54,
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=56,
value="Service not started")
IllegalStateException serviceNotStarted()
IllegalStateException for the error.@Message(id=58,
value="%s is undefined")
IllegalArgumentException undefinedVar(String name)
name - the name of the variable.IllegalArgumentException for the error.@Message(id=61,
value="Failed to load native libraries")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToLoadNativeLibraries(@Cause
Throwable cause)
cause - the exception.DeploymentUnitProcessingException for the error.@Message(id=64,
value="Exception deploying datasource %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException exceptionDeployingDatasource(@Cause
Throwable cause,
String datasource)
@Message(id=65,
value="No DataSource exists at address %s")
String noDataSourceRegisteredForAddress(org.jboss.as.controller.PathAddress address)
@Message(id=66,
value="Unknown attribute %s")
IllegalStateException unknownAttribute(String attributeName)
IllegalStateException for the error.@Message(id=67,
value="Unknown operation %s")
IllegalStateException unknownOperation(String attributeName)
IllegalStateException for the error.@Message(id=69,
value="At least one xa-datasource-property is required for an xa-datasource")
org.jboss.as.controller.OperationFailedException xaDataSourcePropertiesNotPresent()
@Message(id=70,
value="Jndi name is required")
org.jboss.as.controller.OperationFailedException jndiNameRequired()
@Message(id=71,
value="Jndi name have to start with java:/ or java:jboss/")
org.jboss.as.controller.OperationFailedException jndiNameInvalidFormat()
@Message(id=72,
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=73,
value="Failed to load module for RA [%s]")
String failedToLoadModuleRA(String moduleName)
moduleName - the module name.@Message(id=74,
value="Method %s not found")
NoSuchMethodException noSuchMethod(String name)
name - the name of the method.NoSuchMethodException for the error.@Message(id=75,
value="Field %s not found")
NoSuchMethodException noSuchField(String name)
name - the name of the field.NoSuchMethodException for the error.@Message(id=76,
value="Unknown property resolution for property %s")
IllegalArgumentException noPropertyResolution(String name)
name - the name of the property.NoSuchMethodException for the error.@Message(id=77,
value="At least one of ARCHIVE or MODULE is required")
org.jboss.as.controller.OperationFailedException archiveOrModuleRequired()
@Message(id=78,
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=79,
value="Failed to deploy datasource %s because driver is not specified")
org.jboss.as.server.deployment.DeploymentUnitProcessingException FailedDeployDriverNotSpecified(String dsName)
dsName - the datasource to be deployed.DeploymentUnitProcessingException for the error.@Message(id=80,
value="RAR \'%s\' not yet deployed.")
org.jboss.as.controller.OperationFailedException RARNotYetDeployed(String raName)
raName - - name.OperationFailedException for the error.@Message(id=83,
value="Connection factory interface (%s) is incorrect for resource adapter \'%s\' while deploying %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidConnectionFactory(String cf,
String ra,
String jndiName)
cf - The connection factoryra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.@Message(id=84,
value="Admin object declared for JCA 1.0 resource adapter \'%s\' while deploying %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException adminObjectForJCA10(String ra,
String jndiName)
ra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.@Message(id=85,
value="Admin object class (%s) is incorrect for resource adapter \'%s\' while deploying %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidAdminObject(String ao,
String ra,
String jndiName)
ao - The admin objectra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.@LogMessage(level=WARN)
@Message(id=86,
value="Unable to find driver class name in \"%s\" jar")
void cannotFindDriverClassName(String driverName)
driverName - the driver jar.@LogMessage(level=ERROR)
@Message(id=87,
value="Unable to register recovery: %s (%s)")
void unableToRegisterRecovery(String key,
boolean isXa)
@Message(id=88,
value="Attributes %s rejected. Must be true")
String rejectAttributesMustBeTrue(Set<String> key)
@LogMessage(level=WARN)
@Message(id=89,
value="Exception during unregistering deployment")
void exceptionDuringUnregistering(@Cause
org.jboss.jca.core.spi.rar.NotFoundException nfe)
@Message(id=90,
value="Jndi name shouldn\'t include \'//\' or end with \'/\'")
org.jboss.as.controller.OperationFailedException jndiNameShouldValidate()
@LogMessage(level=WARN)
@Message(id=91,
value="-ds.xml file deployments are deprecated. Support may be removed in a future version.")
void deprecated()
@Message(id=92,
value="Indexed child resources can only be registered if the parent resource supports ordered children. The parent of \'%s\' is not indexed")
IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
@LogMessage(level=INFO)
@Message(id=93,
value="The \'%s\' operation is deprecated. Use of the \'add\' or \'remove\' operations is preferred, or if required the \'write-attribute\' operation can used to set the deprecated \'enabled\' attribute")
void legacyDisableEnableOperation(String name)
@LogMessage(level=ERROR)
@Message(id=96,
value="Error during recovery shutdown")
void errorDuringRecoveryShutdown(@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=97,
value="Exception while stopping resource adapter")
void errorStoppingRA(@Cause
Throwable cause)
@LogMessage(level=INFO)
@Message(id=98,
value="Bound non-transactional data source: %s")
void boundNonJTADataSource(String jndiName)
@LogMessage(level=INFO)
@Message(id=99,
value="Unbound non-transactional data source: %s")
void unBoundNonJTADataSource(String jndiName)
@Message(id=100,
value="Operation %s is not supported")
UnsupportedOperationException noSupportedOperation(String operation)
@Message(id=101,
value="Thread pool: %s(type: %s) can not be added for workmanager: %s, only one thread pool is allowed for each type.")
org.jboss.as.controller.OperationFailedException oneThreadPoolWorkManager(String threadPoolName,
String threadPoolType,
String workManagerName)
@Message(id=102,
value="Attribute %s can only be defined if %s is true")
org.jboss.as.controller.OperationFailedException attributeRequiresTrueAttribute(String attribute,
String requiredAttribute)
true.attribute - attribute that is invalid: it is defined but requires another attribute to be set as truerequiredAttribute - attribute that is required to be defined as true@Message(id=103,
value="Attribute %s can only be defined if %s is undefined or false")
org.jboss.as.controller.OperationFailedException attributeRequiresFalseOrUndefinedAttribute(String attribute,
String requiredFalseAttribute)
false.attribute - attribute that is invalid: it is defined but requires another attribute to be set as false or to be undefinedrequiredFalseAttribute - attribute that is required to be undefined or defined as false@Message(id=104,
value="Subject=%s\nSubject identity=%s")
String subject(Subject subject,
String identity)
@LogMessage(level=INFO)
@Message(id=106,
value="Elytron handler handle: %s")
void elytronHandlerHandle(String callbacks)
@Message(id=107,
value="Execution subject was not provided to the callback handler")
SecurityException executionSubjectNotSetInHandler()
@Message(id=108,
value="Supplied callback doesn\'t contain a security domain reference")
IllegalArgumentException invalidCallbackSecurityDomain()
@Message(id=109,
value="Callback with security domain is required - use createCallbackHandler(Callback callback) instead")
UnsupportedOperationException unsupportedCreateCallbackHandlerMethod()
@Message(id=110,
value="CredentialSourceSupplier is invalid for DSSecurity")
IllegalStateException invalidCredentialSourceSupplier(@Cause
Throwable cause)
@Message(id=111,
value="WorkManager hasn\'t elytron-enabled flag set accordingly with RA one")
IllegalStateException invalidElytronWorkManagerSetting()
@Message(id=112,
value="Datasource %s is disabled")
IllegalArgumentException datasourceIsDisabled(String jndiName)
@LogMessage(level=ERROR)
@Message(id=113,
value="Unexcepted error during worker execution : %s")
void unexceptedWorkerCompletionError(String errorMessage,
@Cause
Throwable t)
@Message(id=114,
value="Failed to load datasource class: %s")
IllegalStateException failedToLoadDataSourceClass(String clsName,
@Cause
Throwable t)
Copyright © 2018 JBoss by Red Hat. All rights reserved.