@MessageBundle(projectCode="JBAS")
public interface EjbMessages
| Modifier and Type | Field and Description |
|---|---|
static EjbMessages |
MESSAGES
The default messages.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ejb.EJBException |
acquireSemaphoreInterrupted() |
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() |
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
|
DeploymentUnitProcessingException |
beanInterfaceAttributeRequiredForEJBAnnotationOnClass(String className) |
IllegalStateException |
beanLocalHomeInterfaceIsNull(String componentName)
Creates an exception indicating the bean local home interface was not set
|
DeploymentUnitProcessingException |
beanWithLocalAnnotationImplementsMoreThanOneInterface(Class beanClass) |
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.
|
IllegalStateException |
cacheIsNotClustered()
Creates an returns a
IllegalStateException to indicate that a cache is not clustered |
IllegalStateException |
callMethodNotAllowWhenDependencyInjectionInProgress(String method)
Creates an exception indicating method call is not allowed while dependency injection is in progress
|
IllegalArgumentException |
cannotBeApplicationExceptionBecauseNotAnExceptionType(Class klass) |
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
|
IllegalStateException |
cannotCallGetEjbLocalObjectBeforePrimaryKeyAssociation() |
IllegalStateException |
cannotCallGetEjbObjectBeforePrimaryKeyAssociation() |
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.
|
javax.ejb.RemoveException |
cannotRemoveWhileParticipatingInTransaction()
Exception that is thrown when invoking remove while an EJB is in a transaction
|
IllegalArgumentException |
cannotWriteToNullDataOutput() |
RuntimeException |
classAttachToViewNotEjbObject(Class<?> aClass)
Creates an exception indicating a class was attached to a view that is not an EJBObject or an EJBLocalObject
|
IllegalArgumentException |
classnameIsNull(String className)
Creates an exception indicating the classname was null or empty
|
RuntimeException |
classNotFoundException(ClassNotFoundException cnfe) |
ClassNotFoundException |
classNotFoundInClassTable(String classTableName,
int index) |
IllegalStateException |
clientMappingMissing(String nodeName,
String clusterName) |
DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForEntityBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForMDB(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
clusteredAnnotationNotYetImplementedForSingletonBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Deprecated.
|
DeploymentUnitProcessingException |
cmpEntityBeansAreNotSupported() |
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
|
IllegalArgumentException |
componentNotSingleton(Component component,
Class<?> componentClass)
Creates an exception indicating Component with component class isn't a singleton component
|
IllegalArgumentException |
componentTimeoutMethodNotSet(String componentName)
Creates an exception indicating timeout method was not set for the component
|
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(javax.interceptor.InvocationContext invocationContext,
String s)
Creates an exception EJB 3.1 PFD2 4.8.5.5.1 concurrent access timeout on invocation - could not obtain lock within
|
RuntimeException |
couldNotCloseChannel(IOException ioe) |
RuntimeException |
couldNotCreateCorbaObject(Exception cause,
org.jboss.ejb.client.EJBLocator locator) |
DeploymentUnitProcessingException |
couldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName,
ResourceInjectionTarget injectionTarget) |
DeploymentUnitProcessingException |
couldNotDetermineEjbRefForInjectionTarget(String ejbRefName,
ResourceInjectionTarget injectionTarget) |
DeploymentUnitProcessingException |
couldNotDetermineLocalInterfaceFromLocalHome(String localHomeClass,
String beanName) |
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 EJB with specific id
|
javax.ejb.ObjectNotFoundException |
couldNotFindEntity(Method finderMethod,
String s)
Creates an exception indicating could not Could not find entity from method
|
RuntimeException |
couldNotFindEntityBeanMethod(String method) |
DeploymentUnitProcessingException |
couldNotFindSessionBean(String beanName)
Creates an exception indicating could not find session bean with name
|
DeploymentUnitProcessingException |
couldNotFindViewMethodOnEjb(Method method,
String viewClass,
String ejb)
Thrown when an EJB 2 EJB does not implement a method on an EJB 2
|
IllegalStateException |
couldNotObtainLockForGroup(String groupId,
String groupMember) |
IllegalArgumentException |
couldNotParseScheduleExpression(String origValue)
Creates an exception indicating it could not parse schedule expression
|
IllegalStateException |
currentComponentNotAEjb(ComponentInstance component)
Creates an exception indicating the current component is not an EJB.
|
DeploymentUnitProcessingException |
defaultInterceptorsNotBindToMethod()
Creates an exception indicating Default interceptors cannot specify a method to bind to in ejb-jar.xml
|
DeploymentUnitProcessingException |
defaultInterceptorsNotSpecifyOrder()
Creates an exception indicating Default interceptors specify an absolute ordering
|
IllegalStateException |
duplicateCacheEntry(Object id)
Deprecated.
|
IllegalStateException |
duplicateSerializationGroupMember(Object id,
Object groupId)
Deprecated.
|
RuntimeException |
ejb2xViewNotApplicableForSingletonBeans() |
DeploymentUnitProcessingException |
ejbBusinessMethodMustBePublic(Method method) |
IllegalStateException |
ejbClientContextSelectorUnableToFunctionDueToMissingService(org.jboss.msc.service.ServiceName serviceName) |
String |
ejbHasNoTimerMethods() |
IllegalStateException |
ejbJarConfigNotBeenSet(ComponentCreateServiceFactory serviceFactory,
String componentName)
Creates an exception indicating EjbJarConfiguration hasn't been set
|
DeploymentUnitProcessingException |
ejbJarConfigNotFound(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) |
IllegalArgumentException |
ejbMethodIsNull()
Creates an exception indicating EJB method identifier cannot be null while setting roles on method
|
IllegalArgumentException |
ejbMethodIsNullForViewType(MethodIntf viewType)
Creates an exception indicating EJB method identifier cannot be null while setting roles on view type
|
DeploymentUnitProcessingException |
ejbMethodMustBePublic(String type,
Method method) |
IllegalArgumentException |
ejbMethodSecurityMetaDataIsNull()
Creates an exception indicating the EJB method security metadata cannot be null
|
IllegalArgumentException |
ejbModuleIdentifiersCannotBeNull() |
DeploymentUnitProcessingException |
ejbMustBePublicClass(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
ejbMustHavePublicDefaultConstructor(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
ejbMustNotBeFinalClass(String componentName,
String componentClassName) |
DeploymentUnitProcessingException |
ejbMustNotBeInnerClass(String componentName,
String componentClassName) |
String |
ejbNotFound(String typeName,
String binding) |
String |
ejbNotFound(String typeName,
String beanName,
String binding) |
IllegalArgumentException |
ejbNotFoundInDeployment(String ejbName,
String appName,
String moduleName,
String distinctName) |
RuntimeException |
ejbRemoteServiceCannotHandleClientVersion(byte version) |
IllegalStateException |
endpointUnAvailable(String componentName)
Returns a
IllegalStateException indicating that the Endpoint
is not available |
IllegalStateException |
entityBeanInstanceNotFoundInCache(EntityBeanComponentInstance instance) |
IllegalStateException |
entityCannotBeCreatedDueToMissingCreateMethod(String beanName) |
IllegalArgumentException |
executorIsNull()
Creates an exception indicating the Executor cannot be null
|
IllegalStateException |
existingSerializationGroup(Object key,
Object group)
Deprecated.
|
IllegalArgumentException |
expirationDateIsNull()
Creates an exception indicating the expiration date cannot be null while creating a timer
|
IllegalArgumentException |
expirationIsNull()
Creates an exception indicating the expiration cannot be null while creating a single action timer
|
javax.ejb.EJBException |
failedToAcquirePermit(long timeout,
TimeUnit timeUnit) |
RuntimeException |
failedToAnalyzeRemoteInterface(Exception e,
String beanName) |
DeploymentUnitProcessingException |
failedToCreateDeploymentNodeSelector(Exception e,
String deploymentNodeSelectorClassName) |
RuntimeException |
failedToCreateSessionForStatefulBean(Exception e,
String beanName) |
RuntimeException |
failedToFindMarshallerFactoryForStrategy(String marshallerStrategy) |
RuntimeException |
failedToGetCurrentTransaction(Exception e) |
DeploymentUnitProcessingException |
failedToInstallManagementResource(Exception e,
String componentName) |
RuntimeException |
failedToLoadTimeoutMethodParamClass(Exception cause,
String className) |
RuntimeException |
failedToLoadViewClass(Exception e,
String viewClassName) |
RuntimeException |
failedToLoadViewClassForComponent(Exception e,
String componentName) |
IOException |
failedToLookupORB() |
RuntimeException |
failedToMarshalEjbParameters(Exception e) |
IOException |
failedToOpenMessageOutputStream(Throwable e) |
DeploymentUnitProcessingException |
failedToParse(Exception e,
String filePath) |
IOException |
failedToReadEjbInfo(Throwable e) |
IOException |
failedToReadEJBLocator(Throwable e) |
RuntimeException |
failedToRegisterTransactionSynchronization(Exception 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.
|
DeploymentUnitProcessingException |
failToCallEjbCreateForHomeInterface(Method method,
String ejbClassName)
Creates an exception indicating Could not resolve corresponding ejbCreate or @Init method for home interface method on EJB
|
DeploymentUnitProcessingException |
failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
Creates an exception indicating more than one EJB 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 |
failToCallIsBeanManagedTransaction()
Creates an exception indicating the call isBeanManagedTransaction is not allowed without bean-managed transaction
|
IllegalStateException |
failToCallSetRollbackOnlyOnNoneCMB()
Creates an exception indicating setRollBackOnly was called on none CMB
|
IllegalStateException |
failToCallSetRollbackOnlyWithNoTx()
Creates an exception indicating setRollBackOnly was without a transaction
|
RuntimeException |
failToCallTimeOutMethod(Method method)
Creates an exception indicating it fail to call the timeout method
|
TimeoutException |
failToCompleteTaskBeforeTimeOut(long timeout,
TimeUnit unit)
Creates an exception indicating it fail to complete task before time out
|
RuntimeException |
failToCreateStatefulSessionBean(String beanName,
Throwable e)
Creates an exception indicating it could not create session for Stateful bean
|
IllegalStateException |
failToCreateTimerDoLifecycle()
Creates an exception indicating the creation of timers is not allowed during lifecycle callback of non-singleton EJBs
|
RuntimeException |
failToCreateTimerFileStoreDir(File baseDir)
Creates an exception indicating it could not create timer file store directory
|
RuntimeException |
failToDeserializeInfoInTimer(Throwable e)
Creates an exception indicating it could not deserialize info in timer
|
RuntimeException |
failToEndTransaction(Throwable e)
Creates an exception indicating could not end transaction
|
RuntimeException |
failToFindComponentMethod(String name,
String s,
Class<?> componentClass)
Creates an exception indicating method named with params not found on component class
|
DeploymentUnitProcessingException |
failToFindEjbRefByDependsOn(String annotationValue,
String componentClassName)
Creates an exception indicating it Could not find EJB referenced by @DependsOn annotation
|
RuntimeException |
failToFindMethod(String name,
String s)
Creates an exception indicating it was unable to find method
|
DeploymentUnitProcessingException |
failToFindMethodInEjbJarXml(String name,
String methodName)
Creates an exception indicating Could not find method specified referenced in ejb-jar.xml
|
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 |
failToFindResourceAdapter(String resourceAdapterName)
Creates an exception indicating cannot find any resource adapter service for resource adapter
|
IllegalStateException |
failToFindTimeoutMethod(TimeoutMethod timeoutMethodInfo)
Creates an exception indicating it could not find timeout method
|
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
|
IllegalStateException |
failToInvokeMethodInSessionBeanLifeCycle(String method)
Creates an exception indicating cannot invoke method in a session bean lifecycle method"
|
org.jboss.msc.service.StartException |
failToInvokeTimedObject(EJBComponent component)
Creates an exception indicating no timed object invoke for component
|
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:
|
DeploymentUnitProcessingException |
failToLoadAppExceptionClassInEjbJarXml(String exceptionClassName,
Throwable e)
Creates an exception indicating it could not load application exception class %s in ejb-jar.xml
|
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
|
DeploymentUnitProcessingException |
failToLoadEjbClass(String ejbClassName,
Throwable e)
Creates an exception indicating it could not load EJB class
|
RuntimeException |
failToLoadEjbViewClass(Throwable e)
Creates an exception indicating Could not load EJB view 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(NamespaceContextSelector namespaceContextSelector,
Context jndiContext,
Throwable ne)
Creates an exception indicating it failed to lookup the namespace
|
DeploymentUnitProcessingException |
failToMergeData(String componentName,
Throwable e)
Creates an exception indicating Could not merge data
|
javax.ejb.ConcurrentAccessTimeoutException |
failToObtainLock(org.jboss.invocation.InterceptorContext context,
long value,
TimeUnit timeUnit)
Creates an exception indicating could not obtain lock within the specified time
|
IllegalStateException |
failToObtainLockIllegalType(javax.ejb.LockType lockType,
Method method,
LockableComponent lockableComponent)
Creates an exception indicating Illegal lock type for component
|
IllegalStateException |
failToPersistTimer(TimerImpl timer)
Creates an exception indicating the timer is not persistent
|
javax.ejb.EJBException |
failToReacquireLockForNonReentrant(ComponentInstance privateData)
Creates an exception indicating could not re-acquire lock for non-reentrant instance
|
RuntimeException |
failToRegisterWithTxTimerCancellation(Throwable e)
Creates an exception indicating it could not register with tx for timer cancellation
|
DeploymentUnitProcessingException |
failToResolveEjbRemoveForInterface(String ejbName)
Creates an exception indicating that it could not resolve ejbRemove method for interface method on EJB
|
DeploymentUnitProcessingException |
failToResolveMethodForHomeInterface(String ejbMethodName,
Method method,
String ejbName)
Creates an exception indicating that it could not resolve corresponding method for home interface method on EJB
|
IllegalStateException |
failToStartTimerService()
Creates an exception indicating TimerService is not started
|
RuntimeException |
failToStartTransaction(Throwable t)
Creates an exception indicating it could not start transaction
|
IllegalStateException |
failToUnregisterTimerService(String timedObjectId)
Creates an exception indicating cannot unregister timer service because it's not registered"
|
javax.ejb.IllegalLoopbackException |
failToUpgradeToWriteLock()
Creates an exception indicating EJB 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 EJB 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attribute
|
IllegalStateException |
gettingParametersNotAllowLifeCycleCallbacks()
Creates an exception indicating getting parameters is not allowed on lifecycle callbacks
|
IllegalStateException |
groupCreationContextAlreadyExists()
Deprecated.
|
IllegalArgumentException |
groupMembershipNotifierAlreadyRegistered(String groupName) |
IllegalArgumentException |
groupMembershipNotifierNotRegistered(String groupName) |
IllegalArgumentException |
idIsNull()
Creates an exception indicating the Id cannot be null
|
javax.ejb.RemoveException |
illegalCallToEjbHomeRemove() |
IllegalStateException |
incompatibleCaches() |
IllegalStateException |
incompatibleSerializationGroup(Object object,
Object group)
Deprecated.
|
OperationFailedException |
inconsistentAttributeNotSupported(String attributeName,
String mustMatch) |
IllegalArgumentException |
incorrectEJBLocatorForBean(org.jboss.ejb.client.EJBLocator locator,
String beanName) |
IllegalArgumentException |
initialExpirationDateIsNull()
Creates an exception indicating the initial expiration date cannot be null while creating a timer
|
IllegalArgumentException |
initialExpirationIsNull()
Creates an exception indicating initial expiration is null
|
IllegalArgumentException |
initialExpirationIsNullCreatingTimer()
Creates an exception indicating the initialExpiration cannot be null while creating a timer
|
IllegalStateException |
instanceAlreadyRegisteredForPK(Object primaryKey) |
javax.ejb.NoSuchEntityException |
instanceWasRemoved(String componentName,
Object primaryKey)
Creates an exception indicating an instance has been removed
|
IllegalArgumentException |
invalidComponentConfiguration(String componentName)
Creates an exception indicating component configuration is not an EJB component"
|
IllegalArgumentException |
invalidComponentIsNotEjbComponent(String componentName)
Creates an exception indicating specified components is not an EJB component"
|
String |
invalidComponentState(PathAddress operationAddress,
org.jboss.msc.service.ServiceController.State controllerState,
org.jboss.msc.service.ServiceController.State up)
Creates an exception indicating EJB component for specified address is in invalid state
|
IllegalStateException |
invalidComponentType(String simpleName)
Creates an exception indicating EJB component type does not support pools
|
IllegalArgumentException |
invalidDurationActionTimer()
Creates an exception indicating duration cannot be negative while creating single action timer
|
IllegalArgumentException |
invalidDurationTimer()
Creates an exception indicating Duration cannot negative while creating the timer
|
IllegalArgumentException |
invalidEjbComponent(String componentName,
Class<?> componentClass)
Creates an exception indicating the component named with component class is not an EJB component
|
DeploymentUnitProcessingException |
invalidEjbEntityTimeout(String versionId,
Class<?> componentClass)
Creates an exception indicating the EJB 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 EJB 2.x local interface
|
IllegalArgumentException |
invalidExpirationActionTimer()
Creates an exception indicating the expiration.getTime() cannot be negative while creating a single action timer
|
IllegalArgumentException |
invalidExpirationTimer()
Creates an exception indicating the expiration.getTime() cannot be negative while creating a timer
|
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 |
invalidIncrementValue(String value)
Creates an exception indicating Invalid increment value
|
IllegalArgumentException |
invalidInitialDurationTimer()
Creates an exception indicating the initial duration cannot be negative while creating timer
|
IllegalArgumentException |
invalidInitialExpiration(String type)
Creates an exception indicating the value cannot be negative while creating a timer
|
IllegalArgumentException |
invalidIntervalDuration()
Creates an exception indicating the interval duration is negative
|
IllegalArgumentException |
invalidIntervalDurationTimer()
Creates an exception indicating the interval duration cannot be negative while creating timer
|
IllegalArgumentException |
invalidIntervalTimer()
Creates an exception indicating the interval cannot be negative while creating timer
|
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 |
invalidSecurityAnnotation(Method componentMethod,
String viewClassName,
String s,
String s1)
Creates an exception indicating Method for view shouldn't be
marked for both @PermitAll and @DenyAll at the same time
|
IllegalStateException |
invalidSecurityForDomainSet(String componentName)
Creates an exception indicating EJB is 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 |
invalidValueDayOfMonth(Integer value)
Creates an exception indicating invalid value for day-of-month
|
String |
invalidValueForElement(String value,
String element,
Location location)
Creates an exception indicating an invalid value for the specified element
|
IllegalArgumentException |
invalidValueForSecondInScheduleExpression(String value) |
IllegalArgumentException |
invalidValuesRange(Integer value,
int min,
int max)
Creates an exception indicating invalid value range
|
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.NoSuchEJBException |
invocationNotAssociated()
Creates an exception indicating invocation was not associated with an instance, primary key was null, instance may have been removed
|
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
|
IllegalArgumentException |
jndiNameCannotBeNull()
Creates an exception indicating the call lookup was call with an empty jndi name
|
IllegalStateException |
lifecycleMethodNotAllowed(String methodName)
Creates an exception indicating the method invocation is not allowed in lifecycle methods.
|
IllegalStateException |
lifecycleMethodNotAllowedFromStatelessSessionBean(String methodName) |
DeploymentUnitProcessingException |
localHomeNotAllow(EJBComponentDescription description)
Creates an exception indicating Local Home not allowed
|
RuntimeException |
lockAcquisitionInterrupted(Throwable cause,
Object id)
Deprecated.
|
DeploymentUnitProcessingException |
mdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass) |
javax.resource.spi.UnavailableException |
messageEndpointAlreadyReleased(javax.resource.spi.endpoint.MessageEndpoint messageEndpoint) |
IllegalArgumentException |
messageInputStreamCannotBeNull() |
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.
|
IllegalStateException |
missingSerializationGroupMember(Object id,
Object groupId)
Deprecated.
|
IllegalStateException |
moduleNotAttachedToDeploymentUnit(DeploymentUnit deploymentUnit) |
String |
moreThanOneEjbFound(String typeName,
String binding,
Set<EJBViewDescription> componentViews) |
String |
moreThanOneEjbFound(String typeName,
String beanName,
String binding,
Set<EJBViewDescription> componentViews) |
DeploymentUnitProcessingException |
moreThanOneMethodWithSameNameOnComponent(String methodName,
Class componentClass) |
RuntimeException |
moreThanOneTimerFoundWithId(String id) |
RuntimeException |
multipleAnnotationsOnBean(String annotationType,
String ejbClassName)
Creates an exception indicating only one annotation method is allowed on bean
|
DeploymentUnitProcessingException |
multipleCreateMethod(Class localHomeClass)
Creates an exception indicating it could not determine type of corresponding implied EJB 2.x local interface (see EJB 3.1 21.4.5)
due to multiple create* methods with different return types on home
|
DeploymentUnitProcessingException |
multipleMethodReferencedInEjbJarXml(String methodName,
String name)
Creates an exception indicating More than one method found on class referenced in ejb-jar.xml.
|
IllegalStateException |
multipleResourceAdapterRegistered(String resourceAdapterName)
Creates an exception indicating multiple resource adapter was registered
|
DeploymentUnitProcessingException |
nameAttributeRequiredForEJBAnnotationOnClass(String className) |
IllegalStateException |
noAsynchronousInvocationInProgress()
Creates an exception indicating No asynchronous invocation in progress
|
String |
noComponentAvailableForAddress(PathAddress operationAddress)
Creates an exception indicating No EJB component is available for address
|
String |
noComponentRegisteredForAddress(PathAddress operationAddress)
Creates an exception indicating no EJB component registered for address
|
IllegalStateException |
noCurrentContextAvailable()
Creates an exception indicating No current invocation context available
|
IllegalStateException |
noEjbContextAvailable()
The user attempts to look up the ejb context in a war when no ejb context is active
|
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
|
RuntimeException |
noSubordinateTransactionPresentForXid(Xid xid) |
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) |
IllegalStateException |
notAllowedInLifecycleCallbacks(String name)
Creates an exception indicating method is not allowed in lifecycle callbacks (EJB 3.1 FR 4.6.1, 4.7.2, 4.8.6, 5.5.1)
|
IllegalArgumentException |
notAnEJBComponent(Component component) |
IllegalArgumentException |
notAnEntityBean(Component component) |
IOException |
notAnObjectImpl(Class type) |
IllegalStateException |
noTransactionInProgress()
Creates an exception indicating the transaction cannot be ended since no transaction is in progress
|
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 |
poolConfigIsNull()
Creates an exception indicating poolConfig cannot be null
|
IllegalArgumentException |
poolNameCannotBeEmptyString(String ejbName)
Creates and returns an exception indicating that the pool name configured for a bean cannot be an empty string
|
javax.ejb.NoSuchEJBException |
primaryKeyIsNull()
Creates an exception indicating an invocation was not associated with an instance, primary key was null, instance may have been removed
|
IllegalStateException |
reentrantSingletonCreation(String componentName,
String componentClassName) |
String |
rejectTransformationDefinedDefaultMissingMethodPermissionsDenyAccess() |
String |
rejectTransformationDefinedDefaultSecurityDomain() |
IllegalArgumentException |
relativeDayOfMonthIsNull()
Creates an exception indicating relative day-of-month cannot be null or empty
|
IllegalArgumentException |
relativeValueIsNull()
Creates an exception indicating value is null, cannot determine if it's relative
|
IllegalArgumentException |
removeMethodIsNull()
Creates an exception indicating @Remove method cannot be null
|
IllegalStateException |
resourceAdapterNotSpecified(MessageDrivenComponent messageDrivenComponent)
Creates an exception indicating No resource-adapter has been specified
|
IllegalStateException |
resourceAdapterRepositoryUnAvailable()
Returns a
IllegalStateException indicating that ResourceAdapterRepository
was unavailable |
UnsupportedOperationException |
resourceBundleDescriptionsNotSupported(String name)
Creates an exception indicating resourceBundle based descriptions are not supported
|
IllegalArgumentException |
rmiRemoteExceptionCannotBeApplicationException(Class klass) |
DeploymentUnitProcessingException |
roleNamesIsNull(String ejbName)
Creates an exception indicating
|
IllegalArgumentException |
rolesIsNull(EJBMethodIdentifier ejbMethodIdentifier)
Creates an exception indicating roles cannot be null while setting roles on method
|
IllegalArgumentException |
rolesIsNullOnViewType(MethodIntf viewType)
Creates an exception indicating roles cannot be null while setting roles on view type
|
IllegalArgumentException |
rolesIsNullOnViewTypeAndMethod(MethodIntf viewType,
EJBMethodIdentifier ejbMethodIdentifier)
Creates an exception indicating roles cannot be null while setting roles on view type and method"
|
UnsupportedOperationException |
runtimeAttributeNotMarshallable(String name)
Creates an exception indicating a runtime attribute is not marshallable
|
IllegalArgumentException |
scheduleIsNull()
Creates an exception indicating the schedule is null
|
UnsupportedOperationException |
securityNotEnabled()
Creates an exception indicating security is not enabled
|
IllegalArgumentException |
SecurityRolesIsNull()
Creates an exception indicating the security roles is null
|
IllegalStateException |
serviceNotFound(org.jboss.msc.service.ServiceName serviceName) |
IllegalArgumentException |
sessionIdIsNull()
Creates an exception indicating session id cannot be null
|
DeploymentUnitProcessingException |
sessionTypeNotSpecified(String bean)
Exception thrown if the session-type of a session bean is not specified
|
IllegalStateException |
setParameterNotAllowOnLifeCycleCallbacks()
Creates an exception indicating Setting parameters is not allowed on lifecycle callbacks
|
IllegalArgumentException |
setRolesForClassIsNull(String className)
Creates an exception indicating it can't set null roles for the class
|
IllegalStateException |
setRollbackOnlyNotAllowedForSupportsTxAttr() |
IllegalStateException |
shouldBeOverridden()
Creates an exception indicating the method should be overridden
|
IllegalArgumentException |
singletonComponentIsNull()
Creates an exception indicating a SingletonComponent cannot be null
|
IllegalArgumentException |
statefulComponentIsNull()
Creates an exception indicating stateful component cannot be null
|
IllegalStateException |
statefulSessionIdIsNull(String componentName)
Creates an exception indicating session id hasn't been set for stateful component
|
IllegalArgumentException |
stringParamCannotBeNullOrEmpty(String paramName)
Creates and returns an exception indicating that the param named
paramName cannot be null
or empty string. |
CancellationException |
taskWasCancelled()
Creates an exception indicating the task was cancelled
|
IllegalStateException |
tcclNotAvailable() |
IllegalStateException |
timedObjectIdIsNullForUnregisteringTimerService()
Creates an exception indicating the null timedObjectId cannot be used for unregistering timerservice
|
IllegalArgumentException |
timedObjectNull()
Creates an exception indicating Timed objectid cannot be null
|
RuntimeException |
timerFileStoreDirNotExist(File baseDir)
Creates an exception indicating timer file store directory does not exist"
|
javax.ejb.NoSuchObjectLocalException |
timerHandleIsNotActive(javax.ejb.TimerHandle timerHandle)
Creates an exception indicating the timer for handle is not active"
|
javax.ejb.NoSuchObjectLocalException |
timerHasExpired()
Creates an exception indicating the Timer has expired
|
IllegalStateException |
timerInvocationFailedDueToInvokerNotBeingStarted() |
TimerTransactionRolledBackException |
timerInvocationRolledBack() |
IllegalStateException |
timerIsActive(String timerId)
Creates an exception indicating that timer is active.
|
IllegalStateException |
timerIsNull()
Creates an exception indicating timer cannot be null
|
javax.ejb.NoSuchObjectLocalException |
timerNotFound(String timerId) |
IllegalStateException |
timerServiceAlreadyRegistered(String timedObjectId)
Creates an exception indicating the timer service is already registered
|
String |
timerServiceIsNotActive() |
IllegalArgumentException |
timerServiceIsNull()
Creates an exception indicating the timer service cannot be null
|
String |
timerServiceMethodNotAllowedForSFSB(String ejbComponent) |
IllegalArgumentException |
timerServiceNotRegistered()
Creates an exception indicating null timerservice cannot be registered"
|
IllegalStateException |
timerServiceNotSupportedForSFSB(String componentName)
Creates an exception indicating the timerService is not supported for Stateful session bean
|
javax.ejb.EJBException |
timerServiceWithIdNotRegistered(String timedObjectId)
Creates an exception indicating the timerservice with timedObjectId is not registered
|
javax.ejb.NoSuchObjectLocalException |
timerWasCanceled()
Creates an exception indicating the timer was canceled
|
RollbackException |
transactionAlreadyRolledBack(Transaction tx) |
javax.ejb.EJBException |
transactionInUnexpectedState(Transaction tx,
String txStatus) |
IllegalArgumentException |
transactionManagerIsNull()
Creates an exception indicating the transaction manager cannot be null
|
String |
transactionNotComplete(String componentName) |
RemoteException |
transactionPropagationNotSupported() |
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) |
IllegalStateException |
unauthorizedAccessToUserTransaction() |
IllegalStateException |
unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
Creates an exception indicating unexpected component
|
javax.ejb.EJBException |
unexpectedError() |
IllegalStateException |
unknownAttribute(String attributeName)
Creates an exception indicating unknown attribute
|
IllegalArgumentException |
unknownChannelCreationOptionType(String optionType) |
IllegalArgumentException |
unknownComponentDescriptionType(Class<?> aClass)
Creates an exception indicating an unknown EJB Component description type
|
IllegalStateException |
unknownComponentType(EJBComponentType ejbComponentType)
Creates an exception indicating Unknown EJBComponent type
|
IllegalArgumentException |
unknownDeployment(String appName,
String moduleName,
String distinctName) |
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) |
IllegalArgumentException |
unknownTransactionRequestType(String txRequestType) |
IllegalStateException |
unknownTxAttributeOnInvocation(javax.ejb.TransactionAttributeType txAttr,
org.jboss.invocation.InterceptorContext invocation) |
UnsupportedCallbackException |
unsupportedCallback(Callback current) |
IllegalArgumentException |
unsupportedMarshallingVersion(int version) |
String |
untransformableTimerService(PathAddress address) |
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) |
IllegalArgumentException |
wrongNumberOfArguments(int length,
int length1,
Method method)
Creates an exception indicating Got wrong number of arguments
|
IllegalArgumentException |
wrongParameterType(int i,
Class<?> expectedType,
Class<?> actualType,
Method method)
Creates an exception indicating parameter has the wrong type
|
DeploymentUnitProcessingException |
wrongReturnTypeForAsyncMethod(Method method)
Creates an exception indicating Async method does not return void or Future
|
IllegalStateException |
wrongTxOnThread(Transaction expected,
Transaction actual) |
static final EjbMessages MESSAGES
@Message(id=14144,
value="Resource adapter repository is not available")
IllegalStateException resourceAdapterRepositoryUnAvailable()
IllegalStateException indicating that ResourceAdapterRepository
was unavailable@Message(id=14145,
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=14146,
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=14147,
value="Could not deactive 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=14148,
value="")
UnsupportedCallbackException unsupportedCallback(@Param
Callback current)
@Message(id=14149,
value="Could not create an instance of cluster node selector %s for cluster %s")
RuntimeException failureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName,
String clusterName,
@Cause
Exception e)
@Message(id=14151,
value="Could not find view %s for EJB %s")
IllegalStateException viewNotFound(String viewClass,
String ejbName)
@Message(id=14152,
value="Cannot perform asynchronous local invocation for component that is not a session bean")
RuntimeException asyncInvocationOnlyApplicableForSessionBeans()
@Message(id=14153,
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=14154,
value="Failed to marshal EJB parameters")
RuntimeException failedToMarshalEjbParameters(@Cause
Exception e)
@Message(id=14155,
value="Unknown deployment - app name: %s module name: %s distinct name: %s")
IllegalArgumentException unknownDeployment(String appName,
String moduleName,
String distinctName)
@Message(id=14156,
value="Could not find EJB %s in deployment [app: %s module: %s distinct-name: %s]")
IllegalArgumentException ejbNotFoundInDeployment(String ejbName,
String appName,
String moduleName,
String distinctName)
@Message(id=14157,
value="%s annotation is only valid on method targets")
IllegalArgumentException annotationApplicableOnlyForMethods(String annotationName)
@Message(id=14158,
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=14159,
value="Method %s, on class %s, annotated with @javax.interceptor.AroundTimeout must return Object type")
IllegalArgumentException aroundTimeoutMethodMustReturnObjectType(String methodName,
String className)
@Message(id=14160,
value="Wrong tx on thread: expected %s, actual %s")
IllegalStateException wrongTxOnThread(Transaction expected,
Transaction actual)
@Message(id=14161,
value="Unknown transaction attribute %s on invocation %s")
IllegalStateException unknownTxAttributeOnInvocation(javax.ejb.TransactionAttributeType txAttr,
org.jboss.invocation.InterceptorContext invocation)
@Message(id=14162,
value="Transaction is required for invocation %s")
javax.ejb.EJBTransactionRequiredException txRequiredForInvocation(org.jboss.invocation.InterceptorContext invocation)
@Message(id=14163,
value="Transaction present on server in Never call (EJB3 13.6.2.6)")
javax.ejb.EJBException txPresentForNeverTxAttribute()
@Message(id=14165,
value="View interface cannot be null")
IllegalArgumentException viewInterfaceCannotBeNull()
@Message(id=14166,
value="Cannot call getEjbObject before the object is associated with a primary key")
IllegalStateException cannotCallGetEjbObjectBeforePrimaryKeyAssociation()
@Message(id=14167,
value="Cannot call getEjbLocalObject before the object is associated with a primary key")
IllegalStateException cannotCallGetEjbLocalObjectBeforePrimaryKeyAssociation()
@Message(id=14168,
value="Could not load view class for component %s")
RuntimeException failedToLoadViewClassForComponent(@Cause
Exception e,
String componentName)
@Message(id=14169,
value="Entities can not be created for %s bean since no create method is available.")
IllegalStateException entityCannotBeCreatedDueToMissingCreateMethod(String beanName)
@Message(id=14170,
value="%s is not an entity bean component")
IllegalArgumentException notAnEntityBean(Component component)
@Message(id=14171,
value="Instance for PK [%s] already registered")
IllegalStateException instanceAlreadyRegisteredForPK(Object primaryKey)
@Message(id=14172,
value="Instance [%s] not found in cache")
IllegalStateException entityBeanInstanceNotFoundInCache(EntityBeanComponentInstance instance)
@Message(id=14173,
value="Illegal call to EJBHome.remove(Object) on a session bean")
javax.ejb.RemoveException illegalCallToEjbHomeRemove()
@Message(id=14174,
value="EJB 3.1 FR 13.6.2.8 setRollbackOnly is not allowed with SUPPORTS transaction attribute")
IllegalStateException setRollbackOnlyNotAllowedForSupportsTxAttr()
@Message(id=14175,
value="Cannot call getPrimaryKey on a session bean")
javax.ejb.EJBException cannotCallGetPKOnSessionBean()
@Message(id=14176,
value="Singleton beans cannot have EJB 2.x views")
RuntimeException ejb2xViewNotApplicableForSingletonBeans()
@Message(id=14177,
value="ClassTable %s cannot find a class for class index %d")
ClassNotFoundException classNotFoundInClassTable(String classTableName,
int index)
@Message(id=14178,
value="Bean %s does not have an EJBLocalObject")
IllegalStateException ejbLocalObjectUnavailable(String beanName)
@Message(id=14179,
value="[EJB 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=14180,
value="[EJB 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=14181,
value="%s annotation is allowed only on classes. %s is not a class")
RuntimeException annotationOnlyAllowedOnClass(String annotationName,
org.jboss.jandex.AnnotationTarget incorrectTarget)
@Message(id=14182,
value="Bean %s specifies @Remote annotation, but does not implement 1 interface")
DeploymentUnitProcessingException beanWithRemoteAnnotationImplementsMoreThanOneInterface(Class beanClass)
@Message(id=14183,
value="Bean %s specifies @Local annotation, but does not implement 1 interface")
DeploymentUnitProcessingException beanWithLocalAnnotationImplementsMoreThanOneInterface(Class beanClass)
@Message(id=14184,
value="Could not analyze remote interface for %s")
RuntimeException failedToAnalyzeRemoteInterface(@Cause
Exception e,
String beanName)
@Message(id=14185,
value="Exception while parsing %s")
DeploymentUnitProcessingException failedToParse(@Cause
Exception e,
String filePath)
@Message(id=14186,
value="Failed to install management resources for %s")
DeploymentUnitProcessingException failedToInstallManagementResource(@Cause
Exception e,
String componentName)
@Message(id=14187,
value="Could not load view %s")
RuntimeException failedToLoadViewClass(@Cause
Exception e,
String viewClassName)
@Message(id=14188,
value="Could not determine type of ejb-ref %s for injection target %s")
DeploymentUnitProcessingException couldNotDetermineEjbRefForInjectionTarget(String ejbRefName,
ResourceInjectionTarget injectionTarget)
@Message(id=14189,
value="Could not determine type of ejb-local-ref %s for injection target %s")
DeploymentUnitProcessingException couldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName,
ResourceInjectionTarget injectionTarget)
@Message(id=14190,
value="@EJB injection target %s is invalid. Only setter methods are allowed")
IllegalArgumentException onlySetterMethodsAllowedToHaveEJBAnnotation(org.jboss.jandex.MethodInfo methodInfo)
@Message(id=14191,
value="@EJB attribute \'name\' is required for class level annotations. Class: %s")
DeploymentUnitProcessingException nameAttributeRequiredForEJBAnnotationOnClass(String className)
@Message(id=14192,
value="@EJB attribute \'beanInterface\' is required for class level annotations. Class: %s")
DeploymentUnitProcessingException beanInterfaceAttributeRequiredForEJBAnnotationOnClass(String className)
@Message(id=14193,
value="Module hasn\'t been attached to deployment unit %s")
IllegalStateException moduleNotAttachedToDeploymentUnit(DeploymentUnit deploymentUnit)
@Message(id=14194,
value="EJB 3.1 FR 5.4.2 MessageDrivenBean %s does not implement 1 interface nor specifies message listener interface")
DeploymentUnitProcessingException mdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass)
@Message(id=14195,
value="Unknown session bean type %s")
IllegalArgumentException unknownSessionBeanType(String sessionType)
@Message(id=14196,
value="More than one method found with name %s on %s")
DeploymentUnitProcessingException moreThanOneMethodWithSameNameOnComponent(String methodName,
Class componentClass)
@Message(id=14197,
value="Unknown EJB locator type %s")
RuntimeException unknownEJBLocatorType(org.jboss.ejb.client.EJBLocator locator)
@Message(id=14198,
value="Could not create CORBA object for %s")
RuntimeException couldNotCreateCorbaObject(@Cause
Exception cause,
org.jboss.ejb.client.EJBLocator locator)
@Message(id=14199,
value="Provided locator %s was not for EJB %s")
IllegalArgumentException incorrectEJBLocatorForBean(org.jboss.ejb.client.EJBLocator locator,
String beanName)
@Message(id=14200,
value="Failed to lookup java:comp/ORB")
IOException failedToLookupORB()
@Message(id=14201,
value="%s is not an ObjectImpl")
IOException notAnObjectImpl(Class type)
@Message(id=14202,
value="Message endpoint %s has already been released")
javax.resource.spi.UnavailableException messageEndpointAlreadyReleased(javax.resource.spi.endpoint.MessageEndpoint messageEndpoint)
@Message(id=14203,
value="Cannot handle client version %s")
RuntimeException ejbRemoteServiceCannotHandleClientVersion(byte version)
@Message(id=14204,
value="Could not find marshaller factory for marshaller strategy %s")
RuntimeException failedToFindMarshallerFactoryForStrategy(String marshallerStrategy)
@Message(id=14205,
value="%s is not an EJB component")
IllegalArgumentException notAnEJBComponent(Component component)
@Message(id=14206,
value="Could not load method param class %s of timeout method")
RuntimeException failedToLoadTimeoutMethodParamClass(@Cause
Exception cause,
String className)
@Message(id=14207,
value="Timer invocation failed, invoker is not started")
IllegalStateException timerInvocationFailedDueToInvokerNotBeingStarted()
@Message(id=14208,
value="Could not load timer with id %s")
javax.ejb.NoSuchObjectLocalException timerNotFound(String timerId)
@Message(id=14209,
value="Invalid value for second: %s")
IllegalArgumentException invalidValueForSecondInScheduleExpression(String value)
@Message(id=14210,
value="Timer invocation failed, transaction rolled back")
TimerTransactionRolledBackException timerInvocationRolledBack()
@Message(id=14225,
value="Could not create an instance of deployment node selector %s")
DeploymentUnitProcessingException failedToCreateDeploymentNodeSelector(@Cause
Exception e,
String deploymentNodeSelectorClassName)
@Message(id=14226,
value="Could not lookup service %s")
IllegalStateException serviceNotFound(org.jboss.msc.service.ServiceName serviceName)
@Message(id=14227,
value="EJB %s of type %s must have public default constructor")
DeploymentUnitProcessingException ejbMustHavePublicDefaultConstructor(String componentName,
String componentClassName)
@Message(id=14228,
value="EJB %s of type %s must not be inner class")
DeploymentUnitProcessingException ejbMustNotBeInnerClass(String componentName,
String componentClassName)
@Message(id=14229,
value="EJB %s of type %s must be declared public")
DeploymentUnitProcessingException ejbMustBePublicClass(String componentName,
String componentClassName)
@Message(id=14230,
value="EJB %s of type %s must not be declared final")
DeploymentUnitProcessingException ejbMustNotBeFinalClass(String componentName,
String componentClassName)
@Message(id=14231,
value="EJB client context selector failed due to unavailability of %s service")
IllegalStateException ejbClientContextSelectorUnableToFunctionDueToMissingService(org.jboss.msc.service.ServiceName serviceName)
@Message(id=14232,
value="@PostConstruct method of EJB singleton %s of type %s has been recursively invoked")
IllegalStateException reentrantSingletonCreation(String componentName,
String componentClassName)
@Message(id=14233,
value="Failed to read EJB info")
IOException failedToReadEjbInfo(@Cause
Throwable e)
@Message(id=14234,
value="Failed to read EJB Locator")
IOException failedToReadEJBLocator(@Cause
Throwable e)
@Message(id=14235,
value="default-security-domain was defined")
String rejectTransformationDefinedDefaultSecurityDomain()
@Message(id=14236,
value="default-missing-method-permissions-deny-access was set to true")
String rejectTransformationDefinedDefaultMissingMethodPermissionsDenyAccess()
@Message(id=14237,
value="Only session and message-driven beans with bean-managed transaction demarcation are allowed to access UserTransaction")
IllegalStateException unauthorizedAccessToUserTransaction()
@Message(id=14238,
value="More than one timer found in database with id %s")
RuntimeException moreThanOneTimerFoundWithId(String id)
@Message(id=14239,
value="The timer service has been disabled. Please add a <timer-service> entry into the ejb section of the server configuration to enable it.")
String timerServiceIsNotActive()
@Message(id=14240,
value="This EJB does not have any timeout methods")
String ejbHasNoTimerMethods()
@Message(id=14300,
value="Could not find EJB with id %s")
javax.ejb.NoSuchEJBException couldNotFindEjb(String sessionId)
sessionId - Session idNoSuchEJBException for the error.@Message(id=14301,
value="Component not set in InterceptorContext: %s")
IllegalStateException componentNotSetInInterceptor(org.jboss.invocation.InterceptorContext context)
context - the context.IllegalStateException for the error.@Message(id=14302,
value="Method name cannot be null")
IllegalArgumentException methodNameIsNull()
IllegalArgumentException for the error.@Message(id=14303,
value="Bean %s does not have a Home interface")
IllegalStateException beanHomeInterfaceIsNull(String componentName)
IllegalStateException for the error.@Message(id=14304,
value="Bean %s does not have a Local Home interface")
IllegalStateException beanLocalHomeInterfaceIsNull(String componentName)
IllegalStateException for the error.@Message(id=14305,
value="EJB 3.1 FR 13.6.1 Only beans with container-managed transaction demarcation can use getRollbackOnly.")
IllegalStateException failToCallgetRollbackOnly()
IllegalStateException for the error.@Message(id=14306,
value="getRollbackOnly() not allowed without a transaction.")
IllegalStateException failToCallgetRollbackOnlyOnNoneTransaction()
IllegalStateException for the error.@Message(id=14307,
value="getRollbackOnly() not allowed after transaction is completed (EJBTHREE-1445)")
IllegalStateException failToCallgetRollbackOnlyAfterTxcompleted()
IllegalStateException for the error.@Message(id=14308,
value="EJB 3.1 FR 4.3.3 & 5.4.5 Only beans with bean-managed transaction demarcation can use this method.")
IllegalStateException failToCallIsBeanManagedTransaction()
IllegalStateException for the error.@Message(id=14309,
value="jndi name cannot be null during lookup")
IllegalArgumentException jndiNameCannotBeNull()
IllegalStateException for the error.@Message(id=14310,
value="No NamespaceContextSelector available, cannot lookup %s")
IllegalArgumentException noNamespaceContextSelectorAvailable(String name)
name - the jndi nameIllegalStateException for the error.@Message(id=14311,
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=14312,
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=14313,
value="Could not lookup jndi name: %s in context: %s")
IllegalArgumentException failToLookupStrippedJNDI(NamespaceContextSelector namespaceContextSelector,
Context jndiContext,
@Cause
Throwable ne)
namespaceContextSelector - jndiContext - the jndi context it was looked up onne - cause of the exceptionIllegalArgumentException for the error.@Message(id=14314,
value="EJB 3.1 FR 13.6.1 Only beans with container-managed transaction demarcation can use setRollbackOnly.")
IllegalStateException failToCallSetRollbackOnlyOnNoneCMB()
IllegalStateException for the error.@Message(id=14315,
value="setRollbackOnly() not allowed without a transaction.")
IllegalStateException failToCallSetRollbackOnlyWithNoTx()
IllegalStateException for the error.@Message(id=14316,
value="EjbJarConfiguration cannot be null")
IllegalArgumentException EjbJarConfigurationIsNull()
IllegalArgumentException for the error.@Message(id=14317,
value="Cannot set security roles to null")
IllegalArgumentException SecurityRolesIsNull()
IllegalArgumentException for the error.@Message(id=14318,
value="Classname cannot be null or empty: %s")
IllegalArgumentException classnameIsNull(String className)
IllegalArgumentException for the error.@Message(id=14319,
value="Cannot set null roles for class %s")
IllegalArgumentException setRolesForClassIsNull(String className)
IllegalArgumentException for the error.@Message(id=14320,
value="EJB method identifier cannot be null while setting roles on method")
IllegalArgumentException ejbMethodIsNull()
IllegalArgumentException for the error.@Message(id=14321,
value="Roles cannot be null while setting roles on method: %s")
IllegalArgumentException rolesIsNull(EJBMethodIdentifier ejbMethodIdentifier)
IllegalArgumentException for the error.@Message(id=14322,
value="EJB method identifier cannot be null while setting roles on view type: %s")
IllegalArgumentException ejbMethodIsNullForViewType(MethodIntf viewType)
IllegalArgumentException for the error.@Message(id=14323,
value="Roles cannot be null while setting roles on view type: %s")
IllegalArgumentException rolesIsNullOnViewType(MethodIntf viewType)
viewType - IllegalArgumentException for the error.@Message(id=14324,
value="Roles cannot be null while setting roles on view type: %s and method: %s")
IllegalArgumentException rolesIsNullOnViewTypeAndMethod(MethodIntf viewType,
EJBMethodIdentifier ejbMethodIdentifier)
viewType - IllegalArgumentException for the error.@Message(id=14325,
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=14326,
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=14327,
value="EjbJarConfiguration not found as an attachment in deployment unit: %s")
DeploymentUnitProcessingException ejbJarConfigNotFound(DeploymentUnit deploymentUnit)
deploymentUnit - DeploymentUnitProcessingException for the error.@Message(id=14328,
value="ComponentViewInstance not available in interceptor context: %s")
IllegalStateException componentViewNotAvailableInContext(org.jboss.invocation.InterceptorContext context)
context - IllegalStateException for the error.@Message(id=14329,
value="Unknown timeout method %s")
RuntimeException failToCallTimeOutMethod(Method method)
method - RuntimeException for the error.@Message(id=14330,
value="Component %s does not have a timeout method")
IllegalArgumentException componentTimeoutMethodNotSet(String componentName)
componentName - IllegalArgumentException for the error.@Message(id=14331,
value="No resource adapter registered with resource adapter name %s")
IllegalStateException unknownResourceAdapter(String resourceAdapterName)
resourceAdapterName - IllegalStateException for the error.@Message(id=14332,
value="found more than one RA registered as %s")
IllegalStateException multipleResourceAdapterRegistered(String resourceAdapterName)
resourceAdapterName - IllegalStateException for the error.@Message(id=14333,
value="Security is not enabled")
UnsupportedOperationException securityNotEnabled()
UnsupportedOperationException for the error.@Message(id=14334,
value="Task did not complete in %s %S")
TimeoutException failToCompleteTaskBeforeTimeOut(long timeout,
TimeUnit unit)
TimeoutException for the error.@Message(id=14335,
value="Task was cancelled")
CancellationException taskWasCancelled()
TimeoutException for the error.@Message(id=14336,
value="Could not resolve ejbRemove method for interface method on EJB %s")
DeploymentUnitProcessingException failToResolveEjbRemoveForInterface(String ejbName)
DeploymentUnitProcessingException for the error.@Message(id=14337,
value="Could not resolve corresponding %s for home interface method %s on EJB %s")
DeploymentUnitProcessingException failToResolveMethodForHomeInterface(String ejbMethodName,
Method method,
String ejbName)
DeploymentUnitProcessingException for the error.@Message(id=14338,
value="Not implemented yet")
IllegalStateException methodNotImplemented()
IllegalStateException for the error.@Message(id=14339,
value="%s was attached to a view that is not an EJBObject or an EJBLocalObject")
RuntimeException classAttachToViewNotEjbObject(Class<?> aClass)
aClass - the attached classRuntimeException for the error.@Message(id=14340,
value="Invocation was not associated with an instance, primary key was null, instance may have been removed")
javax.ejb.NoSuchEJBException invocationNotAssociated()
NoSuchEJBException for the error.@Message(id=14341,
value="Could not re-acquire lock for non-reentrant instance %s")
javax.ejb.EJBException failToReacquireLockForNonReentrant(ComponentInstance privateData)
EJBException for the error.@Message(id=14342,
value="Could not find entity from %s with params %s")
javax.ejb.ObjectNotFoundException couldNotFindEntity(Method finderMethod,
String s)
ObjectNotFoundException for the error.@Message(id=14343,
value="Invocation was not associated with an instance, primary key was null, instance may have been removed")
javax.ejb.NoSuchEJBException primaryKeyIsNull()
NoSuchEJBException for the error.@Message(id=14344,
value="Instance of %s with primary key %s has been removed")
javax.ejb.NoSuchEntityException instanceWasRemoved(String componentName,
Object primaryKey)
NoSuchEJBException for the error.@Message(id=14345,
value="Unexpected component: %s component Expected %s")
IllegalStateException unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
IllegalStateException for the error.@Message(id=14346,
value="EjbJarConfiguration hasn\'t been set in %s Cannot create component create service for EJB %S")
IllegalStateException ejbJarConfigNotBeenSet(ComponentCreateServiceFactory serviceFactory,
String componentName)
IllegalStateException for the error.@Message(id=14347,
value="Cannot find any resource adapter service for resource adapter %s")
IllegalStateException failToFindResourceAdapter(String resourceAdapterName)
IllegalStateException for the error.@Message(id=14348,
value="No resource-adapter has been specified for %s")
IllegalStateException resourceAdapterNotSpecified(MessageDrivenComponent messageDrivenComponent)
IllegalStateException for the error.@Message(id=14349,
value="PoolConfig cannot be null")
IllegalArgumentException poolConfigIsNull()
IllegalStateException for the error.@Message(id=14350,
value="PoolConfig cannot be null or empty")
IllegalStateException poolConfigIsEmpty()
IllegalStateException for the error.@Message(id=14351,
value="Cannot invoke %s in a session bean lifecycle method")
IllegalStateException failToInvokeMethodInSessionBeanLifeCycle(String method)
IllegalStateException for the error.@Message(id=14352,
value="[EJB 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=14353,
value="Business interface type cannot be null")
IllegalStateException businessInterfaceIsNull()
IllegalStateException for the error.@Message(id=14354,
value="Bean %s does not have an %s")
IllegalStateException beanComponentMissingEjbObject(String componentName,
String ejbLocalObject)
IllegalStateException for the error.@Message(id=14355,
value="EJB 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attribute")
IllegalStateException getRollBackOnlyIsNotAllowWithSupportsAttribute()
IllegalStateException for the error.@Message(id=14356,
value="Not a business method %s. Do not call non-public methods on EJB\'s")
javax.ejb.EJBException failToCallBusinessOnNonePublicMethod(Method method)
EJBException for the error.@Message(id=14357,
value="Component instance isn\'t available for invocation: %s")
Exception componentInstanceNotAvailable(org.jboss.invocation.InterceptorContext interceptorContext)
Exception for the error.@Message(id=14358,
value="Component %s with component class: %s isn\'t a singleton component")
IllegalArgumentException componentNotSingleton(Component component,
Class<?> componentClass)
IllegalArgumentException for the error.@Message(id=14359,
value="SingletonComponent cannot be null")
IllegalArgumentException singletonComponentIsNull()
IllegalArgumentException for the error.@Message(id=14360,
value="EJB 3.1 FR 4.3.14.1 concurrent access timeout on %s - could not obtain lock within %s %s")
javax.ejb.ConcurrentAccessTimeoutException failToObtainLock(org.jboss.invocation.InterceptorContext context,
long value,
TimeUnit timeUnit)
ConcurrentAccessTimeoutException for the error.@Message(id=14361,
value="Unable to find method %s %s")
RuntimeException failToFindMethod(String name,
String s)
RuntimeException for the error.@Message(id=14362,
value="TimerService is not supported for Stateful session bean %s")
IllegalStateException timerServiceNotSupportedForSFSB(String componentName)
IllegalStateException for the error.@Message(id=14363,
value="Session id cannot be null")
IllegalArgumentException sessionIdIsNull()
IllegalArgumentException for the error.@Message(id=14364,
value="Stateful component cannot be null")
IllegalArgumentException statefulComponentIsNull()
IllegalArgumentException for the error.@Message(id=14365,
value="Could not create session for Stateful bean %s")
RuntimeException failToCreateStatefulSessionBean(String beanName,
@Cause
Throwable e)
RuntimeException for the error.@Message(id=14366,
value="Session id hasn\'t been set for stateful component: %s")
IllegalStateException statefulSessionIdIsNull(String componentName)
IllegalArgumentException for the error.@Message(id=14367,
value="@Remove method identifier cannot be null")
IllegalArgumentException removeMethodIsNull()
IllegalArgumentException for the error.@Message(id=14368,
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=14369,
value="both methodIntf and className are set on %s")
IllegalArgumentException bothMethodIntAndClassNameSet(String componentName)
IllegalArgumentException for the error.@Message(id=14370,
value="EJB 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=14371,
value="%s cannot be null")
IllegalArgumentException componentIsNull(String name)
IllegalArgumentException for the error.@Message(id=14372,
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=14373,
value="EJB 3.1 PFD2 4.8.5.5.1 concurrent access timeout on %s - could not obtain lock within %s")
javax.ejb.ConcurrentAccessTimeoutException concurrentAccessTimeoutException(javax.interceptor.InvocationContext invocationContext,
String s)
ConcurrentAccessTimeoutException for the error.@Message(id=14374,
value="Illegal lock type %s on %s for component %s")
IllegalStateException failToObtainLockIllegalType(javax.ejb.LockType lockType,
Method method,
LockableComponent lockableComponent)
IllegalStateException for the error.@Message(id=14377,
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=14379,
value="No asynchronous invocation in progress")
IllegalStateException noAsynchronousInvocationInProgress()
IllegalStateException for the error.@Message(id=14380,
value="%s is not allowed while dependency injection is in progress")
IllegalStateException callMethodNotAllowWhenDependencyInjectionInProgress(String method)
IllegalStateException for the error.@Message(id=14384,
value="%s is deprecated")
UnsupportedOperationException isDeprecated(String getEnvironment)
UnsupportedOperationException for the error.@Message(id=14385,
value="Getting parameters is not allowed on lifecycle callbacks")
IllegalStateException gettingParametersNotAllowLifeCycleCallbacks()
IllegalStateException for the error.@Message(id=14386,
value="%s is not allowed in lifecycle callbacks (EJB 3.1 FR 4.6.1, 4.7.2, 4.8.6, 5.5.1)")
IllegalStateException notAllowedInLifecycleCallbacks(String name)
IllegalStateException for the error.@Message(id=14387,
value="Setting parameters is not allowed on lifecycle callbacks")
IllegalStateException setParameterNotAllowOnLifeCycleCallbacks()
IllegalStateException for the error.@Message(id=14388,
value="Got wrong number of arguments, expected %s, got %s on %s")
IllegalArgumentException wrongNumberOfArguments(int length,
int length1,
Method method)
IllegalArgumentException for the error.@Message(id=14389,
value="Parameter %s has the wrong type, expected %, got %s on %s")
IllegalArgumentException wrongParameterType(int i,
Class<?> expectedType,
Class<?> actualType,
Method method)
IllegalArgumentException for the error.@Message(id=14390,
value="No current invocation context available")
IllegalStateException noCurrentContextAvailable()
IllegalStateException for the error.@Message(id=14391,
value="Should be overridden")
IllegalStateException shouldBeOverridden()
IllegalStateException for the error.@Message(id=14392,
value="Could not find session bean with name %s")
DeploymentUnitProcessingException couldNotFindSessionBean(String beanName)
DeploymentUnitProcessingException for the error.@Message(id=14393,
value="<role-name> cannot be null or empty in <security-role-ref>%nfor bean: %s")
DeploymentUnitProcessingException roleNamesIsNull(String ejbName)
DeploymentUnitProcessingException for the error.@Message(id=14394,
value="Default interceptors cannot specify a method to bind to in ejb-jar.xml")
DeploymentUnitProcessingException defaultInterceptorsNotBindToMethod()
DeploymentUnitProcessingException for the error.@Message(id=14396,
value="Two ejb-jar.xml bindings for %s specify an absolute order")
DeploymentUnitProcessingException twoEjbBindingsSpecifyAbsoluteOrder(String component)
DeploymentUnitProcessingException for the error.@Message(id=14397,
value="Could not find method %s.%s referenced in ejb-jar.xml")
DeploymentUnitProcessingException failToFindMethodInEjbJarXml(String name,
String methodName)
DeploymentUnitProcessingException for the error.@Message(id=14398,
value="More than one method %s found on class %s referenced in ejb-jar.xml. Specify the parameter types to resolve the ambiguity")
DeploymentUnitProcessingException multipleMethodReferencedInEjbJarXml(String methodName,
String name)
DeploymentUnitProcessingException for the error.@Message(id=14399,
value="Could not find method %s.%s with parameter types %s referenced in ejb-jar.xml")
DeploymentUnitProcessingException failToFindMethodWithParameterTypes(String name,
String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData methodParams)
DeploymentUnitProcessingException for the error.@Message(id=14400,
value="Could not load component class for component %s")
DeploymentUnitProcessingException failToLoadComponentClass(@Cause
Throwable t,
String componentName)
DeploymentUnitProcessingException for the error.@Message(id=14401,
value="Could not load EJB view class ")
RuntimeException failToLoadEjbViewClass(@Cause
Throwable e)
RuntimeException for the error.@Message(id=14402,
value="Could not merge data for %s")
DeploymentUnitProcessingException failToMergeData(String componentName,
@Cause
Throwable e)
DeploymentUnitProcessingException for the error.@Message(id=14403,
value="Could not load EJB class %s")
DeploymentUnitProcessingException failToLoadEjbClass(String ejbClassName,
@Cause
Throwable e)
DeploymentUnitProcessingException for the error.@Message(id=14404,
value="Only one %s method is allowed on bean %s")
RuntimeException multipleAnnotationsOnBean(String annotationType,
String ejbClassName)
RuntimeException for the error.@Message(id=14405,
value="Could not determine type of corresponding implied EJB 2.x local interface (see EJB 3.1 21.4.5)%n due to multiple create* methods with different return types on home %s")
DeploymentUnitProcessingException multipleCreateMethod(Class localHomeClass)
DeploymentUnitProcessingException for the error.@Message(id=14406,
value="Could not find EJB %s referenced by @DependsOn annotation in %s")
DeploymentUnitProcessingException failToFindEjbRefByDependsOn(String annotationValue,
String componentClassName)
DeploymentUnitProcessingException for the error.@Message(id=14407,
value="More than one EJB called %s referenced by @DependsOn annotation in %s Components:%s")
DeploymentUnitProcessingException failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
DeploymentUnitProcessingException for the error.@Message(id=14408,
value="Async method %s does not return void or Future")
DeploymentUnitProcessingException wrongReturnTypeForAsyncMethod(Method method)
DeploymentUnitProcessingException for the error.@Message(id=14409,
value="Could not load application exception class %s in ejb-jar.xml")
DeploymentUnitProcessingException failToLoadAppExceptionClassInEjbJarXml(String exceptionClassName,
@Cause
Throwable e)
DeploymentUnitProcessingException for the error.@Message(id=14410,
value="EJB %s entity bean %s implemented TimedObject, but has a different timeout method specified either via annotations or via the deployment descriptor")
DeploymentUnitProcessingException invalidEjbEntityTimeout(String versionId,
Class<?> componentClass)
DeploymentUnitProcessingException for the error.@Message(id=14411,
value="% does not have an EJB 2.x local interface")
RuntimeException invalidEjbLocalInterface(String componentName)
RuntimeException for the error.@Message(id=14412,
value="Local Home not allowed for %s")
DeploymentUnitProcessingException localHomeNotAllow(EJBComponentDescription description)
DeploymentUnitProcessingException for the error.@Message(id=14413,
value="Could not resolve corresponding ejbCreate or @Init method for home interface method %s on EJB %s")
DeploymentUnitProcessingException failToCallEjbCreateForHomeInterface(Method method,
String ejbClassName)
DeploymentUnitProcessingException for the error.@Message(id=14414,
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=14415,
value="Value cannot be null")
IllegalArgumentException valueIsNull()
IllegalArgumentException for the error.@Message(id=14416,
value="Cannot create %s from a null schedule expression")
IllegalArgumentException invalidScheduleExpression(String name)
IllegalArgumentException for the error.@Message(id=14417,
value="Second cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionSecond(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14418,
value="Minute cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionMinute(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14419,
value="Hour cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionHour(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14420,
value="day-of-month cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionDayOfMonth(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14421,
value="day-of-week cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionDayOfWeek(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14422,
value="Month cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionMonth(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14423,
value="Year cannot be null in schedule expression %s")
IllegalArgumentException invalidScheduleExpressionYear(javax.ejb.ScheduleExpression schedule)
IllegalArgumentException for the error.@Message(id=14424,
value="Invalid range value: %s")
IllegalArgumentException invalidRange(String range)
IllegalArgumentException for the error.@Message(id=14425,
value="Invalid list expression: %s")
IllegalArgumentException invalidListExpression(String list)
IllegalArgumentException for the error.@Message(id=14426,
value="Invalid increment value: %s")
IllegalArgumentException invalidIncrementValue(String value)
IllegalArgumentException for the error.@Message(id=14427,
value="There are no valid seconds for expression: %s")
IllegalStateException invalidExpressionSeconds(String origValue)
IllegalStateException for the error.@Message(id=14428,
value="There are no valid minutes for expression: %s")
IllegalStateException invalidExpressionMinutes(String origValue)
IllegalStateException for the error.@Message(id=14429,
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=14430,
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=14431,
value="Could not parse: %s in schedule expression")
IllegalArgumentException couldNotParseScheduleExpression(String origValue)
IllegalArgumentException for the error.@Message(id=14432,
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=14433,
value="Invalid value for day-of-month: %s")
IllegalArgumentException invalidValueDayOfMonth(Integer value)
IllegalArgumentException for the error.@Message(id=14434,
value="Relative day-of-month cannot be null or empty")
IllegalArgumentException relativeDayOfMonthIsNull()
IllegalArgumentException for the error.@Message(id=14435,
value="%s is not a relative value")
IllegalArgumentException invalidRelativeValue(String relativeDayOfMonth)
IllegalArgumentException for the error.@Message(id=14436,
value="Value is null, cannot determine if it\'s relative")
IllegalArgumentException relativeValueIsNull()
IllegalArgumentException for the error.@Message(id=14437,
value="null timerservice cannot be registered")
IllegalArgumentException timerServiceNotRegistered()
IllegalArgumentException for the error.@Message(id=14438,
value="Timer service with timedObjectId: %s%n is already registered")
IllegalStateException timerServiceAlreadyRegistered(String timedObjectId)
IllegalArgumentException for the error.@Message(id=14439,
value="null timedObjectId cannot be used for unregistering timerservice")
IllegalStateException timedObjectIdIsNullForUnregisteringTimerService()
IllegalStateException for the error.@Message(id=14440,
value="Cannot unregister timer service with timedObjectId: %s because it\'s not registered")
IllegalStateException failToUnregisterTimerService(String timedObjectId)
IllegalStateException for the error.@Message(id=14441,
value="Invoker cannot be null")
IllegalArgumentException invokerIsNull()
IllegalArgumentException for the error.@Message(id=14442,
value="Transaction manager cannot be null")
IllegalArgumentException transactionManagerIsNull()
IllegalArgumentException for the error.@Message(id=14443,
value="Executor cannot be null")
IllegalArgumentException executorIsNull()
IllegalArgumentException for the error.@Message(id=14444,
value="initialExpiration cannot be null while creating a timer")
IllegalArgumentException initialExpirationIsNullCreatingTimer()
IllegalArgumentException for the error.@Message(id=14445,
value="%s cannot be negative while creating a timer")
IllegalArgumentException invalidInitialExpiration(String type)
IllegalArgumentException for the error.@Message(id=14446,
value="expiration cannot be null while creating a single action timer")
IllegalArgumentException expirationIsNull()
IllegalArgumentException for the error.@Message(id=14447,
value="expiration.getTime() cannot be negative while creating a single action timer")
IllegalArgumentException invalidExpirationActionTimer()
IllegalArgumentException for the error.@Message(id=14448,
value="duration cannot be negative while creating single action timer")
IllegalArgumentException invalidDurationActionTimer()
IllegalArgumentException for the error.@Message(id=14449,
value="Duration cannot negative while creating the timer")
IllegalArgumentException invalidDurationTimer()
IllegalArgumentException for the error.@Message(id=14450,
value="Expiration date cannot be null while creating a timer")
IllegalArgumentException expirationDateIsNull()
IllegalArgumentException for the error.@Message(id=14451,
value="expiration.getTime() cannot be negative while creating a timer")
IllegalArgumentException invalidExpirationTimer()
IllegalArgumentException for the error.@Message(id=14452,
value="Initial duration cannot be negative while creating timer")
IllegalArgumentException invalidInitialDurationTimer()
IllegalArgumentException for the error.@Message(id=14453,
value="Interval cannot be negative while creating timer")
IllegalArgumentException invalidIntervalTimer()
IllegalArgumentException for the error.@Message(id=14454,
value="initial expiration date cannot be null while creating a timer")
IllegalArgumentException initialExpirationDateIsNull()
IllegalArgumentException for the error.@Message(id=14455,
value="interval duration cannot be negative while creating timer")
IllegalArgumentException invalidIntervalDurationTimer()
IllegalArgumentException for the error.@Message(id=14456,
value="Creation of timers is not allowed during lifecycle callback of non-singleton EJBs")
IllegalStateException failToCreateTimerDoLifecycle()
IllegalStateException for the error.@Message(id=14457,
value="initial expiration is null")
IllegalArgumentException initialExpirationIsNull()
IllegalArgumentException for the error.@Message(id=14458,
value="interval duration is negative")
IllegalArgumentException invalidIntervalDuration()
IllegalArgumentException for the error.@Message(id=14459,
value="schedule is null")
IllegalArgumentException scheduleIsNull()
IllegalArgumentException for the error.@Message(id=14460,
value="Could not start transaction")
RuntimeException failToStartTransaction(@Cause
Throwable t)
RuntimeException for the error.@Message(id=14461,
value="Transaction cannot be ended since no transaction is in progress")
IllegalStateException noTransactionInProgress()
IllegalStateException for the error.@Message(id=14462,
value="Could not end transaction")
RuntimeException failToEndTransaction(@Cause
Throwable e)
RuntimeException for the error.@Message(id=14463,
value="Cannot invoke timer service methods in lifecycle callback of non-singleton beans")
IllegalStateException failToInvokeTimerServiceDoLifecycle()
IllegalStateException for the error.@Message(id=14464,
value="Timer cannot be null")
IllegalStateException timerIsNull()
IllegalStateException for the error.@Message(id=14465,
value="%s Timer handles are only available for persistent timers.")
IllegalStateException invalidTimerHandlersForPersistentTimers(String s)
IllegalStateException for the error.@Message(id=14466,
value="No more timeouts for timer %s")
javax.ejb.NoMoreTimeoutsException noMoreTimeoutForTimer(TimerImpl timer)
NoMoreTimeoutsException for the error.@Message(id=14467,
value="Timer %s is not a calendar based timer")
IllegalStateException invalidTimerNotCalendarBaseTimer(TimerImpl timer)
@Message(id=14468,
value="Timer has expired")
javax.ejb.NoSuchObjectLocalException timerHasExpired()
NoSuchObjectLocalException for the error.@Message(id=14469,
value="Timer was canceled")
javax.ejb.NoSuchObjectLocalException timerWasCanceled()
NoSuchObjectLocalException for the error.@Message(id=14470,
value="Timer %s is not persistent")
IllegalStateException failToPersistTimer(TimerImpl timer)
IllegalStateException for the error.@Message(id=14471,
value="Could not register with tx for timer cancellation")
RuntimeException failToRegisterWithTxTimerCancellation(@Cause
Throwable e)
RuntimeException for the error.@Message(id=14472,
value="Could not deserialize info in timer ")
RuntimeException failToDeserializeInfoInTimer(@Cause
Throwable e)
RuntimeException for the error.@Message(id=14473,
value="Id cannot be null")
IllegalArgumentException idIsNull()
IllegalArgumentException for the error.@Message(id=14474,
value="Timed objectid cannot be null")
IllegalArgumentException timedObjectNull()
IllegalArgumentException for the error.@Message(id=14475,
value="Timer service cannot be null")
IllegalArgumentException timerServiceIsNull()
IllegalArgumentException for the error.@Message(id=14476,
value="Timerservice with timedObjectId: %s is not registered")
javax.ejb.EJBException timerServiceWithIdNotRegistered(String timedObjectId)
EJBException for the error.@Message(id=14477,
value="Timer for handle: %s is not active")
javax.ejb.NoSuchObjectLocalException timerHandleIsNotActive(javax.ejb.TimerHandle timerHandle)
NoSuchObjectLocalException for the error.@Message(id=14478,
value="Could not find timeout method: %s")
IllegalStateException failToFindTimeoutMethod(TimeoutMethod timeoutMethodInfo)
IllegalStateException for the error.@Message(id=14479,
value="Cannot invoke getTimeoutMethod on a timer which is not an auto-timer")
IllegalStateException failToInvokegetTimeoutMethod()
IllegalStateException for the error.@Message(id=14480,
value="Could not load declaring class: %s of timeout method")
RuntimeException failToLoadDeclaringClassOfTimeOut(String declaringClass)
RuntimeException for the error.@Message(id=14481,
value="Cannot invoke timeout method because method %s is not a timeout method")
RuntimeException failToInvokeTimeout(Method method)
RuntimeException for the error.@Message(id=14482,
value="Could not create timer file store directory %s")
RuntimeException failToCreateTimerFileStoreDir(File baseDir)
RuntimeException for the error.@Message(id=14483,
value="Timer file store directory %s does not exist")
RuntimeException timerFileStoreDirNotExist(File baseDir)
RuntimeException for the error.@Message(id=14484,
value="Timer file store directory %s is not a directory")
RuntimeException invalidTimerFileStoreDir(File baseDir)
RuntimeException for the error.@Message(id=14485,
value="EJB %s is enabled for security but doesn\'t have a security domain set")
IllegalStateException invalidSecurityForDomainSet(String componentName)
IllegalStateException for the error.@Message(id=14486,
value="%s is not an EJB component")
IllegalArgumentException invalidComponentConfiguration(String componentName)
IllegalArgumentException for the error.@Message(id=14487,
value="Could not load view class for ejb %s")
RuntimeException failToLoadViewClassEjb(String beanName,
@Cause
Throwable e)
RuntimeException for the error.@Message(id=14488,
value="Component named %s with component class %s is not an EJB component")
IllegalArgumentException invalidEjbComponent(String componentName,
Class<?> componentClass)
IllegalArgumentException for the error.@Message(id=14489,
value="No timed object invoke for %s")
org.jboss.msc.service.StartException failToInvokeTimedObject(EJBComponent component)
StartException for the error.@Message(id=14490,
value="TimerService is not started")
IllegalStateException failToStartTimerService()
IllegalStateException for the error.@Message(id=14491,
value="ResourceBundle based descriptions of %s are not supported")
UnsupportedOperationException resourceBundleDescriptionsNotSupported(String name)
UnsupportedOperationException for the error.@Message(id=14492,
value="Runtime attribute %s is not marshallable")
UnsupportedOperationException runtimeAttributeNotMarshallable(String name)
UnsupportedOperationException for the error.@Message(id=14493,
value="Invalid value: %s for \'%s\' element %s")
String invalidValueForElement(String value,
String element,
Location location)
String for the error.@Message(id=14494,
value="EJB component type %s does not support pools")
IllegalStateException invalidComponentType(String simpleName)
IllegalStateException for the error.@Message(id=14495,
value="Unknown EJBComponent type %s")
IllegalStateException unknownComponentType(EJBComponentType ejbComponentType)
IllegalStateException for the error.@Message(id=14496,
value="Method %s for view %s shouldn\'t be marked for both %s and %s at the same time")
IllegalStateException invalidSecurityAnnotation(Method componentMethod,
String viewClassName,
String s,
String s1)
IllegalStateException for the error.@Message(id=14497,
value="Method named %s with params %s not found on component class %s")
RuntimeException failToFindComponentMethod(String name,
String s,
Class<?> componentClass)
RuntimeException for the error.@Message(id=14498,
value="EJB method security metadata cannot be null")
IllegalArgumentException ejbMethodSecurityMetaDataIsNull()
IllegalArgumentException for the error.@Message(id=14499,
value="View classname cannot be null or empty")
IllegalArgumentException viewClassNameIsNull()
IllegalArgumentException for the error.@Message(id=14500,
value="View method cannot be null")
IllegalArgumentException viewMethodIsNull()
IllegalArgumentException for the error.@Message(id=14501,
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=14502,
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=14503,
value="Unknown EJB Component description type %s")
IllegalArgumentException unknownComponentDescriptionType(Class<?> aClass)
IllegalArgumentException for the error.@Message(id=14504,
value="Unknown attribute %s")
IllegalStateException unknownAttribute(String attributeName)
IllegalStateException for the error.@Message(id=14505,
value="Unknown operation %s")
IllegalStateException unknownOperations(String opName)
IllegalStateException for the error.@Message(id=14506,
value="No EJB component registered for address %s")
String noComponentRegisteredForAddress(PathAddress operationAddress)
String for the error.@Message(id=14507,
value="No EJB component is available for address %s")
String noComponentAvailableForAddress(PathAddress operationAddress)
String for the error.@Message(id=14508,
value="EJB component for address %s is in %n state %s, must be in state %s")
String invalidComponentState(PathAddress operationAddress,
org.jboss.msc.service.ServiceController.State controllerState,
org.jboss.msc.service.ServiceController.State up)
String for the error.@Message(id=14509,
value="%s is not an EJB component")
IllegalArgumentException invalidComponentIsNotEjbComponent(String componentName)
componentName - IllegalArgumentException for the error.@Message(id=14510,
value="Component class %s has multiple @Timeout annotations")
DeploymentUnitProcessingException componentClassHasMultipleTimeoutAnnotations(Class<?> componentClass)
DeploymentUnitProcessingException for the error.@Message(id=14511,
value="Current component is not an EJB %s")
IllegalStateException currentComponentNotAEjb(ComponentInstance component)
component - the component.IllegalStateException for the error.@Message(id=14512,
value="%s not allowed in lifecycle methods")
IllegalStateException lifecycleMethodNotAllowed(String methodName)
methodName - the name of the method.IllegalStateException for the error.@Message(id=14513,
value="%s is not allowed in lifecycle methods of stateless session beans")
IllegalStateException lifecycleMethodNotAllowedFromStatelessSessionBean(String methodName)
@Message(id=14514,
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=14515,
value="%s is not allowed from stateful beans")
IllegalStateException notAllowedFromStatefulBeans(String method)
@Message(id=14516,
value="Failed to acquire a permit within %s %s")
javax.ejb.EJBException failedToAcquirePermit(long timeout,
TimeUnit timeUnit)
@Message(id=14517,
value="Acquire semaphore was interrupted")
javax.ejb.EJBException acquireSemaphoreInterrupted()
@Message(id=14518,
value="%s is deprecated")
IllegalStateException isDeprecatedIllegalState(String getEnvironment)
IllegalStateException for the error.@Message(id=14519,
value="Could not find method %s on entity bean")
RuntimeException couldNotFindEntityBeanMethod(String method)
@Message(id=14520,
value="Could not determine ClassLoader for stub %s")
RuntimeException couldNotFindClassLoaderForStub(String stub)
@Message(id=14521,
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=14522,
value="Could not find method %s from view %s on EJB class %s")
DeploymentUnitProcessingException couldNotFindViewMethodOnEjb(Method method,
String viewClass,
String ejb)
method - The methodviewClass - The viewejb - The ejb@Message(id=14523,
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=14524,
value="EJB 4.6.4 Cannot remove EJB via EJB 2.x remove() method while participating in a transaction")
javax.ejb.RemoveException cannotRemoveWhileParticipatingInTransaction()
@Message(id=14525,
value="Transaction propagation over IIOP is not supported")
RemoteException transactionPropagationNotSupported()
@Deprecated @Message(id=14526, value="Cannot call method %s in afterCompletion callback") IllegalStateException cannotCallMethodInAfterCompletion(String methodName)
@Deprecated @Message(id=14528, value="%s is already associated with serialization group %s") IllegalStateException existingSerializationGroup(Object key, Object group)
@Deprecated @Message(id=14529, value="%s is not compatible with serialization group %s") IllegalStateException incompatibleSerializationGroup(Object object, Object group)
@Deprecated @Message(id=14530, value="Cache entry %s is in use") IllegalStateException cacheEntryInUse(Object entry)
@Deprecated @Message(id=14531, value="Cache entry %s is not in use") IllegalStateException cacheEntryNotInUse(Object entry)
@Deprecated @Message(id=14532, value="Failed to acquire lock on %s") RuntimeException lockAcquisitionInterrupted(@Cause Throwable cause, Object id)
@Deprecated @Message(id=14533, value="%s is already a member of serialization group %s") IllegalStateException duplicateSerializationGroupMember(Object id, Object groupId)
@Deprecated @Message(id=14534, value="%s is not a member of serialization group %s") IllegalStateException missingSerializationGroupMember(Object id, Object groupId)
@Deprecated @Message(id=14535, value="%s already exists in cache") IllegalStateException duplicateCacheEntry(Object id)
@Deprecated @Message(id=14536, value="%s is missing from cache") IllegalStateException missingCacheEntry(Object id)
@Message(id=14537,
value="Incompatible cache implementations in nested hierarchy")
IllegalStateException incompatibleCaches()
@Deprecated @Message(id=14538, value="Failed to passivate %s") RuntimeException passivationFailed(@Cause Throwable cause, Object id)
@Deprecated @Message(id=14539, value="Failed to activate %s") RuntimeException activationFailed(@Cause Throwable cause, Object id)
@Deprecated @Message(id=14540, value="Failed to create passivation directory: %s") RuntimeException passivationDirectoryCreationFailed(String path)
@Deprecated @Message(id=14541, value="Failed to create passivation directory: %s") RuntimeException passivationPathNotADirectory(String path)
@Deprecated @Message(id=14542, value="Group creation context already exists") IllegalStateException groupCreationContextAlreadyExists()
@Message(id=14543,
value="No EJB found with interface of type \'%s\' and name \'%s\' for binding %s")
String ejbNotFound(String typeName,
String beanName,
String binding)
@Message(id=14544,
value="No EJB found with interface of type \'%s\' for binding %s")
String ejbNotFound(String typeName,
String binding)
@Message(id=14545,
value="More than one EJB 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=14546,
value="More than one EJB found with interface of type \'%s\' for binding %s. Found: %s")
String moreThanOneEjbFound(String typeName,
String binding,
Set<EJBViewDescription> componentViews)
@Deprecated @Message(id=14547, value="@Clustered annotation cannot be used with message driven beans. %s failed since %s bean is marked with @Clustered on class %s") DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForMDB(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=14548, value="@Clustered annotation cannot be used with entity beans. %s failed since %s bean is marked with @Clustered on class %s") DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForEntityBean(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=14549, value="@Clustered annotation is currently not supported for singleton EJB. %s failed since %s bean is marked with @Clustered on class %s") DeploymentUnitProcessingException clusteredAnnotationNotYetImplementedForSingletonBean(DeploymentUnit unit, String componentName, String componentClassName)
DeploymentUnitProcessingException to indicate that the Clustered
annotation is currently not supported on singleton EJB.unit - The deployment unitcomponentName - The singleton bean component namecomponentClassName - The singleton bean component class name@Deprecated @Message(id=14550, value="%s failed since @Clustered annotation cannot be used for %s bean on class %s") DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForBean(DeploymentUnit unit, String componentName, String componentClassName)
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on the EJB component represented by componentNameunit - The deployment unitcomponentName - The component namecomponentClassName - The component class name@Message(id=14527,
value="Cannot call %s when state is %s")
IllegalStateException cannotCallMethod(String methodName,
String state)
@Message(id=14551,
value="<session-type> not specified for ejb %s. This must be present in ejb-jar.xml")
DeploymentUnitProcessingException sessionTypeNotSpecified(String bean)
@Message(id=14552,
value="Default interceptors cannot specify an <interceptor-order> element in ejb-jar.xml")
DeploymentUnitProcessingException defaultInterceptorsNotSpecifyOrder()
DeploymentUnitProcessingException for the error.@Message(id=14553,
value="Cache is not clustered")
IllegalStateException cacheIsNotClustered()
IllegalStateException to indicate that a cache is not clustered@Message(id=14554,
value="%s cannot be null")
IllegalArgumentException paramCannotBeNull(String paramName)
paramName cannot be nullparamName - The param nameIllegalArgumentException for the exception@Message(id=14555,
value="A GroupMembershipNotifier is already registered by the name of %s")
IllegalArgumentException groupMembershipNotifierAlreadyRegistered(String groupName)
@Message(id=14556,
value="No GroupMembershipNotifier registered by the name of %s")
IllegalArgumentException groupMembershipNotifierNotRegistered(String groupName)
@Message(id=14557,
value="Pool name cannot be empty string for bean %s")
IllegalArgumentException poolNameCannotBeEmptyString(String ejbName)
ejbName - The EJB nameIllegalArgumentException for the exception@Message(id=14558,
value="No EjbContext available as no EJB invocation is active")
IllegalStateException noEjbContextAvailable()
@Message(id=14559,
value="Invocation cannot proceed as component is shutting down")
EJBComponentUnavailableException componentIsShuttingDown()
@Message(id=14560,
value="Could not open message outputstream for writing to Channel")
IOException failedToOpenMessageOutputStream(@Cause
Throwable e)
@Message(id=14561,
value="Could not create session for stateful bean %s")
RuntimeException failedToCreateSessionForStatefulBean(@Cause
Exception e,
String beanName)
@Message(id=14562,
value="No thread context classloader available")
IllegalStateException tcclNotAvailable()
@Message(id=14563,
value="Cannot write to null DataOutput")
IllegalArgumentException cannotWriteToNullDataOutput()
@Message(id=14564,
value="No client-mapping entries found for node %s in cluster %s")
IllegalStateException clientMappingMissing(String nodeName,
String clusterName)
@Message(id=14565,
value="Could not load class")
RuntimeException classNotFoundException(@Cause
ClassNotFoundException cnfe)
@Message(id=14566,
value="EJB module identifiers cannot be null")
IllegalArgumentException ejbModuleIdentifiersCannotBeNull()
@Message(id=14567,
value="MessageInputStream cannot be null")
IllegalArgumentException messageInputStreamCannotBeNull()
@Message(id=14568,
value="Unknown transaction request type %s")
IllegalArgumentException unknownTransactionRequestType(String txRequestType)
@Message(id=14569,
value="Could not close channel")
RuntimeException couldNotCloseChannel(@Cause
IOException ioe)
@Message(id=14570,
value="No subordinate transaction present for xid %s")
RuntimeException noSubordinateTransactionPresentForXid(Xid xid)
@Message(id=14571,
value="Failed to register transaction synchronization")
RuntimeException failedToRegisterTransactionSynchronization(@Cause
Exception e)
@Message(id=14572,
value="Failed to get current transaction")
RuntimeException failedToGetCurrentTransaction(@Cause
Exception e)
@Message(id=14573,
value="Could not obtain lock on %s to passivate %s")
IllegalStateException couldNotObtainLockForGroup(String groupId,
String groupMember)
@Message(id=14574,
value="Unknown channel creation option type %s")
IllegalArgumentException unknownChannelCreationOptionType(String optionType)
@Message(id=14575,
value="Could not determine remote interface from home interface %s for bean %s")
DeploymentUnitProcessingException couldNotDetermineRemoteInterfaceFromHome(String homeClass,
String beanName)
@Message(id=14576,
value="Could not determine local interface from local home interface %s for bean %s")
DeploymentUnitProcessingException couldNotDetermineLocalInterfaceFromLocalHome(String localHomeClass,
String beanName)
@Message(id=14577,
value="Unsupported marshalling version: %d")
IllegalArgumentException unsupportedMarshallingVersion(int version)
@Message(id=14578,
value="%s method %s must be public")
DeploymentUnitProcessingException ejbMethodMustBePublic(String type,
Method method)
@Message(id=14579,
value="EJB business method %s must be public")
DeploymentUnitProcessingException ejbBusinessMethodMustBePublic(Method method)
@Message(id=14580,
value="Unexpected Error")
javax.ejb.EJBException unexpectedError()
@Message(id=14581,
value="EJB 3.1 FR 13.3.3: BMT bean %s should complete transaction before returning.")
String transactionNotComplete(String componentName)
@Message(id=14582,
value="Timer service resource %s is not suitable for the target. Only a configuration with a single file-store and no other configured data-store is supported on target")
String untransformableTimerService(PathAddress address)
@Message(id=14583,
value="Detected asymmetric usage of cache")
IllegalStateException asymmetricCacheUsage()
@Message(id=14584,
value="The timer \'%s\' is already active.")
IllegalStateException timerIsActive(String timerId)
IllegalStateException for the error.@Message(id=14585,
value="Transaction \'%s\' was already rolled back")
RollbackException transactionAlreadyRolledBack(Transaction tx)
@Message(id=14586,
value="Transaction \'%s\' is in unexpected state (%s)")
javax.ejb.EJBException transactionInUnexpectedState(Transaction tx,
String txStatus)
@Message(id=14587,
value="Timerservice API is not allowed on stateful session bean %s")
String timerServiceMethodNotAllowedForSFSB(String ejbComponent)
@Message(id=14588,
value="CMP Entity Beans are not supported")
DeploymentUnitProcessingException cmpEntityBeansAreNotSupported()
@Message(id=14589,
value="Attribute \'%s\' is not supported on current version servers; it is only allowed if its value matches \'%s\'")
OperationFailedException inconsistentAttributeNotSupported(String attributeName,
String mustMatch)
Copyright © 2014 JBoss by Red Hat. All rights reserved.