@MessageBundle(projectCode="JBAS")
public interface EeMessages
| Modifier and Type | Field and Description |
|---|---|
static EeMessages |
MESSAGES
The messages.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentUnitProcessingException |
alternateDeploymentDescriptor(org.jboss.vfs.VirtualFile deploymentDescriptor,
org.jboss.vfs.VirtualFile moduleFile)
Creates an exception indicating the alternate deployment descriptor specified for the module file could not be
found.
|
IllegalArgumentException |
annotationAttributeMissing(String annotation,
String attribute)
Creates an exception indicating the annotation must provide the attribute.
|
DeploymentUnitProcessingException |
aroundInvokeAnnotionUsedTooManyTimes(org.jboss.jandex.DotName className,
int numberOfAnnotatedMethods)
Creates an exception indicating that there was a exception while deploying AroundInvokeInterceptor
|
IllegalStateException |
cannotAddMoreItems()
Creates an exception indicating more items cannot be added once getSortedItems() has been called.
|
RuntimeException |
cannotBeEmpty(String name)
Creates an exception indicating the
name cannot be empty. |
IllegalArgumentException |
cannotBeNullOrEmpty(String name,
Object value)
Creates an exception indicating the
name cannot be null or empty. |
DeploymentUnitProcessingException |
cannotConfigureComponent(Throwable cause,
String name)
Creates an exception indicating the component, represented by the
name parameter, could not be
configured. |
DeploymentUnitProcessingException |
cannotDetermineType(String name)
Creates an exception indicating the type for the resource-env-ref could not be determined.
|
DeploymentUnitProcessingException |
cannotDetermineType(String tag,
String value,
String typeTag)
Creates an exception indicating the type for the
tag could not be determined. |
DeploymentUnitProcessingException |
cannotLoad(String injectionTarget)
Creates an exception indicating the injection target referenced in the env-entry injection point could not be
loaded.
|
DeploymentUnitProcessingException |
cannotLoad(Throwable cause,
String injectionTarget)
Creates an exception indicating the injection target referenced in the env-entry injection point could not be
loaded.
|
RuntimeException |
cannotLoadInterceptor(Throwable cause,
String className)
Creates an exception indicating an interceptor class could not be loaded.
|
DeploymentUnitProcessingException |
cannotLoadInterceptor(Throwable cause,
String className,
Class<?> component)
Creates an exception indicating an interceptor class could not be loaded on the component.
|
DeploymentUnitProcessingException |
cannotLoadViewClass(Throwable cause,
String className,
ComponentConfiguration component)
Creates an exception indicating the view class, represented by the
className parameter, for the
component. |
DeploymentUnitProcessingException |
cannotParseResourceRefUri(Throwable cause,
String uri)
Creates an exception indicating the inability to parse the resource-ref URI.
|
DeploymentUnitProcessingException |
cannotProcessEarModule(org.jboss.vfs.VirtualFile earFile,
String moduleFile)
Creates an exception indicating the inability to process modules in the application.xml for the EAR, represented
by the
earFile parameter, module file was not found. |
DeploymentUnitProcessingException |
cannotResolveInjectionPoint(String targetName,
String className)
Creates an exception indicating the injection point could not be resolved on the class specified in the web.xml.
|
RuntimeException |
cannotResolveMethod(org.jboss.invocation.proxy.MethodIdentifier method,
Class<?> component,
Collection<?> annotations)
Creates an exception indicating the method could not be found on the class with the annotations.
|
RuntimeException |
cannotSetProperty(Throwable cause,
String name,
String className)
Creates an exception indicating the property, represented by the
name parameter, could not be set on the
datasource class, represented by the className parameter. |
DeploymentUnitProcessingException |
cannotSpecifyBoth(String element1,
String element2)
Creates an exception indicating both the
element1 and element2 cannot be specified in an
environment entry. |
IllegalArgumentException |
circularDependency(String bindingName)
Creates an exception indicating a circular dependency is installing.
|
DeploymentUnitProcessingException |
classOnlyAnnotation(String annotation,
org.jboss.jandex.AnnotationTarget target)
Creates an exception indicating the annotation is only allowed on a class.
|
DeploymentUnitProcessingException |
classOrMethodOnlyAnnotation(org.jboss.jandex.DotName annotation)
Creates an exception indicating the annotation is only allowed on method or class targets.
|
IllegalArgumentException |
componentAlreadyDefined(String name)
Creates an exception indicating a component, represented by the
name parameter, is already defined in
this module. |
DeploymentUnitProcessingException |
componentClassHasErrors(String className,
String componentName,
String errorMsg)
Creates an exception indicating the component class, represented by the
className parameter, for the
component, represented by the componentName parameter, has errors. |
IllegalStateException |
componentConstructionFailure(Throwable cause)
Creates an exception indicating a failure to construct a component instance.
|
IllegalStateException |
componentIsStopped()
Creates an exception indicating the component is stopped.
|
IllegalStateException |
componentNotAvailable()
Creates an exception indicating the component is not available.
|
DeploymentUnitProcessingException |
componentNotFound(String typeName)
Creates an exception indicating no component was found for the type.
|
IllegalStateException |
componentViewConstructionFailure(Throwable cause)
Creates an exception indicating a failure to construct a component view.
|
IOException |
concurrentContextServiceNotInstalled(org.jboss.msc.service.ServiceName serviceName) |
IllegalStateException |
concurrentServiceValueUninitialized() |
IllegalArgumentException |
conflictingBinding(String bindingName,
InjectionSource source)
Creates an exception indicating an incompatible conflicting binding.
|
DeploymentUnitProcessingException |
couldNotLoadComponentClass(Throwable cause,
String className) |
DeploymentUnitProcessingException |
defaultConstructorNotFound(Class<?> clazz)
Creates an exception indicating the default constructor for the class, represented by the
clazz
parameter, could not be found. |
DeploymentUnitProcessingException |
defaultConstructorNotFound(String annotation,
String className)
Creates an exception indicating the default constructor for the class, represented by the
className
parameter, could not be found. |
DeploymentUnitProcessingException |
defaultConstructorNotFoundOnComponent(String className,
Class<?> component)
Creates an exception indicating the default constructor for the class, represented by the
className
parameter, could not be found on the component. |
DeploymentUnitProcessingException |
earModuleChildOfLibraryDirectory(String libraryDirectory,
String moduleFileName) |
IllegalArgumentException |
elementAttributeMissing(String element,
String attribute)
Creates an exception indicating the element must provide the attribute.
|
XMLStreamException |
errorParsingEJBClientDescriptor(String message,
Location location)
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
|
IllegalArgumentException |
factoryAlreadyExists(ConcurrentContext concurrentContext,
String factoryName) |
IOException |
factoryNotFound(ConcurrentContext concurrentContext,
String factoryName) |
DeploymentUnitProcessingException |
failedToInstallComponent(Throwable cause,
String name)
Creates an exception indicating a failure to install the component.
|
DeploymentUnitProcessingException |
failedToLoadJbossProperties(IOException e) |
DeploymentUnitProcessingException |
failedToParse(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the
xmlFile. |
DeploymentUnitProcessingException |
failedToProcessChild(Throwable cause,
org.jboss.vfs.VirtualFile earFile)
Creates an exception indicating a failure to process the children for the EAR.
|
DeploymentUnitProcessingException |
failedToProcessEJBClientDescriptor(Throwable cause)
Creates an exception indicating that the jboss-ejb-client.xml couldn't be processed
|
String |
failedToRead(String entryName,
String appName)
A message indicating a failure to read the entries in the application.
|
String |
failedToRead(String entryName,
String appName,
String moduleName)
A message indicating a failure to read the entries in the module.
|
String |
failedToRead(String entryName,
String appName,
String moduleName,
String componentName)
A message indicating a failure to read the entries in the module.
|
DeploymentUnitProcessingException |
fieldNotFound(String name)
Creates an exception indicating the field, represented by the
name parameter, was not found. |
IllegalStateException |
injectionTargetNotFound()
Creates an exception indicating no injection target was found.
|
IllegalStateException |
instanceDataCanOnlyBeSetDuringConstruction() |
DeploymentUnitProcessingException |
invalidCharacterLength(String elementName,
String value)
Creates an exception indicating the
elementName character type is not exactly one character long. |
RuntimeException |
invalidDescriptor(String descriptor)
Creates an exception indicating the descriptor is not valid.
|
DeploymentUnitProcessingException |
invalidInjectionTarget(String targetName,
String targetType,
Class<?> type)
Creates an exception indicating the injection target, represented by the
targetName parameter, on the
class, represented by the targetType parameter, is not compatible with the type of injection. |
String |
invalidNumberOfArguments(String methodName,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className)
A message indicating there are an invalid number of arguments for the method, represented by the parameter,
annotated with the
annotation on the class, represented by the className parameter. |
IllegalArgumentException |
invalidReturnType(String returnType,
String methodName,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className)
Creates an exception indicating a return type for the method, represented by the
methodName parameter, annotated with the annotation on the class, represented by the
className parameter. |
String |
invalidSignature(String name,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className,
String signatureArg)
A message indicating methods annotated with the
annotation must have a single argument. |
XMLStreamException |
invalidValue(String value,
String element,
Location location)
Creates an exception indicating the value for the element is invalid.
|
RuntimeException |
managedReferenceWasNull(Field field) |
IllegalStateException |
methodNotFound(Method method)
Creates an exception indicating the method does not exist.
|
DeploymentUnitProcessingException |
methodNotFound(String name,
String paramType,
String className)
Creates an exception indicating the method does not exist.
|
DeploymentUnitProcessingException |
methodOnlyAnnotation(org.jboss.jandex.DotName annotation)
Creates an exception indicating the annotation is only allowed on method targets.
|
String |
moreThanOneMessageDestination(String name,
String binding,
Set<String> jndiNames)
If a message destination could not be resolved
|
DeploymentUnitProcessingException |
multipleComponentsFound(String typeName)
Creates an exception indicating multiple components were found for the type.
|
DeploymentUnitProcessingException |
multipleMethodsFound(String name,
String paramType,
String className)
Creates an exception indicating multiple methods found.
|
DeploymentUnitProcessingException |
multipleSetterMethodsFound(String targetName,
String className)
Creates an exception indicating multiple setter methods found.
|
IllegalStateException |
noComponentInstance()
Creates an exception indicating there is no component instance associated.
|
String |
noMessageDestination(String name,
String binding)
If a message destination could not be resolved
|
DeploymentUnitProcessingException |
nullBindingName(BindingConfiguration config)
Creates an exception indicating the binding name must not be
null. |
IllegalArgumentException |
nullOrEmptyManagedBeanClassName()
Creates an exception indicating a
null or empty managed bean class name. |
IllegalArgumentException |
nullOrEmptyResourceReferenceType()
Creates an exception indicating a
null or empty resource reference type. |
IllegalArgumentException |
nullResourceReference()
Creates an exception indicating a
null resource reference processor cannot be registered. |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null. |
String |
onlyTrueAllowedForJBossDescriptorPropertyReplacement_AS7_4892() |
IllegalArgumentException |
priorityAlreadyExists(Object item,
String hexPriority,
Object current)
Creates an exception indicating the item cannot be added because the priority is already taken.
|
String |
propertiesNotAllowedOnGlobalModules() |
UnsupportedOperationException |
resourceDescriptionResolverError()
Creates an exception indicating the ResourceDescriptionResolver variant should be used.
|
IllegalArgumentException |
resourceReferenceNotRegistered(String type)
Creates an exception indicating the resource reference for the
type is not registered. |
DeploymentUnitProcessingException |
rootAsLibraryDirectory() |
IOException |
serializationMustBeHandledByThefactory() |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating the service is not started.
|
IllegalArgumentException |
setterMethodOnly(String annotation,
org.jboss.jandex.MethodInfo methodInfo)
Creates an exception indicating the
annotation injection target is invalid and only setter methods are
allowed. |
IllegalStateException |
transactionSetupProviderServiceNotInstalled() |
XMLStreamException |
unexpectedElement(QName name,
Location location)
Creates an exception indicating an unexpected element, represented by the
name parameter, was
encountered. |
RuntimeException |
unknownAnnotationTargetType(org.jboss.jandex.AnnotationTarget target)
Creates an exception indicating the
AnnotationTarget type is unknown. |
DeploymentUnitProcessingException |
unknownElementType(String elementName,
String type)
Creates an exception indicating the type for the
elementName for the type is unknown. |
DeploymentUnitProcessingException |
unsupportedModuleType(String moduleFileName) |
IllegalArgumentException |
viewMethodNotFound(String name,
String descriptor,
Class<?> viewClass,
Class<?> component)
Creates an exception indicating the method could not found on the view.
|
DeploymentUnitProcessingException |
xmlErrorParsingEJBClientDescriptor(XMLStreamException cause,
String fileLocation)
Creates an exception indicating that there was an exception while parsing a jboss-ejb-client.xml
|
static final EeMessages MESSAGES
@Message(id=11025,
value="Could not find alternate deployment descriptor %s specified for %s")
DeploymentUnitProcessingException alternateDeploymentDescriptor(org.jboss.vfs.VirtualFile deploymentDescriptor,
org.jboss.vfs.VirtualFile moduleFile)
deploymentDescriptor - the alternate deployment descriptor.moduleFile - the module file.DeploymentUnitProcessingException for the error.@Message(id=11026,
value="%s annotations must provide a %s.")
IllegalArgumentException annotationAttributeMissing(String annotation,
String attribute)
annotation - the annotation.attribute - the attribute.IllegalArgumentException for the exception.@Message(id=11027,
value="Cannot add any more items once getSortedItems() has been called")
IllegalStateException cannotAddMoreItems()
IllegalStateException for the error.@Message(id=11028,
value="%s may not be empty")
RuntimeException cannotBeEmpty(String name)
name cannot be empty.name - the name that cannot be empty.RuntimeException for the error.@Message(id=11029,
value="%s cannot be null or empty: %s")
IllegalArgumentException cannotBeNullOrEmpty(String name,
Object value)
name cannot be null or empty.name - the name that cannot be empty.value - the value of the object.IllegalArgumentException for the error.@Message(id=11030,
value="Could not configure component %s")
DeploymentUnitProcessingException cannotConfigureComponent(@Cause
Throwable cause,
String name)
name parameter, could not be
configured.cause - the cause of the error.name - the name of the component.DeploymentUnitProcessingException for the error.@Message(id=11031,
value="Could not determine type for resource-env-ref %s")
DeploymentUnitProcessingException cannotDetermineType(String name)
name - the name of the of the resource environment reference.DeploymentUnitProcessingException for the error.@Message(id=11032,
value="Could not determine type for %s %s please specify the %s.")
DeploymentUnitProcessingException cannotDetermineType(String tag,
String value,
String typeTag)
tag could not be determined.tag - the tag name.value - the value of the tag.typeTag - the type tag.DeploymentUnitProcessingException for the error.@Message(id=11033,
value="Could not load %s referenced in env-entry")
DeploymentUnitProcessingException cannotLoad(String injectionTarget)
injectionTarget - the injection target.DeploymentUnitProcessingException for the error.DeploymentUnitProcessingException cannotLoad(@Cause Throwable cause, String injectionTarget)
cause - the cause of the error.injectionTarget - the injection target.DeploymentUnitProcessingException for the error.@Message(id=11034,
value="Could not load interceptor class %s")
RuntimeException cannotLoadInterceptor(@Cause
Throwable cause,
String className)
cause - the cause of the error.className - the name of the interceptor class.DeploymentUnitProcessingException for the error.@Message(id=11035,
value="Could not load interceptor class %s on component %s")
DeploymentUnitProcessingException cannotLoadInterceptor(@Cause
Throwable cause,
String className,
Class<?> component)
cause - the cause of the error.className - the name of the interceptor class.component - the component.DeploymentUnitProcessingException for the error.@Message(id=11036,
value="Could not load view class %s for component %s")
DeploymentUnitProcessingException cannotLoadViewClass(@Cause
Throwable cause,
String className,
ComponentConfiguration component)
className parameter, for the
component.cause - the cause of the error.className - the name of the class.component - the component.DeploymentUnitProcessingException for the error.@Message(id=11037,
value="Unable to process modules in application.xml for EAR [%s], module file %s not found")
DeploymentUnitProcessingException cannotProcessEarModule(org.jboss.vfs.VirtualFile earFile,
String moduleFile)
earFile parameter, module file was not found.earFile - the EAR file.moduleFile - the module file.DeploymentUnitProcessingException for the error.@Message(id=11038,
value="Unable to parse resource-ref URI: %s")
DeploymentUnitProcessingException cannotParseResourceRefUri(@Cause
Throwable cause,
String uri)
cause - the cause of the error.uri - the URI.DeploymentUnitProcessingException for the error.@Message(id=11039,
value="Could not resolve injection point %s on class %s specified in web.xml")
DeploymentUnitProcessingException cannotResolveInjectionPoint(String targetName,
String className)
targetName - the injection point name.className - the class name.DeploymentUnitProcessingException for the error.@Message(id=11040,
value="Could not resolve method %s on class %s with annotations %s")
RuntimeException cannotResolveMethod(org.jboss.invocation.proxy.MethodIdentifier method,
Class<?> component,
Collection<?> annotations)
method - the method.component - the class.annotations - the annotations.RuntimeException for the error.@Message(id=11041,
value="Could not set property %s on datasource class %s")
RuntimeException cannotSetProperty(@Cause
Throwable cause,
String name,
String className)
name parameter, could not be set on the
datasource class, represented by the className parameter.cause - the cause of the error.name - the name of the property.className - the datasource class name.RuntimeException for the error.@Message(id=11042,
value="Cannot specify both a %s and a %s in an environment entry.")
DeploymentUnitProcessingException cannotSpecifyBoth(String element1,
String element2)
element1 and element2 cannot be specified in an
environment entry.element1 - the first element.element2 - the second element.DeploymentUnitProcessingException for the error.@Message(id=11043,
value="Circular dependency installing %s")
IllegalArgumentException circularDependency(String bindingName)
bindingName - the binding name.IllegalArgumentException for the error.@Message(id=11044,
value="%s annotation is only allowed on a class. %s is not a class.")
DeploymentUnitProcessingException classOnlyAnnotation(String annotation,
org.jboss.jandex.AnnotationTarget target)
annotation - the annotation.target - the annotation target.DeploymentUnitProcessingException for the error.@Message(id=11045,
value="@%s annotation is only allowed on methods and classes")
DeploymentUnitProcessingException classOrMethodOnlyAnnotation(org.jboss.jandex.DotName annotation)
annotation - the annotation.DeploymentUnitProcessingException for the error.@Message(id=11046,
value="A component named \'%s\' is already defined in this module")
IllegalArgumentException componentAlreadyDefined(String name)
name parameter, is already defined in
this module.name - the name of the module.IllegalArgumentException for the error.@Message(id=11047,
value="Component class %s for component %s has errors: %n%s")
DeploymentUnitProcessingException componentClassHasErrors(String className,
String componentName,
String errorMsg)
className parameter, for the
component, represented by the componentName parameter, has errors.className - the class name.componentName - the name of the component.errorMsg - the error message.DeploymentUnitProcessingException for the error.@Message(id=11048,
value="Failed to construct component instance")
IllegalStateException componentConstructionFailure(@Cause
Throwable cause)
cause - the cause of the error.IllegalStateException for the error.@Message(id=11049,
value="Component is stopped")
IllegalStateException componentIsStopped()
IllegalStateException for the error.@Message(id=11050,
value="Component not available (interrupted)")
IllegalStateException componentNotAvailable()
IllegalStateException for the error.@Message(id=11051,
value="No component found for type \'%s\'")
DeploymentUnitProcessingException componentNotFound(String typeName)
typeName - the name of the component.DeploymentUnitProcessingException for the error.@Message(id=11052,
value="Failed to instantiate component view")
IllegalStateException componentViewConstructionFailure(@Cause
Throwable cause)
cause - the cause of the error.IllegalStateException for the error.@Message(id=11053,
value="Incompatible conflicting binding at %s source: %s")
IllegalArgumentException conflictingBinding(String bindingName,
InjectionSource source)
bindingName - the binding name.source - the source.IllegalArgumentException for the error.@Message(id=11054,
value="Could not find default constructor for %s")
DeploymentUnitProcessingException defaultConstructorNotFound(Class<?> clazz)
clazz
parameter, could not be found.clazz - the class.DeploymentUnitProcessingException for the error.@Message(id=11055,
value="Could not find default constructor for %s class %s")
DeploymentUnitProcessingException defaultConstructorNotFound(String annotation,
String className)
className
parameter, could not be found.annotation - the annotation.className - the name of the class.DeploymentUnitProcessingException for the error.@Message(id=11056,
value="No default constructor for interceptor class %s on component %s")
DeploymentUnitProcessingException defaultConstructorNotFoundOnComponent(String className,
Class<?> component)
className
parameter, could not be found on the component.className - the name of the class.component - the component name.DeploymentUnitProcessingException for the error.@Message(id=11057,
value="%s elements must provide a %s.")
IllegalArgumentException elementAttributeMissing(String element,
String attribute)
element - the element.attribute - the attribute.IllegalArgumentException for the exception.@Message(id=11058,
value="Failed to install component %s")
DeploymentUnitProcessingException failedToInstallComponent(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the name of the component.DeploymentUnitProcessingException for the error.@Message(id=11059,
value="Failed to parse %s")
DeploymentUnitProcessingException failedToParse(@Cause
Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
xmlFile.cause - the cause of the error.xmlFile - the XML file.DeploymentUnitProcessingException for the error.@Message(id=11060,
value="Failed to process children for EAR [%s]")
DeploymentUnitProcessingException failedToProcessChild(@Cause
Throwable cause,
org.jboss.vfs.VirtualFile earFile)
cause - the cause of the error.earFile - the EAR file.DeploymentUnitProcessingException for the error.@Message(id=11061,
value="Failed to read %s entries for application [%s]")
String failedToRead(String entryName,
String appName)
entryName - the name of the entry.appName - the application name.@Message(id=11062,
value="Failed to read %s entries for module [%s, %s]")
String failedToRead(String entryName,
String appName,
String moduleName)
entryName - the name of the entry.appName - the application name.moduleName - the module name.@Message(id=11063,
value="Failed to read %s entries for component [%s, %s, %s]")
String failedToRead(String entryName,
String appName,
String moduleName,
String componentName)
entryName - the name of the entry.appName - the application name.moduleName - the module name.componentName - the component name@Message(id=11064,
value="No matching field found for \'%s\'")
DeploymentUnitProcessingException fieldNotFound(String name)
name parameter, was not found.name - the name of the field.DeploymentUnitProcessingException for the error.@Message(id=11065,
value="No injection target found")
IllegalStateException injectionTargetNotFound()
IllegalStateException for the error.@Message(id=11066,
value="%s of type java.lang.Character is not exactly one character long %s")
DeploymentUnitProcessingException invalidCharacterLength(String elementName,
String value)
elementName character type is not exactly one character long.elementName - the element name.value - the value.DeploymentUnitProcessingException for the error.@Message(id=11067,
value="%s is not a valid descriptor")
RuntimeException invalidDescriptor(String descriptor)
descriptor - the invalid descriptorRuntimeException for the error.@Message(id=11068,
value="Injection target %s on class %s is not compatible with the type of injection: %s")
DeploymentUnitProcessingException invalidInjectionTarget(String targetName,
String targetType,
Class<?> type)
targetName parameter, on the
class, represented by the targetType parameter, is not compatible with the type of injection.targetName - the name of the target.targetType - the type of the target.type - the type provided.DeploymentUnitProcessingException for the error.@Message(id=11069,
value="Invalid number of arguments for method %s annotated with %s on class %s")
String invalidNumberOfArguments(String methodName,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className)
annotation on the class, represented by the className parameter.methodName - the name of the method.annotation - the annotation.className - the name of the class.@Message(id=11070,
value="A return type of %s is required for method %s annotated with %s on class %s")
IllegalArgumentException invalidReturnType(String returnType,
String methodName,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className)
methodName parameter, annotated with the annotation on the class, represented by the
className parameter.returnType - the return type required.methodName - the name of the method.annotation - the annotation.className - the name of the class.IllegalArgumentException for the error.@Message(id=11071,
value="Invalid signature for method %s annotated with %s on class %s, signature must be \'%s\'")
String invalidSignature(String name,
org.jboss.jandex.DotName annotation,
org.jboss.jandex.DotName className,
String signatureArg)
annotation must have a single argument.name - the name of the method.annotation - the annotation.className - the class name.signatureArg - the signature argument.@Message(id=11072,
value="Invalid value: %s for \'%s\' element")
XMLStreamException invalidValue(String value,
String element,
@Param
Location location)
value - the invalid value.element - the element.location - the location of the error.XMLStreamException for the error.@Message(id=11073,
value="Method does not exist %s")
IllegalStateException methodNotFound(Method method)
method - the method that does not exist.IllegalStateException for the error.@Message(id=11074,
value="No matching method found for method %s (%s) on %s")
DeploymentUnitProcessingException methodNotFound(String name,
String paramType,
String className)
name - the name of the method.paramType - the parameter type.className - the class name.DeploymentUnitProcessingException for the error.@Message(id=11075,
value="@%s is only valid on method targets.")
DeploymentUnitProcessingException methodOnlyAnnotation(org.jboss.jandex.DotName annotation)
annotation - the annotation.DeploymentUnitProcessingException for the error.@Message(id=11076,
value="Multiple components found for type \'%s\'")
DeploymentUnitProcessingException multipleComponentsFound(String typeName)
typeName - the name of the component.DeploymentUnitProcessingException for the error.@Message(id=11077,
value="More than one matching method found for method \'%s (%s) on %s")
DeploymentUnitProcessingException multipleMethodsFound(String name,
String paramType,
String className)
name - the name of the method.paramType - the parameter type.className - the class name.DeploymentUnitProcessingException for the error.@Message(id=11078,
value="Multiple setter methods for %s on class %s found when applying <injection-target> for env-entry")
DeploymentUnitProcessingException multipleSetterMethodsFound(String targetName,
String className)
targetName - the name of the method.className - the class name.DeploymentUnitProcessingException for the error.@Message(id=11079,
value="No component instance associated")
IllegalStateException noComponentInstance()
IllegalStateException for the error.@Message(id=11080,
value="Binding name must not be null: %s")
DeploymentUnitProcessingException nullBindingName(BindingConfiguration config)
null.config - the binding configuration.DeploymentUnitProcessingException for the error.@Message(id=11081,
value="Managed bean class name cannot be null or empty")
IllegalArgumentException nullOrEmptyManagedBeanClassName()
null or empty managed bean class name.IllegalArgumentException for the error.@Message(id=11082,
value="Resource reference type cannot be null or empty")
IllegalArgumentException nullOrEmptyResourceReferenceType()
null or empty resource reference type.IllegalArgumentException for the error.@Message(id=11083,
value="Cannot register a null resource reference processor")
IllegalArgumentException nullResourceReference()
null resource reference processor cannot be registered.IllegalArgumentException for the error.@Message(id=11084,
value="%s is null")
IllegalArgumentException nullVar(String name)
name parameter, is null.name - the name of the variable.IllegalArgumentException for the error.@Message(id=11085,
value="Can\'t add %s, priority 0x%s is already taken by %s")
IllegalArgumentException priorityAlreadyExists(Object item,
String hexPriority,
Object current)
item - the item that was not added.hexPriority - the priority.current - the current item at that priority.IllegalArgumentException for the error.@Message(id=11086,
value="Use the ResourceDescriptionResolver variant")
UnsupportedOperationException resourceDescriptionResolverError()
UnsupportedOperationException for the error.@Message(id=11087,
value="Resource reference for type: %s is not registered. Cannot unregister")
IllegalArgumentException resourceReferenceNotRegistered(String type)
type is not registered.type - the resource reference type.IllegalArgumentException for the error.@Message(id=11088,
value="Service not started")
IllegalStateException serviceNotStarted()
IllegalStateException for the error.@Message(id=11089,
value="%s injection target is invalid. Only setter methods are allowed: %s")
IllegalArgumentException setterMethodOnly(String annotation,
org.jboss.jandex.MethodInfo methodInfo)
annotation injection target is invalid and only setter methods are
allowed.annotation - the annotation.methodInfo - the method information.IllegalArgumentException for the error.@Message(id=11090,
value="Unknown AnnotationTarget type: %s")
RuntimeException unknownAnnotationTargetType(org.jboss.jandex.AnnotationTarget target)
AnnotationTarget type is unknown.target - the annotation target.RuntimeException for the error.@Message(id=11091,
value="Unknown %s type %s")
DeploymentUnitProcessingException unknownElementType(String elementName,
String type)
elementName for the type is unknown.elementName - the name of the element.type - the type.DeploymentUnitProcessingException for the error.@Message(id=11092,
value="Could not find method %s %s on view %s of %s")
IllegalArgumentException viewMethodNotFound(String name,
String descriptor,
Class<?> viewClass,
Class<?> component)
name - the name of the method.descriptor - the method descriptor.viewClass - the view class.component - the component class.IllegalArgumentException for the error.@Message(id=11093,
value="Could not load component class %s")
DeploymentUnitProcessingException couldNotLoadComponentClass(@Cause
Throwable cause,
String className)
@Message(id=11094,
value="Unexpected element \'%s\' encountered")
XMLStreamException unexpectedElement(QName name,
@Param
Location location)
name parameter, was
encountered.name - the unexpected element name.location - the location of the error.XMLStreamException for the error.@Message(id=11095,
value="Failed to process jboss-ejb-client.xml")
DeploymentUnitProcessingException failedToProcessEJBClientDescriptor(@Cause
Throwable cause)
DeploymentUnitProcessingException for the error.@Message(id=11096,
value="Exception while parsing jboss-ejb-client.xml file found at %s")
DeploymentUnitProcessingException xmlErrorParsingEJBClientDescriptor(@Cause
XMLStreamException cause,
String fileLocation)
fileLocation - the location of jboss-ejb-client.xmlDeploymentUnitProcessingException for the error.@Message(id=11097,
value="%s")
XMLStreamException errorParsingEJBClientDescriptor(String message,
@Param
Location location)
message - The error messagelocation - The location of the errorXMLStreamException for the error.@Message(id=11098,
value="No message destination with name %s for binding %s")
String noMessageDestination(String name,
String binding)
@Message(id=11099,
value="More than one message destination with name %s for binding %s destinations: %s")
String moreThanOneMessageDestination(String name,
String binding,
Set<String> jndiNames)
@Message(id=16700,
value="Failed to load jboss.properties")
DeploymentUnitProcessingException failedToLoadJbossProperties(@Cause
IOException e)
@Message(id=16701,
value="Unsupported ear module type: %s")
DeploymentUnitProcessingException unsupportedModuleType(String moduleFileName)
@Message(id=16702,
value="library-directory of value / is not supported")
DeploymentUnitProcessingException rootAsLibraryDirectory()
@Message(id=16703,
value="Module may not be a child of the EAR\'s library directory. Library directory: %s, module file name: %s")
DeploymentUnitProcessingException earModuleChildOfLibraryDirectory(String libraryDirectory,
String moduleFileName)
@Message(id=16704,
value="ManagedReference was null and injection is not optional for injection into field %s")
RuntimeException managedReferenceWasNull(Field field)
@Message(id=16705,
value="Only \'true\' is allowed for \'jboss-descriptor-property-replacement\' due to AS7-4892")
String onlyTrueAllowedForJBossDescriptorPropertyReplacement_AS7_4892()
@Message(id=16706,
value="Global modules may not specify \'annotations\', \'meta-inf\' or \'services\'.")
String propertiesNotAllowedOnGlobalModules()
@Message(id=16708,
value="EE Concurrent Service\'s value uninitialized.")
IllegalStateException concurrentServiceValueUninitialized()
@Message(id=16709,
value="EE Concurrent ContextHandle serialization must be handled by the factory.")
IOException serializationMustBeHandledByThefactory()
@Message(id=16710,
value="The EE Concurrent Context %s already has a factory named %s")
IllegalArgumentException factoryAlreadyExists(ConcurrentContext concurrentContext,
String factoryName)
@Message(id=16711,
value="EE Concurrent Context %s does not has a factory named %s")
IOException factoryNotFound(ConcurrentContext concurrentContext,
String factoryName)
@Message(id=16712,
value="EE Concurrent Context %s service not installed.")
IOException concurrentContextServiceNotInstalled(org.jboss.msc.service.ServiceName serviceName)
@Message(id=16713,
value="EE Concurrent Transaction Setup Provider service not installed.")
IllegalStateException transactionSetupProviderServiceNotInstalled()
@Message(id=16714,
value="Instance data can only be set during construction")
IllegalStateException instanceDataCanOnlyBeSetDuringConstruction()
@Message(id=16715,
value="A class must not declare more than one AroundInvoke method. %s has %s methods annotated.")
DeploymentUnitProcessingException aroundInvokeAnnotionUsedTooManyTimes(org.jboss.jandex.DotName className,
int numberOfAnnotatedMethods)
className - the name of the class.numberOfAnnotatedMethods - the number of @aroundInvoke annotations in the specified class.DeploymentUnitProcessingException for the error.Copyright © 2014 JBoss by Red Hat. All rights reserved.