@MessageLogger(projectCode="WFLYEJB",
length=4)
public interface EjbLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static EjbLogger |
DEPLOYMENT_LOGGER
A logger with the category
org.jboss.as.ejb3.deployment used for deployment log messages |
static EjbLogger |
EJB3_INVOCATION_LOGGER
logger use to log Jakarta Enterprise Beans invocation errors
|
static EjbLogger |
EJB3_TIMER_LOGGER
logger use to log Jakarta Enterprise Beans timer messages
|
static EjbLogger |
REMOTE_LOGGER
A logger with the category
org.jboss.as.ejb3.remote used for remote log messages |
static EjbLogger |
ROOT_LOGGER |
| Modifier and Type | Method and Description |
|---|---|
javax.ejb.EJBException |
acquireSemaphoreInterrupted() |
void |
activationConfigPropertyIgnored(Object propName,
String resourceAdapterName)
Logs a warning message indicating ActivationConfigProperty will be ignored since it is not allowed by resource adapter
|
RuntimeException |
activationFailed(Throwable cause,
Object id)
Deprecated.
|
IllegalArgumentException |
annotationApplicableOnlyForMethods(String annotationName) |
RuntimeException |
annotationOnlyAllowedOnClass(String annotationName,
org.jboss.jandex.AnnotationTarget incorrectTarget) |
IllegalArgumentException |
aroundTimeoutMethodExpectedWithInvocationContextParam(String methodName,
String className) |
IllegalArgumentException |
aroundTimeoutMethodMustReturnObjectType(String methodName,
String className) |
IllegalStateException |
asymmetricCacheUsage()
Deprecated.
|
RuntimeException |
asyncInvocationOnlyApplicableForSessionBeans() |
IllegalStateException |
beanComponentMissingEjbObject(String componentName,
String ejbLocalObject)
Creates an exception indicating Bean component does not have an ejb object
|
IllegalStateException |
beanHomeInterfaceIsNull(String componentName)
Creates an exception indicating the bean home interface was not set
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
beanInterfaceAttributeRequiredForEJBAnnotationOnClass(String className) |
IllegalStateException |
beanLocalHomeInterfaceIsNull(String componentName)
Creates an exception indicating the bean local home interface was not set
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
beanWithLocalAnnotationImplementsMoreThanOneInterface(Class<?> beanClass) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
beanWithRemoteAnnotationImplementsMoreThanOneInterface(Class<?> beanClass) |
IllegalArgumentException |
bothMethodIntAndClassNameSet(String componentName)
Creates an exception indicating both methodIntf and className are set
|
IllegalStateException |
businessInterfaceIsNull()
Creates an exception indicating business interface type cannot be null
|
IllegalStateException |
cacheEntryInUse(Object entry)
Deprecated.
|
IllegalStateException |
cacheEntryNotInUse(Object entry)
Deprecated.
|
IllegalArgumentException |
cannotBeApplicationExceptionBecauseNotAnExceptionType(Class<?> klass) |
javax.ejb.EJBException |
cannotBeginUserTransaction() |
RuntimeException |
cannotBuildIndexForServerInterceptor(String interceptorClass,
Exception e) |
IllegalStateException |
cannotCall(String methodName,
String missing)
Creates an exception indicating the inability to call the method as something is missing for the invocation.
|
IllegalStateException |
cannotCall(String methodName,
String name,
String localName)
Creates an exception indicating Cannot call getInvokedBusinessInterface when invoking through ejb object
|
javax.ejb.EJBException |
cannotCallGetPKOnSessionBean() |
IllegalStateException |
cannotCallMethod(String methodName,
String state)
Exception thrown if a method cannot be invoked at the given time
|
IllegalStateException |
cannotCallMethodInAfterCompletion(String methodName)
Deprecated.
|
void |
cannotDeactivateBeanServant(Throwable cause) |
void |
cannotDeactivateHomeServant(Throwable cause) |
RuntimeException |
cannotLoadServerInterceptorModule(org.jboss.modules.ModuleIdentifier moduleId,
Exception e) |
org.jboss.as.controller.OperationFailedException |
cannotReadStrictMaxPoolDerivedSize(org.jboss.msc.service.ServiceName serviceName) |
javax.ejb.RemoveException |
cannotRemoveWhileParticipatingInTransaction()
Exception that is thrown when invoking remove while an Jakarta Enterprise Beans is in a transaction
|
InvalidClassException |
cannotResolveFilteredClass(String clazz) |
void |
cannotUnregisterEJBHomeFromCobra(Throwable cause) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForBean(org.jboss.as.server.deployment.DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForEntityBean(org.jboss.as.server.deployment.DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForMDB(org.jboss.as.server.deployment.DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
clusteredAnnotationNotYetImplementedForSingletonBean(org.jboss.as.server.deployment.DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
void |
clusteredEJBsBoundToINADDRANY(String nodeName,
String ip) |
void |
cobraInterfaceRepository(String repo,
String object) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
componentClassHasMultipleTimeoutAnnotations(Class<?> componentClass)
Creates an exception indicating Component class has multiple @Timeout annotations
|
Exception |
componentInstanceNotAvailable(org.jboss.invocation.InterceptorContext interceptorContext)
Creates an exception indicating component instance isn't available for invocation
|
IllegalArgumentException |
componentIsNull(String name)
Creates an exception indicating component cannot be null
|
EJBComponentUnavailableException |
componentIsShuttingDown() |
IllegalArgumentException |
componentNotInstanceOfSessionComponent(Component component,
Class<?> componentClass,
String type)
Creates an exception indicating Component with component specified class: isn't a stateful component
|
IllegalStateException |
componentNotSetInInterceptor(org.jboss.invocation.InterceptorContext context)
Creates an exception indicating it a component was not set on the InterceptorContext
|
IllegalStateException |
componentViewNotAvailableInContext(org.jboss.invocation.InterceptorContext context)
Creates an exception indicating the component view instance is not available in interceptor context
|
javax.ejb.ConcurrentAccessTimeoutException |
concurrentAccessTimeoutException(String ejb,
String s)
Creates an exception Enterprise Beans 3.1 PFD2 4.8.5.5.1 concurrent access timeout on invocation - could not obtain lock within
|
void |
connectorNotConfiguredForEJBClientInvocations(String address,
int port) |
EJBComponentUnavailableException |
containerSuspended() |
RuntimeException |
couldNotCreateCorbaObject(Exception cause,
org.jboss.ejb.client.EJBLocator<?> locator) |
void |
couldNotCreateTable(SQLException e) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
couldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName,
ResourceInjectionTarget injectionTarget) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
couldNotDetermineEjbRefForInjectionTarget(String ejbRefName,
ResourceInjectionTarget injectionTarget) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
couldNotDetermineLocalInterfaceFromLocalHome(String localHomeClass,
String beanName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
couldNotDetermineRemoteInterfaceFromHome(String homeClass,
String beanName) |
RuntimeException |
couldNotFindClassLoaderForStub(String stub) |
javax.ejb.NoSuchEJBException |
couldNotFindEjb(String sessionId)
Creates an exception indicating it could not find the Jakarta Enterprise Beans with specific id
|
void |
couldNotFindEjbForLocatorIIOP(org.jboss.ejb.client.EJBLocator<?> locator)
Logs an error message indicating that an Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocation
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
couldNotFindViewMethodOnEjb(Method method,
String viewClass,
String ejb)
Thrown when an Jakarta Enterprise Beans 2 Jakarta Enterprise Beans does not implement a method on an Jakarta Enterprise Beans 2
|
IllegalArgumentException |
couldNotParseScheduleExpression(String origValue)
Creates an exception indicating it could not parse schedule expression
|
void |
couldNotWriteMethodInvocation(Throwable cause,
Method invokedMethod,
String beanName,
String appName,
String moduleName,
String distinctName) |
IllegalStateException |
currentComponentNotAEjb(ComponentInstance component)
Creates an exception indicating the current component is not an Jakarta Enterprise Beans.
|
void |
databaseDialectNotConfiguredOrDetected()
Logs a warning message indicating that the database dialect cannot be detected automatically.
|
void |
defaultInterceptorClassNotListed(String clazz)
Logs a warning message indicating Default interceptor class is not listed in the
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
defaultInterceptorsNotBindToMethod()
Creates an exception indicating Default interceptors cannot specify a method to bind to in ejb-jar.xml
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
defaultInterceptorsNotSpecifyOrder()
Creates an exception indicating Default interceptors specify an absolute ordering
|
void |
defaultPoolExpressionCouldNotBeResolved(String defaultPoolName,
String defaultPoolValue) |
void |
deploymentAddListenerException(Throwable cause) |
void |
deploymentRemoveListenerException(Throwable cause) |
void |
deprecatedAnnotation(String annotation) |
void |
deprecatedNamespace(String namespace,
String element) |
org.jboss.as.controller.OperationFailedException |
disableDefaultEjbPermissionsCannotBeTrue() |
void |
discardingStatefulComponent(StatefulSessionComponentInstance component,
Throwable t)
Logs an error message indicating Discarding stateful component instance due to exception
|
IllegalStateException |
duplicateCacheEntry(Object id)
Deprecated.
|
IllegalStateException |
duplicateSerializationGroupMember(Object id,
Object groupId)
Deprecated.
|
void |
dynamicStubCreationFailed(String clazz,
Throwable t)
Logs an error message indicating that dynamic stub creation failed
|
RuntimeException |
ejb2xViewNotApplicableForSingletonBeans() |
void |
ejbBusinessMethodMustBePublic(Method method) |
String |
ejbHasNoTimerMethods() |
IllegalStateException |
ejbJarConfigNotBeenSet(ComponentCreateServiceFactory serviceFactory,
String componentName)
Creates an exception indicating EjbJarConfiguration hasn't been set
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
ejbJarConfigNotFound(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Creates an exception indicating that the EjbJarConfiguration was not found as an attachment in deployment unit
|
IllegalArgumentException |
EjbJarConfigurationIsNull()
Creates an exception indicating EjbJarConfiguration cannot be null
|
IllegalStateException |
ejbLocalObjectUnavailable(String beanName) |
void |
ejbMethodMustNotBeFinalNorStatic(String ejbName,
String methodName) |
IllegalArgumentException |
ejbMethodSecurityMetaDataIsNull()
Creates an exception indicating the Jakarta Enterprise Beans method security metadata cannot be null
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
ejbMustBePublicClass(String componentName,
String componentClassName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
ejbMustHavePublicDefaultConstructor(String componentName,
String componentClassName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
ejbMustNotBeFinalClass(String componentName,
String componentClassName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
ejbMustNotBeInnerClass(String componentName,
String componentClassName) |
void |
ejbNotExposedOverIIOP(org.jboss.ejb.client.EJBLocator<?> locator)
Logs an error message indicating that an Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocation
|
String |
ejbNotFound(String typeName,
String binding) |
String |
ejbNotFound(String typeName,
String beanName,
String binding) |
javax.ejb.NoSuchEJBException |
ejbNotFoundInDeployment(org.jboss.ejb.client.EJBLocator<?> locator) |
IllegalStateException |
endpointUnAvailable(String componentName)
Returns a
IllegalStateException indicating that the Endpoint
is not available |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
entityBeansAreNotSupported(String beanName) |
void |
errorDuringRetryTimeout(javax.ejb.Timer timer,
Throwable e)
Logs an error message indicating an error during retyring timeout for timer
|
void |
errorInvokeTimeout(javax.ejb.Timer timer,
Throwable e)
Logs an error message indicating an error invoking timeout for timer
|
void |
exceptionCheckingIfTimerShouldRun(javax.ejb.Timer timer,
Exception e) |
void |
exceptionGeneratingSessionId(Throwable cause,
String componentName,
Object invocationInformation) |
void |
exceptionPersistPostTimerState(javax.ejb.Timer timer,
Exception e) |
void |
exceptionPersistTimerState(javax.ejb.Timer timer,
Exception e) |
RuntimeException |
exceptionRepositoryNotFound(String name,
String message) |
void |
exceptionRunningTimerTask(javax.ejb.Timer timer,
String timedObjectId,
Exception e) |
IllegalArgumentException |
executorIsNull()
Creates an exception indicating the Executor cannot be null
|
IllegalStateException |
existingSerializationGroup(Object key,
Object group)
Deprecated.
|
javax.ejb.EJBException |
failedToAcquirePermit(long timeout,
TimeUnit timeUnit) |
RuntimeException |
failedToActivateMdb(String componentName,
Exception e) |
RuntimeException |
failedToAnalyzeRemoteInterface(Exception e,
String beanName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToCreateDeploymentNodeSelector(Exception e,
String deploymentNodeSelectorClassName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToCreateEJBClientInterceptor(Exception e,
String ejbClientInterceptorClassName) |
void |
failedToCreateOptionForProperty(String propertyName,
String reason) |
RuntimeException |
failedToCreateSessionForStatefulBean(Exception e,
String beanName) |
void |
failedToGetStatus(Throwable cause) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToInstallManagementResource(Exception e,
String componentName) |
RuntimeException |
failedToLoadViewClass(Exception e,
String viewClassName) |
RuntimeException |
failedToLoadViewClassForComponent(Exception e,
String componentName) |
IOException |
failedToLookupORB() |
RuntimeException |
failedToMarshalEjbParameters(Exception e) |
RuntimeException |
failedToObtainSSLContext(Exception cause) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParse(Exception e,
String filePath) |
void |
failedToPersistTimer(javax.ejb.Timer timerid,
Exception e) |
void |
failedToPersistTimerOnStartup(TimerImpl activeTimer,
Exception e) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToProcessBusinessInterfaces(Class<?> ejbClass,
Exception e) |
void |
failedToRefreshTimers(String timedObjectId) |
void |
failedToRemoveManagementResources(InstalledComponent component,
String cause) |
void |
failedToRetrieveTimerInfo(TimerImpl timer,
Exception e) |
void |
failedToRollback(Throwable cause) |
void |
failedToSetRollbackOnly(Throwable e) |
IllegalStateException |
failProcessInvocation(String name,
Method invokedMethod,
String viewClassOfInvokedMethod,
Method viewMethod,
String viewClassName)
Creates an exception indicating class cannot handle method of view class
|
IllegalStateException |
failToAddClassToLocalView(String viewClassName,
String ejbName)
Creates an exception indicating can't add view class as local view since it's already marked as remote view for bean
|
javax.ejb.EJBException |
failToCallBusinessOnNonePublicMethod(Method method)
Creates an exception indicating not a business method.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToCallEjbCreateForHomeInterface(Method method,
String ejbClassName)
Creates an exception indicating Could not resolve corresponding ejbCreate or @Init method for home interface method on Jakarta Enterprise Beans
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
Creates an exception indicating more than one Jakarta Enterprise Beans called referenced by @DependsOn annotation in Components
|
IllegalStateException |
failToCallgetRollbackOnly()
Creates an exception indicating the getRollBackOnly was called on none container-managed transaction
|
IllegalStateException |
failToCallgetRollbackOnlyAfterTxcompleted()
Creates an exception indicating the call getRollBackOnly not allowed after transaction is completed
|
IllegalStateException |
failToCallgetRollbackOnlyOnNoneTransaction()
Creates an exception indicating the getRollBackOnly not allowed without a transaction
|
IllegalStateException |
failToCallSetRollbackOnlyOnNoneCMB()
Creates an exception indicating setRollBackOnly was called on none CMB
|
IllegalStateException |
failToCallSetRollbackOnlyWithNoTx()
Creates an exception indicating setRollBackOnly was without a transaction
|
void |
failToCloseFile(Throwable e)
Logs an error message indicating error closing file
|
TimeoutException |
failToCompleteTaskBeforeTimeOut(long timeout,
TimeUnit unit)
Creates an exception indicating it fail to complete task before time out
|
void |
failToCreateDirectoryForPersistTimers(File file)
Logs an error message indicating Could not restore timers for specified id
|
RuntimeException |
failToCreateTimerFileStoreDir(File baseDir)
Creates an exception indicating it could not create timer file store directory
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToFindEjbRefByDependsOn(String annotationValue,
String componentClassName)
Creates an exception indicating it Could not find Jakarta Enterprise Beans referenced by @DependsOn annotation
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToFindMethodInEjbJarXml(String name,
String methodName)
Creates an exception indicating Could not find method specified referenced in ejb-jar.xml
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToFindMethodWithParameterTypes(String name,
String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData methodParams)
Creates an exception indicating could not find method with parameter types referenced in ejb-jar.xml
|
IllegalStateException |
failToGetEjbComponent(org.jboss.invocation.InterceptorContext currentInvocationContext)
Creates an exception indicating EJBComponent has not been set in the current invocation context
|
IllegalStateException |
failToInvokegetTimeoutMethod()
Creates an exception indicating it cannot invoke getTimeoutMethod on a timer which is not an auto-timer
|
RuntimeException |
failToInvokeTimeout(Method method)
Creates an exception indicating it cannot invoke timeout method
|
IllegalStateException |
failToInvokeTimerServiceDoLifecycle()
Creates an exception indicating it cannot invoke timer service methods in lifecycle callback of non-singleton beans
|
IllegalArgumentException |
failToLinkFromEmptySecurityRole(String fromRole)
Creates an exception indicating it cannot link from a null or empty security role
|
IllegalArgumentException |
failToLinkToEmptySecurityRole(String toRole)
Creates an exception indicating it cannot link to a null or empty security role:
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToLoadAppExceptionClassInEjbJarXml(String exceptionClassName,
Throwable e)
Creates an exception indicating it could not load application exception class %s in ejb-jar.xml
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToLoadComponentClass(Throwable t,
String componentName)
Creates an exception indicating could not load component class
|
RuntimeException |
failToLoadDeclaringClassOfTimeOut(String declaringClass)
Creates an exception indicating it could not load declared class of timeout method
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToLoadEjbClass(String ejbClassName,
Throwable e)
Creates an exception indicating it could not load Jakarta Enterprise Beans class
|
RuntimeException |
failToLoadViewClassEjb(String beanName,
Throwable e)
Creates an exception indicating it could not load view class for ejb
|
RuntimeException |
failToLookupJNDI(String name,
Throwable e)
Creates an exception indicating the NamespaceContextSelector was not set
|
IllegalArgumentException |
failToLookupJNDINameSpace(String name)
Creates an exception indicating the namespace was wrong
|
IllegalArgumentException |
failToLookupStrippedJNDI(org.jboss.as.naming.context.NamespaceContextSelector namespaceContextSelector,
Context jndiContext,
Throwable ne)
Creates an exception indicating it failed to lookup the namespace
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failToMergeData(String componentName,
Throwable e)
Creates an exception indicating Could not merge data
|
javax.ejb.ConcurrentAccessTimeoutException |
failToObtainLock(String ejb,
long value,
TimeUnit timeUnit)
Creates an exception indicating could not obtain lock within the specified time
|
IllegalStateException |
failToObtainLockIllegalType(javax.ejb.LockType lockType,
Method method,
SingletonComponent lockableComponent)
Creates an exception indicating Illegal lock type for component
|
void |
failToReadTimerInformation(String componentName)
Logs a warning message indicating could not read timer information for Jakarta Enterprise Beans component
|
void |
failToRestoreTimers(File file)
Logs an error message indicating it's not a directory, could not restore timers"
|
void |
failToRestoreTimersForObjectId(String timedObjectId,
Throwable e)
Logs an error message indicating Could not restore timers for specified id
|
void |
failToRestoreTimersFromFile(File timerFile,
Throwable e)
Logs an error message indicating it could not restore timer from file
|
javax.ejb.IllegalLoopbackException |
failToUpgradeToWriteLock()
Creates an exception indicating Enterprise Beans 3.1 PFD2 4.8.5.1.1 upgrading from read to write lock is not allowed
|
RuntimeException |
failureDuringEndpointDeactivation(String componentName,
javax.resource.ResourceException cause)
Returns a
RuntimeException indicating that the Endpoint
for the message driven component, could not be deactivated |
RuntimeException |
failureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName,
String clusterName,
Exception e) |
IllegalStateException |
getRollBackOnlyIsNotAllowWithSupportsAttribute()
Creates an exception indicating Jakarta Enterprise Beans 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attribute
|
void |
getTxManagerStatusFailed(Throwable cause)
Logs an error message indicating an exception occurred while getting status
|
IllegalStateException |
groupCreationContextAlreadyExists()
Deprecated.
|
void |
ignoringException(Throwable e)
Logs an error message indicating Ignoring exception during setRollbackOnly
|
void |
iiopBindings(String componentName,
String moduleName,
String name) |
javax.ejb.RemoveException |
illegalCallToEjbHomeRemove() |
IllegalStateException |
incompatibleCaches() |
IllegalStateException |
incompatibleSerializationGroup(Object object,
Object group)
Deprecated.
|
org.jboss.as.controller.OperationFailedException |
inconsistentAttributeNotSupported(String attributeName,
String mustMatch) |
IllegalArgumentException |
incorrectEJBLocatorForBean(org.jboss.ejb.client.EJBLocator<?> locator,
String beanName) |
IllegalStateException |
indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) |
IllegalArgumentException |
invalidComponentConfiguration(String componentName)
Creates an exception indicating component configuration is not an Jakarta Enterprise Beans component"
|
String |
invalidComponentState(org.jboss.as.controller.PathAddress operationAddress,
org.jboss.msc.service.ServiceController.State controllerState,
org.jboss.msc.service.ServiceController.State up)
Creates an exception indicating Jakarta Enterprise Beans component for specified address is in invalid state
|
IllegalStateException |
invalidComponentType(String simpleName)
Creates an exception indicating Jakarta Enterprise Beans component type does not support pools
|
IllegalArgumentException |
invalidEjbComponent(String componentName,
Class<?> componentClass)
Creates an exception indicating the component named with component class is not an Jakarta Enterprise Beans component
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidEjbEntityTimeout(String versionId,
Class<?> componentClass)
Creates an exception indicating the Jakarta Enterprise Beans entity bean implemented TimedObject but has a different
timeout method specified either via annotations or via the deployment descriptor.
|
RuntimeException |
invalidEjbLocalInterface(String componentName)
Creates an exception indicating component does not have an Enterprise Beans 2.x local interface
|
IllegalStateException |
invalidExpressionMinutes(String origValue)
Creates an exception indicating there are no valid minutes for expression
|
IllegalStateException |
invalidExpressionSeconds(String origValue)
Creates an exception indicating there are no valid seconds for expression
|
IllegalArgumentException |
invalidFilterSpec(String spec) |
IllegalArgumentException |
invalidIncrementValue(String value)
Creates an exception indicating Invalid increment value
|
IllegalArgumentException |
invalidListExpression(String list)
Creates an exception indicating Invalid list expression
|
IllegalArgumentException |
invalidListValue(String listItem)
Creates an exception indicating A list value can only contain either a range or an individual value
|
IllegalArgumentException |
invalidRange(String range)
Creates an exception indicating Invalid range value
|
IllegalArgumentException |
invalidRelativeValue(String relativeDayOfMonth)
Creates an exception indicating is not relative value day-of-month
|
IllegalArgumentException |
invalidScheduleExpression(String name)
Creates an exception indicating Cannot create class from a null schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionDayOfMonth(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating day-of-month cannot be null in schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionDayOfWeek(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating day-of-week cannot be null in schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionHour(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating hour cannot be null in schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionMinute(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating Minute cannot be null in schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionMonth(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating Month cannot be null in schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionSecond(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating second cannot be null in schedule expression
|
IllegalArgumentException |
invalidScheduleExpressionType(String value,
String name,
String type)
Creates an exception indicating Invalid value it doesn't support values of specified types
|
IllegalArgumentException |
invalidScheduleExpressionYear(javax.ejb.ScheduleExpression schedule)
Creates an exception indicating Year cannot be null in schedule expression
|
IllegalStateException |
invalidSecurityForDomainSet(String componentName)
Creates an exception indicating Jakarta Enterprise Beans are enabled for security but doesn't have a security domain set
|
RuntimeException |
invalidTimerFileStoreDir(File baseDir)
Creates an exception indicating the timer file store directory is not a directory
|
IllegalStateException |
invalidTimerHandlersForPersistentTimers(String s)
Creates an exception indicating timer handles are only available for persistent timers
|
IllegalStateException |
invalidTimerNotCalendarBaseTimer(TimerImpl timer)
Creates an exception indicating the timer is not a calendar based timer"
|
IllegalArgumentException |
invalidTimerParameter(String name,
String valueAsString)
Creates an exception indicating the invalid parameter name and value while creating a timer
|
void |
invalidTransactionTypeForMDB(javax.ejb.TransactionAttributeType transactionAttributeType,
String methond,
String componentName) |
void |
invalidTransactionTypeForSfsbLifecycleMethod(javax.ejb.TransactionAttributeType txAttr,
org.jboss.invocation.proxy.MethodIdentifier method,
Class<?> clazz) |
IllegalArgumentException |
invalidValueDayOfMonth(Integer value)
Creates an exception indicating invalid value for day-of-month
|
IllegalArgumentException |
invalidValueForSecondInScheduleExpression(String value) |
IllegalArgumentException |
invalidValuesRange(Integer value,
int min,
int max)
Creates an exception indicating invalid value range
|
void |
invocationFailed(String component,
Method method,
Throwable t)
Logs an error message indicating that an invocation failed
|
IllegalArgumentException |
invocationNotApplicableForMethodInvocation(javax.interceptor.InvocationContext invocationContext)
Creates an exception indicating Invocation context cannot be processed because it's not applicable for a method invocation
|
javax.ejb.EJBAccessException |
invocationOfMethodNotAllowed(Method invokedMethod,
String componentName)
Creates an exception indicating the Invocation on method is not allowed
|
IllegalArgumentException |
invokerIsNull()
Creates an exception indicating the invoker cannot be null
|
UnsupportedOperationException |
isDeprecated(String getEnvironment)
Creates an exception indicating the method is deprecated
|
IllegalStateException |
isDeprecatedIllegalState(String getEnvironment)
Creates an exception indicating the method is deprecated
|
void |
jndiBindings(String ejbName,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
StringBuilder bindings) |
IllegalArgumentException |
jndiNameCannotBeNull()
Creates an exception indicating the call lookup was call with an empty jndi name
|
void |
legacySecurityDomainAnnotationIsUsed(String cls) |
IllegalStateException |
lifecycleMethodNotAllowed(String methodName)
Creates an exception indicating the method invocation is not allowed in lifecycle methods.
|
void |
loadedPersistentTimerInTimeout(String timer,
String timedObject) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
localHomeNotAllow(EJBComponentDescription description)
Creates an exception indicating Local Home not allowed
|
RuntimeException |
lockAcquisitionInterrupted(Throwable cause,
Object id)
Deprecated.
|
void |
logInconsistentAttributeNotSupported(String attributeName,
String mustMatch) |
void |
logMDBStart(String mdbName,
String raName)
Logs a message which includes the resource adapter name and the destination on which a message driven bean
is listening
|
void |
mappedNameNotSupported(String mappedName,
String ejb) |
void |
mdbCantHaveFinalizeMethod(String className) |
void |
mdbClassCannotBeAnInterface(String className) |
void |
mdbClassMustBePublicNonAbstractNonFinal(String className) |
void |
mdbDeliveryStarted(String appName,
String componentName) |
void |
mdbDeliveryStopped(String appName,
String componentName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
mdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass) |
void |
mdbOnMessageMethodCantBeFinal(String className) |
void |
mdbOnMessageMethodCantBePrivate(String className) |
void |
mdbOnMessageMethodCantBeStatic(String className) |
javax.resource.spi.UnavailableException |
messageEndpointAlreadyReleased(javax.resource.spi.endpoint.MessageEndpoint messageEndpoint) |
IllegalArgumentException |
methodNameIsNull()
Creates an exception indicating the method was called with null in the name
|
IllegalStateException |
methodNotImplemented()
Creates an exception indicating the method is not implemented
|
IllegalStateException |
missingCacheEntry(Object id)
Deprecated.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
missingClassInAnnotation(String anCls,
String resCls) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
missingMdbDeliveryGroup(String deliveryGroupName) |
void |
missingRunAsAnnotation(String className) |
IllegalStateException |
missingSerializationGroupMember(Object id,
Object groupId)
Deprecated.
|
IllegalStateException |
moduleNotAttachedToDeploymentUnit(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
String |
moreThanOneEjbFound(String typeName,
String binding,
Set<EJBViewDescription> componentViews) |
String |
moreThanOneEjbFound(String typeName,
String beanName,
String binding,
Set<EJBViewDescription> componentViews) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
moreThanOneMethodWithSameNameOnComponent(String methodName,
Class<?> componentClass) |
RuntimeException |
multipleAnnotationsOnBean(String annotationType,
String ejbClassName)
Creates an exception indicating only one annotation method is allowed on bean
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
multipleCreateMethod(Class<?> localHomeClass)
Creates an exception indicating it could not determine type of corresponding implied Enterprise Beans 2.x local interface (see Enterprise Beans 3.1 21.4.5)
due to multiple create* methods with different return types on home
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
multipleMethodReferencedInEjbJarXml(String methodName,
String name)
Creates an exception indicating More than one method found on class referenced in ejb-jar.xml.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
multipleSecurityDomainsDetected() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
mustOnlyBeSingleContainerTransactionElementWithWildcard() |
XMLStreamException |
mutuallyExclusiveAttributes(Location location,
String attribute1,
String attribute2) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
nameAttributeRequiredForEJBAnnotationOnClass(String className) |
void |
nextExpirationIsNull(TimerImpl timer)
Logs an info message indicating the next expiration is null.
|
IllegalStateException |
noAsynchronousInvocationInProgress()
Creates an exception indicating No asynchronous invocation in progress
|
String |
noComponentAvailableForAddress(org.jboss.as.controller.PathAddress operationAddress)
Creates an exception indicating No Jakarta Enterprise Beans component is available for address
|
String |
noComponentRegisteredForAddress(org.jboss.as.controller.PathAddress operationAddress)
Creates an exception indicating no Jakarta Enterprise Beans component registered for address
|
IllegalStateException |
noEjbContextAvailable()
The user attempts to look up the Jakarta Enterprise Beans context in a war when no Jakarta Enterprise Beans context is active
|
void |
noJNDIBindingsForSessionBean(String beanName) |
javax.ejb.NoMoreTimeoutsException |
noMoreTimeoutForTimer(TimerImpl timer)
Creates an exception indicating no more timeouts for timer
|
IllegalArgumentException |
noNamespaceContextSelectorAvailable(String name)
Creates an exception indicating the NamespaceContextSelector was not set
|
IllegalArgumentException |
noSuchEndpointException(String resourceAdapterName,
org.jboss.jca.core.spi.rar.NotFoundException notFoundException)
Returns a
IllegalArgumentException indicating that no Endpoint
could be found for a resource adapter named resourceAdapterName |
IllegalStateException |
notAllowedFromStatefulBeans(String method) |
IOException |
notAnObjectImpl(Class<?> type) |
IllegalArgumentException |
notStatefulSessionBean(String ejbName,
String appName,
String moduleName,
String distinctName) |
IllegalArgumentException |
onlySetterMethodsAllowedToHaveEJBAnnotation(org.jboss.jandex.MethodInfo methodInfo) |
IllegalArgumentException |
paramCannotBeNull(String paramName)
Creates and returns an exception indicating that the param named
paramName cannot be null |
RuntimeException |
passivationDirectoryCreationFailed(String path)
Deprecated.
|
RuntimeException |
passivationFailed(Throwable cause,
Object id)
Deprecated.
|
RuntimeException |
passivationPathNotADirectory(String path)
Deprecated.
|
IllegalStateException |
poolConfigIsEmpty()
Creates an exception indicating poolConfig cannot be null or empty
|
IllegalArgumentException |
poolNameCannotBeEmptyString(String ejbName)
Creates and returns an exception indicating that the pool name configured for a bean cannot be an empty string
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
profileAndRemotingEjbReceiversUsedTogether() |
IllegalStateException |
reentrantSingletonCreation(String componentName,
String componentClassName) |
IllegalArgumentException |
relativeDayOfMonthIsNull()
Creates an exception indicating relative day-of-month cannot be null or empty
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
relativeResourceAdapterNameInStandaloneModule(String module,
String bean,
String adapterName) |
IllegalArgumentException |
relativeValueIsNull()
Creates an exception indicating value is null, cannot determine if it's relative
|
void |
remappingCacheAttributes(String address,
org.jboss.dmr.ModelNode defClustered,
org.jboss.dmr.ModelNode passivationDisabled) |
IllegalArgumentException |
removeMethodIsNull()
Creates an exception indicating @Remove method cannot be null
|
IllegalStateException |
resourceAdapterRepositoryUnAvailable()
Returns a
IllegalStateException indicating that ResourceAdapterRepository
was unavailable |
UnsupportedOperationException |
resourceBundleDescriptionsNotSupported(String name)
Creates an exception indicating resourceBundle based descriptions are not supported
|
void |
retryingTimeout(javax.ejb.Timer timer)
Logs an info message indicating retrying timeout for timer
|
RuntimeException |
rmiIiopVoliation(String violation) |
IllegalArgumentException |
rmiRemoteExceptionCannotBeApplicationException(Class<?> klass) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
roleNamesIsNull(String ejbName)
Creates an exception indicating
|
UnsupportedOperationException |
runtimeAttributeNotMarshallable(String name)
Creates an exception indicating a runtime attribute is not marshallable
|
void |
scheduleExpressionDateFromTimerPersistenceInvalid(String timerId,
String parserMessage) |
IllegalArgumentException |
SecurityRolesIsNull()
Creates an exception indicating the security roles is null
|
RuntimeException |
serverInterceptorInvalidMethod(String methodName,
String interceptorClass,
String annotationClass,
Exception e) |
RuntimeException |
serverInterceptorNoEmptyConstructor(String interceptorClass,
Exception e) |
void |
sessionBeanClassCannotBeAnInterface(String className) |
void |
sessionBeanClassMustBePublicNonAbstractNonFinal(String className) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
sessionTypeNotSpecified(String bean)
Exception thrown if the session-type of a session bean is not specified
|
void |
setRollbackOnlyFailed(Throwable se)
Logs an error message indicating an exception occurred while calling setRollBackOnly
|
IllegalStateException |
setRollbackOnlyNotAllowedForSupportsTxAttr() |
IllegalStateException |
shouldBeOverridden()
Creates an exception indicating the method should be overridden
|
void |
singletonCantImplementSessionBean(String className) |
void |
skipInvokeTimeoutDuringRetry(javax.ejb.Timer timer,
Date scheduledTime)
Logs a waring message indicating an overlapped invoking timeout for timer
|
void |
skipOverlappingInvokeTimeout(javax.ejb.Timer timer,
Date scheduledTime)
Logs a waring message indicating an overlapped invoking timeout for timer
|
IllegalStateException |
statefulSessionIdIsNull(String componentName)
Creates an exception indicating session id hasn't been set for stateful component
|
void |
strictPoolDerivedFromCPUs(String name,
int max) |
void |
strictPoolDerivedFromWorkers(String name,
int max) |
IllegalArgumentException |
stringParamCannotBeNullOrEmpty(String paramName)
Creates and returns an exception indicating that the param named
paramName cannot be null
or empty string. |
void |
suspensionComplete() |
void |
suspensionWaitingActiveTransactions(int activeTransactionCount) |
CancellationException |
taskWasCancelled()
Creates an exception indicating the task was cancelled
|
RuntimeException |
timerCannotBeAdded(TimerImpl timer) |
RuntimeException |
timerFileStoreDirNotExist(File baseDir)
Creates an exception indicating timer file store directory does not exist"
|
javax.ejb.NoSuchObjectLocalException |
timerHandleIsNotActive(String timerId,
String timedObjectId)
Creates an exception indicating the timer for the handle is not active.
|
javax.ejb.NoSuchObjectLocalException |
timerHasExpired(String id)
Creates an exception indicating the Timer has expired
|
org.jboss.as.controller.OperationFailedException |
timerInvocationFailed(Exception e) |
IllegalStateException |
timerInvocationFailedDueToInvokerNotBeingStarted() |
TimerTransactionRolledBackException |
timerInvocationRolledBack() |
IllegalStateException |
timerIsActive(javax.ejb.Timer timer)
Creates an exception indicating that timer is active.
|
IllegalStateException |
timerIsNull()
Creates an exception indicating timer cannot be null
|
void |
timerNotActive(javax.ejb.Timer timer)
Logs an info message indicating timer is not active, skipping retry of timer
|
void |
timerNotDeployed(String timer) |
org.jboss.as.controller.OperationFailedException |
timerNotFound(String timerId) |
void |
timerNotRunning(NotSupportedException e,
TimerImpl timer) |
void |
timerPersistenceNotEnable()
Logs a warning message indicating the timer persistence is not enabled, persistent timers will not survive JVM restarts
|
void |
timerReinstatementFailed(String timedObjectId,
String timerId,
Throwable cause) |
void |
timerRetried(javax.ejb.Timer timer)
Logs an info message indicating timer will be retried
|
String |
timerServiceIsNotActive() |
String |
timerServiceMethodNotAllowedForSFSB(String ejbComponent) |
javax.ejb.EJBException |
timerServiceWithIdNotRegistered(String timedObjectId)
Creates an exception indicating the timerservice with timedObjectId is not registered
|
void |
timerUpdateFailedAndRollbackNotPossible(Throwable rbe)
Transaction rollback after problems not successful
|
javax.ejb.NoSuchObjectLocalException |
timerWasCanceled(String id)
Creates an exception indicating the timer was canceled
|
RollbackException |
transactionAlreadyRolledBack(Transaction tx) |
javax.ejb.EJBException |
transactionInUnexpectedState(Transaction tx,
String txStatus) |
String |
transactionNotComplete(String componentName) |
void |
transactionNotComplete(String componentName,
String status) |
RemoteException |
transactionPropagationNotSupported() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
twoEjbBindingsSpecifyAbsoluteOrder(String component)
Creates an exception indicating Two ejb-jar.xml bindings for %s specify an absolute order
|
javax.ejb.EJBException |
txPresentForNeverTxAttribute() |
javax.ejb.EJBTransactionRequiredException |
txRequiredForInvocation(org.jboss.invocation.InterceptorContext invocation) |
void |
typeSpecViolation(String className) |
IllegalStateException |
unauthorizedAccessToUserTransaction() |
IllegalStateException |
unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
Creates an exception indicating unexpected component
|
javax.ejb.EJBException |
unexpectedError(Throwable cause) |
javax.ejb.EJBTransactionRolledbackException |
unexpectedErrorRolledBack(Error error) |
void |
unexpectedInvocationState(int state) |
IllegalStateException |
unknownAttribute(String attributeName)
Creates an exception indicating unknown attribute
|
IllegalArgumentException |
unknownChannelCreationOptionType(String optionType) |
IllegalArgumentException |
unknownComponentDescriptionType(Class<?> aClass)
Creates an exception indicating an unknown Jakarta Enterprise Beans Component description type
|
IllegalStateException |
unknownComponentType(EJBComponentType ejbComponentType)
Creates an exception indicating Unknown Jakarta Enterprise Beans Component type
|
javax.ejb.NoSuchEJBException |
unknownDeployment(org.jboss.ejb.client.EJBLocator<?> locator) |
RuntimeException |
unknownEJBLocatorType(org.jboss.ejb.client.EJBLocator<?> locator) |
IllegalStateException |
unknownMessageListenerType(String resourceAdapterName,
String messageListenerType)
Creates an exception indicating that there was no message listener of the expected type
in the resource adapter
|
IllegalStateException |
unknownOperations(String opName)
Creates an exception indicating Unknown operation
|
IllegalStateException |
unknownResourceAdapter(String resourceAdapterName)
Creates an exception indicating no resource adapter registered with resource adapter name
|
IllegalArgumentException |
unknownSessionBeanType(String sessionType) |
void |
unknownTimezoneId(String timezoneId,
String id)
Logs a warning message indicating Unknown timezone id found in schedule expression.
|
IllegalStateException |
unknownTxAttributeOnInvocation(javax.ejb.TransactionAttributeType txAttr,
org.jboss.invocation.InterceptorContext invocation) |
IllegalArgumentException |
valueIsNull()
Creates an exception indicating Value cannot be null
|
IllegalArgumentException |
viewClassNameIsNull()
Creates an exception indicating the view classname cannot be null or empty
|
IllegalArgumentException |
viewInterfaceCannotBeNull() |
IllegalArgumentException |
viewMethodIsNull()
Creates an exception indicating View method cannot be null
|
IllegalStateException |
viewNotFound(String viewClass,
String ejbName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
wildcardContainerTransactionElementsMustHaveWildcardMethodName() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
wrongReturnTypeForAsyncMethod(Method method)
Creates an exception indicating Async method does not return void or Future
|
void |
wrongTransactionIsolationConfiguredForTimer()
Logs a waring message that the current datasource configuration does not ensure consistency in a clustered environment.
|
IllegalStateException |
wrongTxOnThread(Transaction expected,
Transaction actual) |
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 EjbLogger ROOT_LOGGER
static final EjbLogger DEPLOYMENT_LOGGER
org.jboss.as.ejb3.deployment used for deployment log messagesstatic final EjbLogger REMOTE_LOGGER
org.jboss.as.ejb3.remote used for remote log messagesstatic final EjbLogger EJB3_INVOCATION_LOGGER
static final EjbLogger EJB3_TIMER_LOGGER
@LogMessage(level=ERROR)
@Message(id=4,
value="failed to get tx manager status; ignoring")
void getTxManagerStatusFailed(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=5,
value="failed to set rollback only; ignoring")
void setRollbackOnlyFailed(@Cause
Throwable se)
se - the cause of the error.@LogMessage(level=WARN)
@Message(id=6,
value="ActivationConfigProperty %s will be ignored since it is not allowed by resource adapter: %s")
void activationConfigPropertyIgnored(Object propName,
String resourceAdapterName)
@LogMessage(level=ERROR)
@Message(id=7,
value="Discarding stateful component instance: %s due to exception")
void discardingStatefulComponent(StatefulSessionComponentInstance component,
@Cause
Throwable t)
component - the discarded instancet - the cause of error@LogMessage(level=WARN)
@Message(id=10,
value="Default interceptor class %s is not listed in the <interceptors> section of ejb-jar.xml and will not be applied")
void defaultInterceptorClassNotListed(String clazz)
@LogMessage(level=WARN)
@Message(id=15,
value="Unknown timezone id: %s found in schedule expression. Ignoring it and using server\'s timezone: %s")
void unknownTimezoneId(String timezoneId,
String id)
@LogMessage(level=WARN)
@Message(id=16,
value="Timer persistence is not enabled, persistent timers will not survive JVM restarts")
void timerPersistenceNotEnable()
@LogMessage(level=INFO)
@Message(id=17,
value="Next expiration is null. No tasks will be scheduled for timer %S")
void nextExpirationIsNull(TimerImpl timer)
@LogMessage(level=ERROR)
@Message(id=18,
value="Ignoring exception during setRollbackOnly")
void ignoringException(@Cause
Throwable e)
@LogMessage(level=ERROR)
@Message(id=20,
value="Error invoking timeout for timer: %s")
void errorInvokeTimeout(javax.ejb.Timer timer,
@Cause
Throwable e)
@LogMessage(level=INFO)
@Message(id=21,
value="Timer: %s will be retried")
void timerRetried(javax.ejb.Timer timer)
@LogMessage(level=ERROR)
@Message(id=22,
value="Error during retrying timeout for timer: %s")
void errorDuringRetryTimeout(javax.ejb.Timer timer,
@Cause
Throwable e)
@LogMessage(level=INFO)
@Message(id=23,
value="Retrying timeout for timer: %s")
void retryingTimeout(javax.ejb.Timer timer)
@LogMessage(level=INFO)
@Message(id=24,
value="Timer is not active, skipping retry of timer: %s")
void timerNotActive(javax.ejb.Timer timer)
@LogMessage(level=WARN)
@Message(id=26,
value="Could not read timer information for Jakarta Enterprise Beans component %s")
void failToReadTimerInformation(String componentName)
@LogMessage(level=ERROR)
@Message(id=28,
value="%s is not a directory, could not restore timers")
void failToRestoreTimers(File file)
@LogMessage(level=ERROR)
@Message(id=29,
value="Could not restore timer from %s")
void failToRestoreTimersFromFile(File timerFile,
@Cause
Throwable e)
@LogMessage(level=ERROR)
@Message(id=30,
value="error closing file ")
void failToCloseFile(@Cause
Throwable e)
@LogMessage(level=ERROR)
@Message(id=31,
value="Could not restore timers for %s")
void failToRestoreTimersForObjectId(String timedObjectId,
@Cause
Throwable e)
@LogMessage(level=ERROR)
@Message(id=32,
value="Could not create directory %s to persist Jakarta Enterprise Beans timers.")
void failToCreateDirectoryForPersistTimers(File file)
@LogMessage(level=ERROR)
@Message(id=34,
value="Jakarta Enterprise Beans Invocation failed on component %s for method %s")
void invocationFailed(String component,
Method method,
@Cause
Throwable t)
@LogMessage(level=WARN)
@Message(id=35,
value="Could not find Jakarta Enterprise Beans for locator %s, Jakarta Enterprise Beans client proxy will not be replaced")
void couldNotFindEjbForLocatorIIOP(org.jboss.ejb.client.EJBLocator<?> locator)
@LogMessage(level=WARN)
@Message(id=36,
value="Jakarta Enterprise Beans %s is not being replaced with a Stub as it is not exposed over IIOP")
void ejbNotExposedOverIIOP(org.jboss.ejb.client.EJBLocator<?> locator)
@LogMessage(level=ERROR)
@Message(id=37,
value="Dynamic stub creation failed for class %s")
void dynamicStubCreationFailed(String clazz,
@Cause
Throwable t)
@LogMessage(level=INFO)
@Message(id=42,
value="Started message driven bean \'%s\' with \'%s\' resource adapter")
void logMDBStart(String mdbName,
String raName)
mdbName - The message driven bean nameraName - The resource adapter name@LogMessage(level=WARN)
@Message(id=43,
value="A previous execution of timer %s is still in progress, skipping this overlapping scheduled execution at: %s.")
void skipOverlappingInvokeTimeout(javax.ejb.Timer timer,
Date scheduledTime)
@Message(id=44,
value="Resource adapter repository is not available")
IllegalStateException resourceAdapterRepositoryUnAvailable()
IllegalStateException indicating that ResourceAdapterRepository
was unavailable@Message(id=45,
value="Could not find an Endpoint for resource adapter %s")
IllegalArgumentException noSuchEndpointException(String resourceAdapterName,
@Cause
org.jboss.jca.core.spi.rar.NotFoundException notFoundException)
IllegalArgumentException indicating that no Endpoint
could be found for a resource adapter named resourceAdapterNameresourceAdapterName - The name of the resource adapternotFoundException - The original exception cause@Message(id=46,
value="Endpoint is not available for message driven component %s")
IllegalStateException endpointUnAvailable(String componentName)
IllegalStateException indicating that the Endpoint
is not availablecomponentName - The MDB component name@Message(id=47,
value="Could not deactivate endpoint for message driven component %s")
RuntimeException failureDuringEndpointDeactivation(String componentName,
@Cause
javax.resource.ResourceException cause)
RuntimeException indicating that the Endpoint
for the message driven component, could not be deactivatedcomponentName - The message driven component namecause - Original cause@Message(id=49,
value="Could not create an instance of cluster node selector %s for cluster %s")
RuntimeException failureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName,
String clusterName,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=50,
value="Failed to parse property %s due to %s")
void failedToCreateOptionForProperty(String propertyName,
String reason)
@Message(id=51,
value="Could not find view %s for Jakarta Enterprise Beans %s")
IllegalStateException viewNotFound(String viewClass,
String ejbName)
@Message(id=52,
value="Cannot perform asynchronous local invocation for component that is not a session bean")
RuntimeException asyncInvocationOnlyApplicableForSessionBeans()
@Message(id=53,
value="%s is not a Stateful Session bean in app: %s module: %s distinct-name: %s")
IllegalArgumentException notStatefulSessionBean(String ejbName,
String appName,
String moduleName,
String distinctName)
@Message(id=54,
value="Failed to marshal Jakarta Enterprise Beans parameters")
RuntimeException failedToMarshalEjbParameters(@Cause
Exception e)
@Message(id=55,
value="No matching deployment for Jakarta Enterprise Beans: %s")
javax.ejb.NoSuchEJBException unknownDeployment(org.jboss.ejb.client.EJBLocator<?> locator)
@Message(id=56,
value="Could not find Jakarta Enterprise Beans in matching deployment: %s")
javax.ejb.NoSuchEJBException ejbNotFoundInDeployment(org.jboss.ejb.client.EJBLocator<?> locator)
@Message(id=57,
value="%s annotation is only valid on method targets")
IllegalArgumentException annotationApplicableOnlyForMethods(String annotationName)
@Message(id=58,
value="Method %s, on class %s, annotated with @javax.interceptor.AroundTimeout is expected to accept a single param of type javax.interceptor.InvocationContext")
IllegalArgumentException aroundTimeoutMethodExpectedWithInvocationContextParam(String methodName,
String className)
@Message(id=59,
value="Method %s, on class %s, annotated with @javax.interceptor.AroundTimeout must return Object type")
IllegalArgumentException aroundTimeoutMethodMustReturnObjectType(String methodName,
String className)
@Message(id=60,
value="Wrong tx on thread: expected %s, actual %s")
IllegalStateException wrongTxOnThread(Transaction expected,
Transaction actual)
@Message(id=61,
value="Unknown transaction attribute %s on invocation %s")
IllegalStateException unknownTxAttributeOnInvocation(javax.ejb.TransactionAttributeType txAttr,
org.jboss.invocation.InterceptorContext invocation)
@Message(id=62,
value="Transaction is required for invocation %s")
javax.ejb.EJBTransactionRequiredException txRequiredForInvocation(org.jboss.invocation.InterceptorContext invocation)
@Message(id=63,
value="Transaction present on server in Never call (Enterprise Beans 3 13.6.2.6)")
javax.ejb.EJBException txPresentForNeverTxAttribute()
@LogMessage(level=ERROR)
@Message(id=64,
value="Failed to set transaction for rollback only")
void failedToSetRollbackOnly(@Cause
Throwable e)
@Message(id=65,
value="View interface cannot be null")
IllegalArgumentException viewInterfaceCannotBeNull()
@Message(id=68,
value="Could not load view class for component %s")
RuntimeException failedToLoadViewClassForComponent(@Cause
Exception e,
String componentName)
@Message(id=73,
value="Illegal call to EJBHome.remove(Object) on a session bean")
javax.ejb.RemoveException illegalCallToEjbHomeRemove()
@Message(id=74,
value="Enterprise Beans 3.1 FR 13.6.2.8 setRollbackOnly is not allowed with SUPPORTS transaction attribute")
IllegalStateException setRollbackOnlyNotAllowedForSupportsTxAttr()
@Message(id=75,
value="Cannot call getPrimaryKey on a session bean")
javax.ejb.EJBException cannotCallGetPKOnSessionBean()
@Message(id=76,
value="Singleton beans cannot have Enterprise Beans 2.x views")
RuntimeException ejb2xViewNotApplicableForSingletonBeans()
@Message(id=78,
value="Bean %s does not have an EJBLocalObject")
IllegalStateException ejbLocalObjectUnavailable(String beanName)
@Message(id=79,
value="[Enterprise Beans 3.1 spec, section 14.1.1] Class: %s cannot be marked as an application exception because it is not of type java.lang.Exception")
IllegalArgumentException cannotBeApplicationExceptionBecauseNotAnExceptionType(Class<?> klass)
@Message(id=80,
value="[Enterprise Beans 3.1 spec, section 14.1.1] Exception class: %s cannot be marked as an application exception because it is of type java.rmi.RemoteException")
IllegalArgumentException rmiRemoteExceptionCannotBeApplicationException(Class<?> klass)
@Message(id=81,
value="%s annotation is allowed only on classes. %s is not a class")
RuntimeException annotationOnlyAllowedOnClass(String annotationName,
org.jboss.jandex.AnnotationTarget incorrectTarget)
@Message(id=82,
value="Bean %s specifies @Remote annotation, but does not implement 1 interface")
org.jboss.as.server.deployment.DeploymentUnitProcessingException beanWithRemoteAnnotationImplementsMoreThanOneInterface(Class<?> beanClass)
@Message(id=83,
value="Bean %s specifies @Local annotation, but does not implement 1 interface")
org.jboss.as.server.deployment.DeploymentUnitProcessingException beanWithLocalAnnotationImplementsMoreThanOneInterface(Class<?> beanClass)
@Message(id=84,
value="Could not analyze remote interface for %s")
RuntimeException failedToAnalyzeRemoteInterface(@Cause
Exception e,
String beanName)
@Message(id=85,
value="Exception while parsing %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParse(@Cause
Exception e,
String filePath)
@Message(id=86,
value="Failed to install management resources for %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToInstallManagementResource(@Cause
Exception e,
String componentName)
@Message(id=87,
value="Could not load view %s")
RuntimeException failedToLoadViewClass(@Cause
Exception e,
String viewClassName)
@Message(id=88,
value="Could not determine type of ejb-ref %s for injection target %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotDetermineEjbRefForInjectionTarget(String ejbRefName,
ResourceInjectionTarget injectionTarget)
@Message(id=89,
value="Could not determine type of ejb-local-ref %s for injection target %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName,
ResourceInjectionTarget injectionTarget)
@Message(id=90,
value="@EJB injection target %s is invalid. Only setter methods are allowed")
IllegalArgumentException onlySetterMethodsAllowedToHaveEJBAnnotation(org.jboss.jandex.MethodInfo methodInfo)
@Message(id=91,
value="@EJB attribute \'name\' is required for class level annotations. Class: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException nameAttributeRequiredForEJBAnnotationOnClass(String className)
@Message(id=92,
value="@EJB attribute \'beanInterface\' is required for class level annotations. Class: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException beanInterfaceAttributeRequiredForEJBAnnotationOnClass(String className)
@Message(id=93,
value="Module hasn\'t been attached to deployment unit %s")
IllegalStateException moduleNotAttachedToDeploymentUnit(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
@Message(id=94,
value="Enterprise Beans 3.1 FR 5.4.2 MessageDrivenBean %s does not implement 1 interface nor specifies message listener interface")
org.jboss.as.server.deployment.DeploymentUnitProcessingException mdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass)
@Message(id=95,
value="Unknown session bean type %s")
IllegalArgumentException unknownSessionBeanType(String sessionType)
@Message(id=96,
value="More than one method found with name %s on %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException moreThanOneMethodWithSameNameOnComponent(String methodName,
Class<?> componentClass)
@Message(id=97,
value="Unknown Jakarta Enterprise Beans locator type %s")
RuntimeException unknownEJBLocatorType(org.jboss.ejb.client.EJBLocator<?> locator)
@Message(id=98,
value="Could not create CORBA object for %s")
RuntimeException couldNotCreateCorbaObject(@Cause
Exception cause,
org.jboss.ejb.client.EJBLocator<?> locator)
@Message(id=99,
value="Provided locator %s was not for Jakarta Enterprise Beans %s")
IllegalArgumentException incorrectEJBLocatorForBean(org.jboss.ejb.client.EJBLocator<?> locator,
String beanName)
@Message(id=100,
value="Failed to lookup java:comp/ORB")
IOException failedToLookupORB()
@Message(id=101,
value="%s is not an ObjectImpl")
IOException notAnObjectImpl(Class<?> type)
@Message(id=102,
value="Message endpoint %s has already been released")
javax.resource.spi.UnavailableException messageEndpointAlreadyReleased(javax.resource.spi.endpoint.MessageEndpoint messageEndpoint)
@Message(id=107,
value="Timer invocation failed, invoker is not started")
IllegalStateException timerInvocationFailedDueToInvokerNotBeingStarted()
@Message(id=109,
value="Invalid value for second: %s")
IllegalArgumentException invalidValueForSecondInScheduleExpression(String value)
@Message(id=110,
value="Timer invocation failed, transaction rolled back")
TimerTransactionRolledBackException timerInvocationRolledBack()
@LogMessage(level=INFO)
@Message(id=111,
value="No jndi bindings will be created for Jakarta Enterprise Beans %s since no views are exposed")
void noJNDIBindingsForSessionBean(String beanName)
@LogMessage(level=WARN)
@Message(id=118,
value="[Enterprise Beans 3.1 spec, section 4.9.2] Session bean implementation class MUST NOT be a interface - %s is an interface, hence won\'t be considered as a session bean")
void sessionBeanClassCannotBeAnInterface(String className)
@LogMessage(level=WARN)
@Message(id=119,
value="[Enterprise Beans 3.1 spec, section 4.9.2] Session bean implementation class MUST be public, not abstract and not final - %s won\'t be considered as a session bean, since it doesn\'t meet that requirement")
void sessionBeanClassMustBePublicNonAbstractNonFinal(String className)
@LogMessage(level=WARN)
@Message(id=120,
value="[Enterprise Beans 3.1 spec, section 5.6.2] Message driven bean implementation class MUST NOT be a interface - %s is an interface, hence won\'t be considered as a message driven bean")
void mdbClassCannotBeAnInterface(String className)
@LogMessage(level=WARN)
@Message(id=121,
value="[Enterprise Beans 3.1 spec, section 5.6.2] Message driven bean implementation class MUST be public, not abstract and not final - %s won\'t be considered as a message driven bean, since it doesn\'t meet that requirement")
void mdbClassMustBePublicNonAbstractNonFinal(String className)
@Message(id=125,
value="Could not create an instance of deployment node selector %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToCreateDeploymentNodeSelector(@Cause
Exception e,
String deploymentNodeSelectorClassName)
@Message(id=127,
value="Jakarta Enterprise Beans %s of type %s must have public default constructor")
org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustHavePublicDefaultConstructor(String componentName,
String componentClassName)
@Message(id=128,
value="Jakarta Enterprise Beans %s of type %s must not be inner class")
org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustNotBeInnerClass(String componentName,
String componentClassName)
@Message(id=129,
value="Jakarta Enterprise Beans %s of type %s must be declared public")
org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustBePublicClass(String componentName,
String componentClassName)
@Message(id=130,
value="Jakarta Enterprise Beans %s of type %s must not be declared final")
org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustNotBeFinalClass(String componentName,
String componentClassName)
@LogMessage(level=WARN)
@Message(id=131,
value="Jakarta Enterprise Beans %s should not have a final or static method (%s)")
void ejbMethodMustNotBeFinalNorStatic(String ejbName,
String methodName)
@Message(id=132,
value="@PostConstruct method of Jakarta Enterprise Beans singleton %s of type %s has been recursively invoked")
IllegalStateException reentrantSingletonCreation(String componentName,
String componentClassName)
@Message(id=137,
value="Only session and message-driven beans with bean-managed transaction demarcation are allowed to access UserTransaction")
IllegalStateException unauthorizedAccessToUserTransaction()
@Message(id=139,
value="The timer service has been disabled. Please add a <timer-service> entry into the Jakarta Enterprise Beans section of the server configuration to enable it.")
String timerServiceIsNotActive()
@Message(id=140,
value="This Jakarta Enterprise Beans does not have any timeout methods")
String ejbHasNoTimerMethods()
@LogMessage(level=ERROR)
@Message(id=141,
value="Exception calling deployment added listener")
void deploymentAddListenerException(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=142,
value="Exception calling deployment removal listener")
void deploymentRemoveListenerException(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=143,
value="Failed to remove management resources for %s -- %s")
void failedToRemoveManagementResources(InstalledComponent component,
String cause)
@LogMessage(level=INFO)
@Message(id=144,
value="CORBA interface repository for %s: %s")
void cobraInterfaceRepository(String repo,
String object)
@LogMessage(level=ERROR)
@Message(id=145,
value="Cannot unregister EJBHome from CORBA naming service")
void cannotUnregisterEJBHomeFromCobra(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=146,
value="Cannot deactivate home servant")
void cannotDeactivateHomeServant(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=147,
value="Cannot deactivate bean servant")
void cannotDeactivateBeanServant(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=150,
value="Could not write method invocation failure for method %s on bean named %s for appname %s modulename %s distinctname %s due to")
void couldNotWriteMethodInvocation(@Cause
Throwable cause,
Method invokedMethod,
String beanName,
String appName,
String moduleName,
String distinctName)
@LogMessage(level=ERROR)
@Message(id=151,
value="Exception while generating session id for component %s with invocation %s")
void exceptionGeneratingSessionId(@Cause
Throwable cause,
String componentName,
Object invocationInformation)
@LogMessage(level=ERROR)
@Message(id=157,
value="Failed to get status")
void failedToGetStatus(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=158,
value="Failed to rollback")
void failedToRollback(@Cause
Throwable cause)
@LogMessage(level=ERROR)
@Message(id=159,
value="BMT stateful bean \'%s\' did not complete user transaction properly status=%s")
void transactionNotComplete(String componentName,
String status)
@LogMessage(level=WARN)
@Message(id=161,
value="Failed to reinstate timer \'%s\' (id=%s) from its persistent state")
void timerReinstatementFailed(String timedObjectId,
String timerId,
@Cause
Throwable cause)
@LogMessage(level=WARN)
@Message(id=162,
value="A previous execution of timer %s is being retried, skipping this scheduled execution at: %s")
void skipInvokeTimeoutDuringRetry(javax.ejb.Timer timer,
Date scheduledTime)
@LogMessage(level=ERROR)
@Message(id=163,
value="Cannot create table for timer persistence")
void couldNotCreateTable(@Cause
SQLException e)
@LogMessage(level=ERROR)
@Message(id=164,
value="Exception running timer task for timer %s on Jakarta Enterprise Beans %s")
void exceptionRunningTimerTask(javax.ejb.Timer timer,
String timedObjectId,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=166,
value="The @%s annotation is deprecated and will be ignored.")
void deprecatedAnnotation(String annotation)
@LogMessage(level=WARN)
@Message(id=167,
value="The <%2$s xmlns=\"%1$s\"/> element will be ignored.")
void deprecatedNamespace(String namespace,
String element)
@Message(id=168,
value="Could not find Jakarta Enterprise Beans with id %s")
javax.ejb.NoSuchEJBException couldNotFindEjb(String sessionId)
sessionId - Session idNoSuchEJBException for the error.@Message(id=169,
value="Component not set in InterceptorContext: %s")
IllegalStateException componentNotSetInInterceptor(org.jboss.invocation.InterceptorContext context)
context - the context.IllegalStateException for the error.@Message(id=170,
value="Method name cannot be null")
IllegalArgumentException methodNameIsNull()
IllegalArgumentException for the error.@Message(id=171,
value="Bean %s does not have a Home interface")
IllegalStateException beanHomeInterfaceIsNull(String componentName)
IllegalStateException for the error.@Message(id=172,
value="Bean %s does not have a Local Home interface")
IllegalStateException beanLocalHomeInterfaceIsNull(String componentName)
IllegalStateException for the error.@Message(id=173,
value="Enterprise Beans 3.1 FR 13.6.1 Only beans with container-managed transaction demarcation can use getRollbackOnly.")
IllegalStateException failToCallgetRollbackOnly()
IllegalStateException for the error.@Message(id=174,
value="getRollbackOnly() not allowed without a transaction.")
IllegalStateException failToCallgetRollbackOnlyOnNoneTransaction()
IllegalStateException for the error.@Message(id=175,
value="getRollbackOnly() not allowed after transaction is completed (EJBTHREE-1445)")
IllegalStateException failToCallgetRollbackOnlyAfterTxcompleted()
IllegalStateException for the error.@Message(id=177,
value="jndi name cannot be null during lookup")
IllegalArgumentException jndiNameCannotBeNull()
IllegalStateException for the error.@Message(id=178,
value="No NamespaceContextSelector available, cannot lookup %s")
IllegalArgumentException noNamespaceContextSelectorAvailable(String name)
name - the jndi nameIllegalStateException for the error.@Message(id=179,
value=" Could not lookup jndi name: %s")
RuntimeException failToLookupJNDI(String name,
@Cause
Throwable e)
name - the jndi namee - cause of the exceptionRuntimeException for the error.@Message(id=180,
value="Cannot lookup jndi name: %s since it doesn\'t belong to java:app, java:module, java:comp or java:global namespace")
IllegalArgumentException failToLookupJNDINameSpace(String name)
name - the jndi nameIllegalArgumentException for the error.@Message(id=181,
value="Could not lookup jndi name: %s in context: %s")
IllegalArgumentException failToLookupStrippedJNDI(org.jboss.as.naming.context.NamespaceContextSelector namespaceContextSelector,
Context jndiContext,
@Cause
Throwable ne)
namespaceContextSelector - selector for the namespace contextjndiContext - the jndi context it was looked up onne - cause of the exceptionIllegalArgumentException for the error.@Message(id=182,
value="Enterprise Beans 3.1 FR 13.6.1 Only beans with container-managed transaction demarcation can use setRollbackOnly.")
IllegalStateException failToCallSetRollbackOnlyOnNoneCMB()
IllegalStateException for the error.@Message(id=183,
value="setRollbackOnly() not allowed without a transaction.")
IllegalStateException failToCallSetRollbackOnlyWithNoTx()
IllegalStateException for the error.@Message(id=184,
value="EjbJarConfiguration cannot be null")
IllegalArgumentException EjbJarConfigurationIsNull()
IllegalArgumentException for the error.@Message(id=185,
value="Cannot set security roles to null")
IllegalArgumentException SecurityRolesIsNull()
IllegalArgumentException for the error.@Message(id=193,
value="Cannot link from a null or empty security role: %s")
IllegalArgumentException failToLinkFromEmptySecurityRole(String fromRole)
fromRole - role it link fromIllegalArgumentException for the error.@Message(id=194,
value="Cannot link to a null or empty security role: %s")
IllegalArgumentException failToLinkToEmptySecurityRole(String toRole)
toRole - role it link toIllegalArgumentException for the error.@Message(id=195,
value="EjbJarConfiguration not found as an attachment in deployment unit: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbJarConfigNotFound(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
DeploymentUnitProcessingException for the error.@Message(id=196,
value="ComponentViewInstance not available in interceptor context: %s")
IllegalStateException componentViewNotAvailableInContext(org.jboss.invocation.InterceptorContext context)
IllegalStateException for the error.@Message(id=199,
value="No resource adapter registered with resource adapter name %s")
IllegalStateException unknownResourceAdapter(String resourceAdapterName)
resourceAdapterName - name of the RAIllegalStateException for the error.@Message(id=202,
value="Task did not complete in %s %S")
TimeoutException failToCompleteTaskBeforeTimeOut(long timeout,
TimeUnit unit)
TimeoutException for the error.@Message(id=203,
value="Task was cancelled")
CancellationException taskWasCancelled()
TimeoutException for the error.@Message(id=206,
value="Not implemented yet")
IllegalStateException methodNotImplemented()
IllegalStateException for the error.@Message(id=213,
value="Unexpected component: %s component Expected %s")
IllegalStateException unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
IllegalStateException for the error.@Message(id=214,
value="EjbJarConfiguration hasn\'t been set in %s Cannot create component create service for Jakarta Enterprise Beans %S")
IllegalStateException ejbJarConfigNotBeenSet(ComponentCreateServiceFactory serviceFactory,
String componentName)
IllegalStateException for the error.@Message(id=218,
value="PoolConfig cannot be null or empty")
IllegalStateException poolConfigIsEmpty()
IllegalStateException for the error.@Message(id=220,
value="[Enterprise Beans 3.1 spec, section 4.9.7] - Can\'t add view class: %s as local view since it\'s already marked as remote view for bean: %s")
IllegalStateException failToAddClassToLocalView(String viewClassName,
String ejbName)
IllegalStateException for the error.@Message(id=221,
value="Business interface type cannot be null")
IllegalStateException businessInterfaceIsNull()
IllegalStateException for the error.@Message(id=222,
value="Bean %s does not have an %s")
IllegalStateException beanComponentMissingEjbObject(String componentName,
String ejbLocalObject)
IllegalStateException for the error.@Message(id=223,
value="Jakarta Enterprise Beans 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attribute")
IllegalStateException getRollBackOnlyIsNotAllowWithSupportsAttribute()
IllegalStateException for the error.@Message(id=224,
value="Not a business method %s. Do not call non-public methods on Jakarta Enterprise Beans\'s")
javax.ejb.EJBException failToCallBusinessOnNonePublicMethod(Method method)
EJBException for the error.@Message(id=225,
value="Component instance isn\'t available for invocation: %s")
Exception componentInstanceNotAvailable(org.jboss.invocation.InterceptorContext interceptorContext)
Exception for the error.@Message(id=228,
value="Enterprise Beans 3.1 FR 4.3.14.1 concurrent access timeout on %s - could not obtain lock within %s %s")
javax.ejb.ConcurrentAccessTimeoutException failToObtainLock(String ejb,
long value,
TimeUnit timeUnit)
ConcurrentAccessTimeoutException for the error.@Message(id=234,
value="Session id hasn\'t been set for stateful component: %s")
IllegalStateException statefulSessionIdIsNull(String componentName)
IllegalArgumentException for the error.@Message(id=235,
value="@Remove method identifier cannot be null")
IllegalArgumentException removeMethodIsNull()
IllegalArgumentException for the error.@Message(id=236,
value="Component %s with component class: %s%n isn\'t a %s component")
IllegalArgumentException componentNotInstanceOfSessionComponent(Component component,
Class<?> componentClass,
String type)
IllegalArgumentException for the error.@Message(id=237,
value="both methodIntf and className are set on %s")
IllegalArgumentException bothMethodIntAndClassNameSet(String componentName)
IllegalArgumentException for the error.@Message(id=238,
value="Enterprise Beans 3.1 PFD2 4.8.5.1.1 upgrading from read to write lock is not allowed")
javax.ejb.IllegalLoopbackException failToUpgradeToWriteLock()
IllegalLoopbackException for the error.@Message(id=239,
value="%s cannot be null")
IllegalArgumentException componentIsNull(String name)
IllegalArgumentException for the error.@Message(id=240,
value="Invocation context: %s cannot be processed because it\'s not applicable for a method invocation")
IllegalArgumentException invocationNotApplicableForMethodInvocation(javax.interceptor.InvocationContext invocationContext)
IllegalArgumentException for the error.@Message(id=241,
value="Enterprise Beans 3.1 PFD2 4.8.5.5.1 concurrent access timeout on %s - could not obtain lock within %s")
javax.ejb.ConcurrentAccessTimeoutException concurrentAccessTimeoutException(String ejb,
String s)
ConcurrentAccessTimeoutException for the error.@Message(id=242,
value="Illegal lock type %s on %s for component %s")
IllegalStateException failToObtainLockIllegalType(javax.ejb.LockType lockType,
Method method,
SingletonComponent lockableComponent)
IllegalStateException for the error.@Message(id=243,
value="Cannot call %s, no %s is present for this invocation")
IllegalStateException cannotCall(String methodName,
String missing)
methodName - the name of the method.missing - the missing type.IllegalStateException for the error.@Message(id=244,
value="No asynchronous invocation in progress")
IllegalStateException noAsynchronousInvocationInProgress()
IllegalStateException for the error.@Message(id=246,
value="%s is deprecated")
UnsupportedOperationException isDeprecated(String getEnvironment)
UnsupportedOperationException for the error.@Message(id=253,
value="Should be overridden")
IllegalStateException shouldBeOverridden()
IllegalStateException for the error.@Message(id=255,
value="<role-name> cannot be null or empty in <security-role-ref>%nfor bean: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException roleNamesIsNull(String ejbName)
DeploymentUnitProcessingException for the error.@Message(id=256,
value="Default interceptors cannot specify a method to bind to in ejb-jar.xml")
org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultInterceptorsNotBindToMethod()
DeploymentUnitProcessingException for the error.@Message(id=258,
value="Two ejb-jar.xml bindings for %s specify an absolute order")
org.jboss.as.server.deployment.DeploymentUnitProcessingException twoEjbBindingsSpecifyAbsoluteOrder(String component)
DeploymentUnitProcessingException for the error.@Message(id=259,
value="Could not find method %s.%s referenced in ejb-jar.xml")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindMethodInEjbJarXml(String name,
String methodName)
DeploymentUnitProcessingException for the error.@Message(id=260,
value="More than one method %s found on class %s referenced in ejb-jar.xml. Specify the parameter types to resolve the ambiguity")
org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleMethodReferencedInEjbJarXml(String methodName,
String name)
DeploymentUnitProcessingException for the error.@Message(id=261,
value="Could not find method %s.%s with parameter types %s referenced in ejb-jar.xml")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindMethodWithParameterTypes(String name,
String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData methodParams)
DeploymentUnitProcessingException for the error.@Message(id=262,
value="Could not load component class for component %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadComponentClass(@Cause
Throwable t,
String componentName)
DeploymentUnitProcessingException for the error.@Message(id=264,
value="Could not merge data for %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToMergeData(String componentName,
@Cause
Throwable e)
DeploymentUnitProcessingException for the error.@Message(id=265,
value="Could not load Jakarta Enterprise Beans class %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadEjbClass(String ejbClassName,
@Cause
Throwable e)
DeploymentUnitProcessingException for the error.@Message(id=266,
value="Only one %s method is allowed on bean %s")
RuntimeException multipleAnnotationsOnBean(String annotationType,
String ejbClassName)
RuntimeException for the error.@Message(id=267,
value="Could not determine type of corresponding implied Enterprise Beans 2.x local interface (see Enterprise Beans 3.1 21.4.5)%n due to multiple create* methods with different return types on home %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleCreateMethod(Class<?> localHomeClass)
DeploymentUnitProcessingException for the error.@Message(id=268,
value="Could not find Jakarta Enterprise Beans %s referenced by @DependsOn annotation in %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindEjbRefByDependsOn(String annotationValue,
String componentClassName)
DeploymentUnitProcessingException for the error.@Message(id=269,
value="More than one Jakarta Enterprise Beans called %s referenced by @DependsOn annotation in %s Components:%s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
DeploymentUnitProcessingException for the error.@Message(id=270,
value="Async method %s does not return void or Future")
org.jboss.as.server.deployment.DeploymentUnitProcessingException wrongReturnTypeForAsyncMethod(Method method)
DeploymentUnitProcessingException for the error.@Message(id=271,
value="Could not load application exception class %s in ejb-jar.xml")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadAppExceptionClassInEjbJarXml(String exceptionClassName,
@Cause
Throwable e)
DeploymentUnitProcessingException for the error.@Message(id=272,
value="Jakarta Enterprise Beans %s entity bean %s implemented TimedObject, but has a different timeout method specified either via annotations or via the deployment descriptor")
org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidEjbEntityTimeout(String versionId,
Class<?> componentClass)
DeploymentUnitProcessingException for the error.@Message(id=273,
value="%s does not have an Enterprise Beans 2.x local interface")
RuntimeException invalidEjbLocalInterface(String componentName)
RuntimeException for the error.@Message(id=274,
value="Local Home not allowed for %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException localHomeNotAllow(EJBComponentDescription description)
DeploymentUnitProcessingException for the error.@Message(id=275,
value="Could not resolve corresponding ejbCreate or @Init method for home interface method %s on Jakarta Enterprise Beans %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failToCallEjbCreateForHomeInterface(Method method,
String ejbClassName)
DeploymentUnitProcessingException for the error.@Message(id=276,
value="EJBComponent has not been set in the current invocation context %s")
IllegalStateException failToGetEjbComponent(org.jboss.invocation.InterceptorContext currentInvocationContext)
IllegalStateException for the error.@Message(id=277,
value="Value cannot be null")
IllegalArgumentException valueIsNull()
IllegalArgumentException for the error.@Message(id=278,
value="Cannot create %s from a null schedule expression")
IllegalArgumentException invalidScheduleExpression(String name)
IllegalArgumentException for the error.@Message(id=279,
value="Second cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionSecond(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=280,
value="Minute cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionMinute(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=281,
value="Hour cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionHour(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=282,
value="day-of-month cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionDayOfMonth(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=283,
value="day-of-week cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionDayOfWeek(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=284,
value="Month cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionMonth(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=285,
value="Year cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionYear(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=286,
value="Invalid range value: %s")
IllegalArgumentException invalidRange(String range)
IllegalArgumentException for the error.@Message(id=287,
value="Invalid list expression: %s")
IllegalArgumentException invalidListExpression(String list)
IllegalArgumentException for the error.@Message(id=288,
value="Invalid increment value: %s")
IllegalArgumentException invalidIncrementValue(String value)
IllegalArgumentException for the error.@Message(id=289,
value="There are no valid seconds for expression: %s")
IllegalStateException invalidExpressionSeconds(String origValue)
IllegalStateException for the error.@Message(id=290,
value="There are no valid minutes for expression: %s")
IllegalStateException invalidExpressionMinutes(String origValue)
IllegalStateException for the error.@Message(id=291,
value="Invalid value: %s since %s doesn\'t support values of types %s")
IllegalArgumentException invalidScheduleExpressionType(String value,
String name,
String type)
IllegalArgumentException for the error.@Message(id=292,
value="A list value can only contain either a range or an individual value. Invalid value: %s")
IllegalArgumentException invalidListValue(String listItem)
IllegalArgumentException for the error.@Message(id=293,
value="Could not parse: %s in schedule expression")
IllegalArgumentException couldNotParseScheduleExpression(String origValue)
IllegalArgumentException for the error.@Message(id=294,
value="Invalid value: %s Valid values are between %s and %s")
IllegalArgumentException invalidValuesRange(Integer value,
int min,
int max)
IllegalArgumentException for the error.@Message(id=295,
value="Invalid value for day-of-month: %s")
IllegalArgumentException invalidValueDayOfMonth(Integer value)
IllegalArgumentException for the error.@Message(id=296,
value="Relative day-of-month cannot be null or empty")
IllegalArgumentException relativeDayOfMonthIsNull()
IllegalArgumentException for the error.@Message(id=297,
value="%s is not a relative value")
IllegalArgumentException invalidRelativeValue(String relativeDayOfMonth)
IllegalArgumentException for the error.@Message(id=298,
value="Value is null, cannot determine if it\'s relative")
IllegalArgumentException relativeValueIsNull()
IllegalArgumentException for the error.@Message(id=303,
value="Invoker cannot be null")
IllegalArgumentException invokerIsNull()
IllegalArgumentException for the error.@Message(id=305,
value="Executor cannot be null")
IllegalArgumentException executorIsNull()
IllegalArgumentException for the error.@Message(id=306,
value="Invalid timer parameter: %s = %s")
IllegalArgumentException invalidTimerParameter(String name,
String valueAsString)
IllegalArgumentException for the error.@Message(id=325,
value="Cannot invoke timer service methods in lifecycle callback of non-singleton beans")
IllegalStateException failToInvokeTimerServiceDoLifecycle()
IllegalStateException for the error.@Message(id=326,
value="Timer cannot be null")
IllegalStateException timerIsNull()
IllegalStateException for the error.@Message(id=327,
value="%s Timer handles are only available for persistent timers.")
IllegalStateException invalidTimerHandlersForPersistentTimers(String s)
IllegalStateException for the error.@Message(id=328,
value="No more timeouts for timer %s")
javax.ejb.NoMoreTimeoutsException noMoreTimeoutForTimer(TimerImpl timer)
NoMoreTimeoutsException for the error.@Message(id=329,
value="Timer %s is not a calendar based timer")
IllegalStateException invalidTimerNotCalendarBaseTimer(TimerImpl timer)
@Message(id=330,
value="Timer %s has expired")
javax.ejb.NoSuchObjectLocalException timerHasExpired(String id)
NoSuchObjectLocalException for the error.@Message(id=331,
value="Timer %s was canceled")
javax.ejb.NoSuchObjectLocalException timerWasCanceled(String id)
NoSuchObjectLocalException for the error.@Message(id=338,
value="Timerservice with timedObjectId: %s is not registered")
javax.ejb.EJBException timerServiceWithIdNotRegistered(String timedObjectId)
EJBException for the error.@Message(id=339,
value="Timer for handle with timer id: %s, timedObjectId: %s is not active")
javax.ejb.NoSuchObjectLocalException timerHandleIsNotActive(String timerId,
String timedObjectId)
NoSuchObjectLocalException for the error.@Message(id=341,
value="Cannot invoke getTimeoutMethod on a timer which is not an auto-timer")
IllegalStateException failToInvokegetTimeoutMethod()
IllegalStateException for the error.@Message(id=342,
value="Could not load declaring class: %s of timeout method")
RuntimeException failToLoadDeclaringClassOfTimeOut(String declaringClass)
RuntimeException for the error.@Message(id=343,
value="Cannot invoke timeout method because method %s is not a timeout method")
RuntimeException failToInvokeTimeout(Method method)
RuntimeException for the error.@Message(id=344,
value="Could not create timer file store directory %s")
RuntimeException failToCreateTimerFileStoreDir(File baseDir)
RuntimeException for the error.@Message(id=345,
value="Timer file store directory %s does not exist")
RuntimeException timerFileStoreDirNotExist(File baseDir)
RuntimeException for the error.@Message(id=346,
value="Timer file store directory %s is not a directory")
RuntimeException invalidTimerFileStoreDir(File baseDir)
RuntimeException for the error.@Message(id=347,
value="Jakarta Enterprise Beans %s are enabled for security but doesn\'t have a security domain set")
IllegalStateException invalidSecurityForDomainSet(String componentName)
IllegalStateException for the error.@Message(id=348,
value="%s is not an Jakarta Enterprise Beans component")
IllegalArgumentException invalidComponentConfiguration(String componentName)
IllegalArgumentException for the error.@Message(id=349,
value="Could not load view class for ejb %s")
RuntimeException failToLoadViewClassEjb(String beanName,
@Cause
Throwable e)
RuntimeException for the error.@Message(id=350,
value="Component named %s with component class %s is not an Jakarta Enterprise Beans component")
IllegalArgumentException invalidEjbComponent(String componentName,
Class<?> componentClass)
IllegalArgumentException for the error.@Message(id=353,
value="ResourceBundle based descriptions of %s are not supported")
UnsupportedOperationException resourceBundleDescriptionsNotSupported(String name)
UnsupportedOperationException for the error.@Message(id=354,
value="Runtime attribute %s is not marshallable")
UnsupportedOperationException runtimeAttributeNotMarshallable(String name)
UnsupportedOperationException for the error.@Message(id=356,
value="Jakarta Enterprise Beans component type %s does not support pools")
IllegalStateException invalidComponentType(String simpleName)
IllegalStateException for the error.@Message(id=357,
value="Unknown Jakarta Enterprise Beans Component type %s")
IllegalStateException unknownComponentType(EJBComponentType ejbComponentType)
IllegalStateException for the error.@Message(id=360,
value="Jakarta Enterprise Beans method security metadata cannot be null")
IllegalArgumentException ejbMethodSecurityMetaDataIsNull()
IllegalArgumentException for the error.@Message(id=361,
value="View classname cannot be null or empty")
IllegalArgumentException viewClassNameIsNull()
IllegalArgumentException for the error.@Message(id=362,
value="View method cannot be null")
IllegalArgumentException viewMethodIsNull()
IllegalArgumentException for the error.@Message(id=363,
value="%s cannot handle method %s of view class %s.Expected view method to be %s on view class %s")
IllegalStateException failProcessInvocation(String name,
Method invokedMethod,
String viewClassOfInvokedMethod,
Method viewMethod,
String viewClassName)
IllegalStateException for the error.@Message(id=364,
value="Invocation on method: %s of bean: %s is not allowed")
javax.ejb.EJBAccessException invocationOfMethodNotAllowed(Method invokedMethod,
String componentName)
EJBAccessException for the error.@Message(id=365,
value="Unknown Jakarta Enterprise Beans Component description type %s")
IllegalArgumentException unknownComponentDescriptionType(Class<?> aClass)
IllegalArgumentException for the error.@Message(id=366,
value="Unknown attribute %s")
IllegalStateException unknownAttribute(String attributeName)
IllegalStateException for the error.@Message(id=367,
value="Unknown operation %s")
IllegalStateException unknownOperations(String opName)
IllegalStateException for the error.@Message(id=368,
value="No Jakarta Enterprise Beans component registered for address %s")
String noComponentRegisteredForAddress(org.jboss.as.controller.PathAddress operationAddress)
String for the error.@Message(id=369,
value="No Jakarta Enterprise Beans component is available for address %s")
String noComponentAvailableForAddress(org.jboss.as.controller.PathAddress operationAddress)
String for the error.@Message(id=370,
value="Jakarta Enterprise Beans component for address %s is in %n state %s, must be in state %s")
String invalidComponentState(org.jboss.as.controller.PathAddress operationAddress,
org.jboss.msc.service.ServiceController.State controllerState,
org.jboss.msc.service.ServiceController.State up)
String for the error.@Message(id=372,
value="Component class %s has multiple @Timeout annotations")
org.jboss.as.server.deployment.DeploymentUnitProcessingException componentClassHasMultipleTimeoutAnnotations(Class<?> componentClass)
DeploymentUnitProcessingException for the error.@Message(id=373,
value="Current component is not an Jakarta Enterprise Beans %s")
IllegalStateException currentComponentNotAEjb(ComponentInstance component)
component - the component.IllegalStateException for the error.@Message(id=374,
value="%s not allowed in lifecycle methods")
IllegalStateException lifecycleMethodNotAllowed(String methodName)
methodName - the name of the method.IllegalStateException for the error.@Message(id=376,
value="Cannot call %s when invoking through %s or %s")
IllegalStateException cannotCall(String methodName,
String name,
String localName)
name - type of objectIllegalStateException for the error.@Message(id=377,
value="%s is not allowed from stateful beans")
IllegalStateException notAllowedFromStatefulBeans(String method)
@Message(id=378,
value="Failed to acquire a permit within %s %s")
javax.ejb.EJBException failedToAcquirePermit(long timeout,
TimeUnit timeUnit)
@Message(id=379,
value="Acquire semaphore was interrupted")
javax.ejb.EJBException acquireSemaphoreInterrupted()
@Message(id=380,
value="%s is deprecated")
IllegalStateException isDeprecatedIllegalState(String getEnvironment)
IllegalStateException for the error.@Message(id=382,
value="Could not determine ClassLoader for stub %s")
RuntimeException couldNotFindClassLoaderForStub(String stub)
@Message(id=383,
value="No message listener of type %s found in resource adapter %s")
IllegalStateException unknownMessageListenerType(String resourceAdapterName,
String messageListenerType)
messageListenerType - The message listener typeresourceAdapterName - The resource adapter nameIllegalStateException for the error.@Message(id=384,
value="Could not find method %s from view %s on Jakarta Enterprise Beans class %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotFindViewMethodOnEjb(Method method,
String viewClass,
String ejb)
method - The methodviewClass - The viewejb - The ejb@Message(id=385,
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=386,
value="Jakarta Enterprise Beans 4.6.4 Cannot remove Jakarta Enterprise Beans via Enterprise Beans 2.x remove() method while participating in a transaction")
javax.ejb.RemoveException cannotRemoveWhileParticipatingInTransaction()
@Message(id=387,
value="Transaction propagation over IIOP is not supported")
RemoteException transactionPropagationNotSupported()
@Deprecated @Message(id=388, value="Cannot call method %s in afterCompletion callback") IllegalStateException cannotCallMethodInAfterCompletion(String methodName)
@Message(id=389,
value="Cannot call %s when state is %s")
IllegalStateException cannotCallMethod(String methodName,
String state)
@Deprecated @Message(id=390, value="%s is already associated with serialization group %s") IllegalStateException existingSerializationGroup(Object key, Object group)
@Deprecated @Message(id=391, value="%s is not compatible with serialization group %s") IllegalStateException incompatibleSerializationGroup(Object object, Object group)
@Deprecated @Message(id=392, value="Cache entry %s is in use") IllegalStateException cacheEntryInUse(Object entry)
@Deprecated @Message(id=393, value="Cache entry %s is not in use") IllegalStateException cacheEntryNotInUse(Object entry)
@Deprecated @Message(id=394, value="Failed to acquire lock on %s") RuntimeException lockAcquisitionInterrupted(@Cause Throwable cause, Object id)
@Deprecated @Message(id=395, value="%s is already a member of serialization group %s") IllegalStateException duplicateSerializationGroupMember(Object id, Object groupId)
@Deprecated @Message(id=396, value="%s is not a member of serialization group %s") IllegalStateException missingSerializationGroupMember(Object id, Object groupId)
@Deprecated @Message(id=397, value="%s already exists in cache") IllegalStateException duplicateCacheEntry(Object id)
@Deprecated @Message(id=398, value="%s is missing from cache") IllegalStateException missingCacheEntry(Object id)
@Message(id=399,
value="Incompatible cache implementations in nested hierarchy")
IllegalStateException incompatibleCaches()
@Deprecated @Message(id=400, value="Failed to passivate %s") RuntimeException passivationFailed(@Cause Throwable cause, Object id)
@Deprecated @Message(id=401, value="Failed to activate %s") RuntimeException activationFailed(@Cause Throwable cause, Object id)
@Deprecated @Message(id=402, value="Failed to create passivation directory: %s") RuntimeException passivationDirectoryCreationFailed(String path)
@Deprecated @Message(id=403, value="Failed to create passivation directory: %s") RuntimeException passivationPathNotADirectory(String path)
@Deprecated @Message(id=404, value="Group creation context already exists") IllegalStateException groupCreationContextAlreadyExists()
@Message(id=405,
value="No Jakarta Enterprise Beans found with interface of type \'%s\' and name \'%s\' for binding %s")
String ejbNotFound(String typeName,
String beanName,
String binding)
@Message(id=406,
value="No Jakarta Enterprise Beans found with interface of type \'%s\' for binding %s")
String ejbNotFound(String typeName,
String binding)
@Message(id=407,
value="More than one Jakarta Enterprise Beans found with interface of type \'%s\' and name \'%s\' for binding %s. Found: %s")
String moreThanOneEjbFound(String typeName,
String beanName,
String binding,
Set<EJBViewDescription> componentViews)
@Message(id=408,
value="More than one Jakarta Enterprise Beans found with interface of type \'%s\' for binding %s. Found: %s")
String moreThanOneEjbFound(String typeName,
String binding,
Set<EJBViewDescription> componentViews)
@Deprecated @Message(id=409, value="@Clustered annotation cannot be used with message driven beans. %s failed since %s bean is marked with @Clustered on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForMDB(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName)
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on a message driven beanunit - The deployment unitcomponentName - The MDB component namecomponentClassName - The MDB component class name@Deprecated @Message(id=410, value="@Clustered annotation cannot be used with entity beans. %s failed since %s bean is marked with @Clustered on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForEntityBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName)
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on an entity beanunit - The deployment unitcomponentName - The entity bean component namecomponentClassName - The entity bean component class name@Deprecated @Message(id=411, value="@Clustered annotation is currently not supported for singleton Jakarta Enterprise Beans. %s failed since %s bean is marked with @Clustered on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationNotYetImplementedForSingletonBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName)
DeploymentUnitProcessingException to indicate that the Clustered
annotation is currently not supported on singleton Jakarta Enterprise Beans.unit - The deployment unitcomponentName - The singleton bean component namecomponentClassName - The singleton bean component class name@Deprecated @Message(id=412, value="%s failed since @Clustered annotation cannot be used for %s bean on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName)
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on the Jakarta Enterprise Beans component represented by componentNameunit - The deployment unitcomponentName - The component namecomponentClassName - The component class name@Message(id=413,
value="<session-type> not specified for Jakarta Enterprise Beans %s. This must be present in ejb-jar.xml")
org.jboss.as.server.deployment.DeploymentUnitProcessingException sessionTypeNotSpecified(String bean)
@Message(id=414,
value="Default interceptors cannot specify an <interceptor-order> element in ejb-jar.xml")
org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultInterceptorsNotSpecifyOrder()
DeploymentUnitProcessingException for the error.@Message(id=416,
value="%s cannot be null")
IllegalArgumentException paramCannotBeNull(String paramName)
paramName cannot be nullparamName - The param nameIllegalArgumentException for the exception@Message(id=419,
value="Pool name cannot be empty string for bean %s")
IllegalArgumentException poolNameCannotBeEmptyString(String ejbName)
ejbName - The EJB nameIllegalArgumentException for the exception@Message(id=420,
value="No EjbContext available as no Jakarta Enterprise Beans invocation is active")
IllegalStateException noEjbContextAvailable()
@Message(id=421,
value="Invocation cannot proceed as component is shutting down")
EJBComponentUnavailableException componentIsShuttingDown()
@Message(id=423,
value="Could not create session for stateful bean %s")
RuntimeException failedToCreateSessionForStatefulBean(@Cause
Exception e,
String beanName)
@Message(id=436,
value="Unknown channel creation option type %s")
IllegalArgumentException unknownChannelCreationOptionType(String optionType)
@Message(id=437,
value="Could not determine remote interface from home interface %s for bean %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotDetermineRemoteInterfaceFromHome(String homeClass,
String beanName)
@Message(id=438,
value="Could not determine local interface from local home interface %s for bean %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotDetermineLocalInterfaceFromLocalHome(String localHomeClass,
String beanName)
@Message(id=442,
value="Unexpected Error")
@Signature(value=java.lang.String.class)
javax.ejb.EJBException unexpectedError(@Cause
Throwable cause)
@Message(id=443,
value="Enterprise Beans 3.1 FR 13.3.3: BMT bean %s should complete transaction before returning.")
String transactionNotComplete(String componentName)
@Deprecated @Message(id=445, value="Detected asymmetric usage of cache") IllegalStateException asymmetricCacheUsage()
@Message(id=446,
value="The timer %s is already active.")
IllegalStateException timerIsActive(javax.ejb.Timer timer)
IllegalStateException for the error.@Message(id=447,
value="Transaction \'%s\' was already rolled back")
RollbackException transactionAlreadyRolledBack(Transaction tx)
@Message(id=448,
value="Transaction \'%s\' is in unexpected state (%s)")
javax.ejb.EJBException transactionInUnexpectedState(Transaction tx,
String txStatus)
@Message(id=449,
value="Timerservice API is not allowed on stateful session bean %s")
String timerServiceMethodNotAllowedForSFSB(String ejbComponent)
@Message(id=450,
value="Entity Beans are no longer supported, beans %s cannot be deployed")
org.jboss.as.server.deployment.DeploymentUnitProcessingException entityBeansAreNotSupported(String beanName)
@Message(id=451,
value="Attribute \'%s\' is not supported on current version servers; it is only allowed if its value matches \'%s\'")
org.jboss.as.controller.OperationFailedException inconsistentAttributeNotSupported(String attributeName,
String mustMatch)
@LogMessage(level=ERROR)
@Message(id=453,
value="Failed to persist timer %s")
void failedToPersistTimer(javax.ejb.Timer timerid,
@Cause
Exception e)
@Message(id=454,
value="Only one instance on <container-transaction> with an ejb-name of * can be present.")
org.jboss.as.server.deployment.DeploymentUnitProcessingException mustOnlyBeSingleContainerTransactionElementWithWildcard()
@Message(id=455,
value="<container-transaction> elements that use the wildcard Jakarta Enterprise Beans name * can only use a method name of *")
org.jboss.as.server.deployment.DeploymentUnitProcessingException wildcardContainerTransactionElementsMustHaveWildcardMethodName()
@LogMessage(level=ERROR)
@Message(id=456,
value="Failed to refresh timers for %s")
void failedToRefreshTimers(String timedObjectId)
@Message(id=457,
value="Unexpected Error")
@Signature(value=java.lang.String.class)
javax.ejb.EJBTransactionRolledbackException unexpectedErrorRolledBack(@Cause
Error error)
@Message(id=459,
value="Module %s containing bean %s is not deployed in ear but it specifies resource adapter name \'%s\' in a relative format.")
org.jboss.as.server.deployment.DeploymentUnitProcessingException relativeResourceAdapterNameInStandaloneModule(String module,
String bean,
String adapterName)
@LogMessage(level=WARN)
@Message(id=460,
value="The transaction isolation need to be equal or stricter than READ_COMMITTED to ensure that the timer run once-and-only-once")
void wrongTransactionIsolationConfiguredForTimer()
@LogMessage(level=ERROR)
@Message(id=461,
value="Update timer failed and it was not possible to rollback the transaction!")
void timerUpdateFailedAndRollbackNotPossible(@Cause
Throwable rbe)
@LogMessage(level=WARN)
@Message(id=462,
value="Timer service database-data-store database attribute is not configured, and is not detected from connection metadata or JDBC driver name.")
void databaseDialectNotConfiguredOrDetected()
@LogMessage(level=WARN)
@Message(id=463,
value="Invalid transaction attribute type %s on SFSB lifecycle method %s of class %s, valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.")
void invalidTransactionTypeForSfsbLifecycleMethod(javax.ejb.TransactionAttributeType txAttr,
org.jboss.invocation.proxy.MethodIdentifier method,
Class<?> clazz)
@Message(id=464,
value="The \"disable-default-ejb-permissions\" attribute may not be set to true")
org.jboss.as.controller.OperationFailedException disableDefaultEjbPermissionsCannotBeTrue()
@Message(id=465,
value="Invalid client descriptor configuration: \'profile\' and \'remoting-ejb-receivers\' cannot be used together")
org.jboss.as.server.deployment.DeploymentUnitProcessingException profileAndRemotingEjbReceiversUsedTogether()
@Message(id=466,
value="Failed to process business interfaces for Jakarta Enterprise Beans class %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessBusinessInterfaces(Class<?> ejbClass,
@Cause
Exception e)
@Message(id=467,
value="The request was rejected as the container is suspended")
EJBComponentUnavailableException containerSuspended()
@Message(id=468,
value="Timer invocation failed")
org.jboss.as.controller.OperationFailedException timerInvocationFailed(@Cause
Exception e)
@Message(id=469,
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)
@Message(id=471,
value="RMI/IIOP Violation: %s%n")
RuntimeException rmiIiopVoliation(String violation)
@Message(id=472,
value="Cannot obtain exception repository id for %s:%n%s")
RuntimeException exceptionRepositoryNotFound(String name,
String message)
@LogMessage(level=INFO)
@Message(id=473,
value="JNDI bindings for session bean named \'%s\' in deployment unit \'%s\' are as follows:%s")
void jndiBindings(String ejbName,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
StringBuilder bindings)
@LogMessage(level=ERROR)
@Message(id=474,
value="Attribute \'%s\' is not supported on current version servers; it is only allowed if its value matches \'%s\'. This attribute should be removed.")
void logInconsistentAttributeNotSupported(String attributeName,
String mustMatch)
@LogMessage(level=INFO)
@Message(id=475,
value="MDB delivery started: %s,%s")
void mdbDeliveryStarted(String appName,
String componentName)
@LogMessage(level=INFO)
@Message(id=476,
value="MDB delivery stopped: %s,%s")
void mdbDeliveryStopped(String appName,
String componentName)
@Message(id=477,
value="MDB delivery group is missing: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException missingMdbDeliveryGroup(String deliveryGroupName)
@LogMessage(level=ERROR)
@Message(id=480,
value="Loaded timer (%s) for Jakarta Enterprise Beans (%s) and this node that is marked as being in a timeout. The original timeout may not have been processed. Please use graceful shutdown to ensure timeout tasks are finished before shutting down.")
void loadedPersistentTimerInTimeout(String timer,
String timedObject)
@LogMessage(level=INFO)
@Message(id=481,
value="Strict pool %s is using a max instance size of %d (per class), which is derived from thread worker pool sizing.")
void strictPoolDerivedFromWorkers(String name,
int max)
@LogMessage(level=INFO)
@Message(id=482,
value="Strict pool %s is using a max instance size of %d (per class), which is derived from the number of CPUs on this host.")
void strictPoolDerivedFromCPUs(String name,
int max)
@Message(id=483,
value="Attributes are mutually exclusive: %s, %s")
XMLStreamException mutuallyExclusiveAttributes(@Param
Location location,
String attribute1,
String attribute2)
@LogMessage(level=WARN)
@Message(id=485,
value="Transaction type %s is unspecified for the %s method of the %s message-driven bean. It will be handled as NOT_SUPPORTED.")
void invalidTransactionTypeForMDB(javax.ejb.TransactionAttributeType transactionAttributeType,
String methond,
String componentName)
@LogMessage(level=INFO)
@Message(id=486,
value="Parameter \'default-clustered-sfsb-cache\' was defined for the \'add\' operation for resource \'%s\'. This parameter is deprecated and its previous behavior has been remapped to attribute \'default-sfsb-cache\'. As a result the \'default-sfsb-cache\' attribute has been set to \'%s\' and the \'default-sfsb-passivation-disabled-cache\' attribute has been set to \'%s\'.")
void remappingCacheAttributes(String address,
org.jboss.dmr.ModelNode defClustered,
org.jboss.dmr.ModelNode passivationDisabled)
@LogMessage(level=ERROR)
@Message(id=487,
value="Unexpected invocation state %s")
void unexpectedInvocationState(int state)
@LogMessage(level=ERROR)
@Message(id=489,
value="Timer %s not running as transaction could not be started")
void timerNotRunning(@Cause
NotSupportedException e,
TimerImpl timer)
@Message(id=490,
value="Multiple security domains not supported")
org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleSecurityDomainsDetected()
@Message(id=491,
value="The transaction begin request was rejected as the container is suspended")
javax.ejb.EJBException cannotBeginUserTransaction()
@LogMessage(level=INFO)
@Message(id=492,
value="Jakarta Enterprise Beans subsystem suspension waiting for active transactions, %d transaction(s) remaining")
void suspensionWaitingActiveTransactions(int activeTransactionCount)
@LogMessage(level=INFO)
@Message(id=493,
value="Jakarta Enterprise Beans subsystem suspension complete")
void suspensionComplete()
@Message(id=494,
value="Failed to obtain SSLContext")
RuntimeException failedToObtainSSLContext(@Cause
Exception cause)
@LogMessage(level=WARN)
@Message(id=495,
value="Ignoring the persisted start or end date for scheduled expression of timer ID:%s as it is not valid : %s.")
void scheduleExpressionDateFromTimerPersistenceInvalid(String timerId,
String parserMessage)
@Message(id=496,
value="Could not create an instance of Jakarta Enterprise Beans client interceptor %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToCreateEJBClientInterceptor(@Cause
Exception e,
String ejbClientInterceptorClassName)
@LogMessage(level=WARN)
@Message(id=497,
value="Failed to persist timer %s on startup. This is likely due to another cluster member making the same change, and should not affect operation.")
void failedToPersistTimerOnStartup(TimerImpl activeTimer,
@Cause
Exception e)
@Message(id=499,
value="Cannot read derived size - service %s unreachable")
org.jboss.as.controller.OperationFailedException cannotReadStrictMaxPoolDerivedSize(org.jboss.msc.service.ServiceName serviceName)
@LogMessage(level=ERROR)
@Message(id=500,
value="Legacy org.jboss.security.annotation.SecurityDomain annotation is used in class: %s, please use org.jboss.ejb3.annotation.SecurityDomain instead.")
void legacySecurityDomainAnnotationIsUsed(String cls)
@Message(id=501,
value="Failed to activate MDB %s")
RuntimeException failedToActivateMdb(String componentName,
@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=502,
value="Exception checking if timer %s should run")
void exceptionCheckingIfTimerShouldRun(javax.ejb.Timer timer,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=503,
value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.4] Message Driven Bean \'onMessage\' method can not be final (MDB: %s).")
void mdbOnMessageMethodCantBeFinal(String className)
@LogMessage(level=WARN)
@Message(id=504,
value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.4] Message Driven Bean \'onMessage\' method can not be private (MDB: %s).")
void mdbOnMessageMethodCantBePrivate(String className)
@LogMessage(level=WARN)
@Message(id=505,
value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.4] Message Driven Bean \'onMessage\' method can not be static (MDB: %s).")
void mdbOnMessageMethodCantBeStatic(String className)
@LogMessage(level=WARN)
@Message(id=506,
value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.2] Message Driven Bean can not have a \'finalize\' method. (MDB: %s)")
void mdbCantHaveFinalizeMethod(String className)
@LogMessage(level=ERROR)
@Message(id=507,
value="Failed to persist timer\'s state %s. Timer has to be restored manually")
void exceptionPersistPostTimerState(javax.ejb.Timer timer,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=508,
value="Failed to persist timer\'s state %s due to %s")
void exceptionPersistTimerState(javax.ejb.Timer timer,
Exception e)
@LogMessage(level=WARN)
@Message(id=509,
value="Clustered Jakarta Enterprise Beans in Node: %s are bound to INADDR_ANY(%s). Either use a non-wildcard server bind address or add client-mapping entries to the relevant socket-binding for the Remoting connector")
void clusteredEJBsBoundToINADDRANY(String nodeName,
String ip)
@LogMessage(level=WARN)
@Message(id=510,
value="@RunAs annotation is required when using @RunAsPrincipal on class %s")
void missingRunAsAnnotation(String className)
@Message(id=511,
value="Cannot build reflection index for server interceptor class %s")
RuntimeException cannotBuildIndexForServerInterceptor(String interceptorClass,
@Cause
Exception e)
@Message(id=512,
value="Server interceptor class %s does not have a no parameter constructor")
RuntimeException serverInterceptorNoEmptyConstructor(String interceptorClass,
@Cause
Exception e)
@Message(id=513,
value="Method %s in server interceptor %s annotated with %s has invalid signature")
RuntimeException serverInterceptorInvalidMethod(String methodName,
String interceptorClass,
String annotationClass,
@Cause
Exception e)
@Message(id=514,
value="Cannot load server interceptor module %s")
RuntimeException cannotLoadServerInterceptorModule(org.jboss.modules.ModuleIdentifier moduleId,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=515,
value="[Jakarta Enterprise Beans 3.2 spec, section 4.9.2] Singleton session beans are not allowed to implement \'javax.ejb.SessionBean\' interface. This interface on bean \'%s\' is going to be ignored and should be removed.")
void singletonCantImplementSessionBean(String className)
@LogMessage(level=INFO)
@Message(id=516,
value="IIOP bindings for session bean named \'%s\' in deployment unit \'%s\' are as follows: %s")
void iiopBindings(String componentName,
String moduleName,
String name)
@LogMessage(level=ERROR)
@Message(id=517,
value="[Jakarta Enterprise Beans 3.2 spec, section 4.1] Spec violation for class %s. Session Jakarta Enterprise Beans should have only one of the following types : Stateful, Stateless, Singleton.")
void typeSpecViolation(String className)
@Message(id=518,
value="Exception resolving class %s for unmarshalling; it has either been blacklisted or not whitelisted")
InvalidClassException cannotResolveFilteredClass(String clazz)
@Message(id=519,
value="Invalid unmarshalling filter specfication %s; specifications must describe class or package name matching patterns")
IllegalArgumentException invalidFilterSpec(String spec)
@Message(id=521,
value="Some classes referenced by annotation: %s in class: %s are missing.")
org.jboss.as.server.deployment.DeploymentUnitProcessingException missingClassInAnnotation(String anCls,
String resCls)
@LogMessage(level=WARN)
@Message(id=522,
value="The default pool name %s could not be resolved from its value: %s")
void defaultPoolExpressionCouldNotBeResolved(String defaultPoolName,
String defaultPoolValue)
@LogMessage(level=WARN)
@Message(id=523,
value="Timer %s has not been deployed")
void timerNotDeployed(String timer)
@Message(id=524,
value="Timer %s cannot be added")
RuntimeException timerCannotBeAdded(TimerImpl timer)
@LogMessage(level=WARN)
@Message(id=525,
value="The \'mappedName\' in Jakarta Enterprise Beans annotations is not supported. Value of \'%s\' for Jakarta Enterprise Beans \'%s\' will be ignored.")
void mappedNameNotSupported(String mappedName,
String ejb)
@Message(id=526,
value="Timer %s does not exist")
org.jboss.as.controller.OperationFailedException timerNotFound(String timerId)
@LogMessage(level=ERROR)
@Message(id=527,
value="Remoting connector (address %s, port %s) is not correctly configured for EJB client invocations, the connector must be listed in <remote/> \'connectors\' attribute to receive EJB client invocations")
void connectorNotConfiguredForEJBClientInvocations(String address,
int port)
@LogMessage(level=DEBUG)
@Message(id=528,
value="Jakarta Enterprise Beans business method %s must be public")
void ejbBusinessMethodMustBePublic(Method method)
Copyright © 2022 JBoss by Red Hat. All rights reserved.