@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) |
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
|
IllegalStateException |
beanLocalHomeInterfaceIsNull(String componentName)
Creates an exception indicating the bean local home interface was not set
|
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) |
IllegalStateException |
cacheEntryNotInUse(Object entry) |
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
|
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 |
cannotCallMethod(String methodName,
String state)
Exception thrown if a method cannot be invoked at the given time
|
IllegalStateException |
cannotCallMethodInAfterCompletion(String methodName) |
javax.ejb.RemoveException |
cannotRemoveWhileParticipatingInTransaction()
Exception that is thrown when invoking remove while an EJB is in a transaction
|
RuntimeException |
classAttachToViewNotEjbObject(Class<?> aClass)
Creates an exception indicating a class was attached to a view that is not an EJBObject or a EJBLocalObject
|
IllegalArgumentException |
classnameIsNull(String className)
Creates an exception indicating the classname was null or empty
|
DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Returns a
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on the EJB component represented by componentName |
DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForEntityBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Returns a
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on a entity bean |
DeploymentUnitProcessingException |
clusteredAnnotationIsNotApplicableForMDB(DeploymentUnit unit,
String componentName,
String componentClassName)
Returns a
DeploymentUnitProcessingException to indicate that the Clustered
annotation cannot be used on a message driven bean |
DeploymentUnitProcessingException |
clusteredAnnotationNotYetImplementedForSingletonBean(DeploymentUnit unit,
String componentName,
String componentClassName)
Returns a
DeploymentUnitProcessingException to indicate that the Clustered
annotation is currently not supported on singleton EJB. |
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
|
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 |
couldNotFindClassLoaderForStub(String stub) |
javax.ejb.NoSuchEJBException |
couldNotFindEjb(org.jboss.ejb.client.SessionID 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 a EJB 2 EJB does not implement a method on an EJB 2
|
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) |
IllegalStateException |
duplicateSerializationGroupMember(Object id,
Object groupId) |
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
|
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
|
IllegalArgumentException |
ejbMethodSecurityMetaDataIsNull()
Creates an exception indicating the EJB method security metadata cannot be null
|
String |
ejbNotFound(String typeName,
String binding) |
String |
ejbNotFound(String typeName,
String beanName,
String binding) |
IllegalArgumentException |
executorIsNull()
Creates an exception indicating the Executor cannot be null
|
IllegalStateException |
existingSerializationGroup(Object key,
Object group) |
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) |
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(String componentClassName)
Creates an exception indicating Could not load component class
|
DeploymentUnitProcessingException |
failToLoadComponentClass(Throwable t)
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
|
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() |
IllegalArgumentException |
groupMembershipNotifierAlreadyRegistered(String groupName) |
IllegalArgumentException |
groupMembershipNotifierNotRegistered(String groupName) |
IllegalArgumentException |
idIsNull()
Creates an exception indicating the Id cannot be null
|
IllegalStateException |
incompatibleCaches() |
IllegalStateException |
incompatibleSerializationGroup(Object object,
Object group) |
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
|
javax.ejb.NoSuchEntityException |
instaceWasRemoved(String componentName,
Object primaryKey)
Creates an exception indicating a 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 a 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 a 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 @PemitAll 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 a invalid value for the specified element
|
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) |
IllegalArgumentException |
methodeNameIsNull()
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) |
IllegalStateException |
missingSerializationGroupMember(Object id,
Object groupId) |
String |
moreThanOneEjbFound(String typeName,
String binding,
Set<EJBViewDescription> componentViews) |
String |
moreThanOneEjbFound(String typeName,
String beanName,
String binding,
Set<EJBViewDescription> componentViews) |
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
|
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
|
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)
|
IllegalStateException |
noTransactionInProgress()
Creates an exception indicating the transaction cannot be ended since no transaction is in progress
|
IllegalArgumentException |
paramCannotBeNull(String paramName)
Creates and returns an exception indicating that the param named
paramName cannot be null |
RuntimeException |
passivationDirectoryCreationFailed(String path) |
RuntimeException |
passivationFailed(Throwable cause,
Object id) |
RuntimeException |
passivationPathNotADirectory(String path) |
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 a invocation was not associated with an instance, primary key was null, instance may have been removed
|
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
|
UnsupportedOperationException |
resourceBundleDescriptionsNotSupported(String name)
Creates an exception indicating resourceBundle based descriptions are not supported
|
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
|
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 |
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 |
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 |
timerIsNull()
Creates an exception indicating timer cannot be null
|
IllegalStateException |
timerServiceAlreadyRegistered(String timedObjectId)
Creates an exception indicating the timer service is already registered
|
IllegalArgumentException |
timerServiceIsNull()
Creates an exception indicating the timer service cannot be null
|
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
|
IllegalArgumentException |
transactionManagerIsNull()
Creates an exception indicating the transaction manager cannot be null
|
RemoteException |
transactionPropagationNotSupported() |
DeploymentUnitProcessingException |
twoEjbBindingsSpecifyAbsoluteOrder(String component)
Creates an exception indicating Two ejb-jar.xml bindings for %s specify an absolute order
|
IllegalStateException |
unexpectedComponent(Component component,
Class<?> entityBeanComponentClass)
Creates an exception indicating unexpected component
|
IllegalStateException |
unknownAttribute(String attributeName)
Creates an exception indicating unknown attribute
|
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
|
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 |
valueIsNull()
Creates an exception indicating Value cannot be null
|
IllegalArgumentException |
viewClassNameIsNull()
Creates an exception indicating the view classname cannot be null or empty
|
IllegalArgumentException |
viewMethodIsNull()
Creates an exception indicating View method cannot be null
|
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
|
static final EjbMessages MESSAGES
@Message(id=14300, value="Could not find EJB with id %s") javax.ejb.NoSuchEJBException couldNotFindEjb(org.jboss.ejb.client.SessionID sessionId)
sessionId
- the name of the integration.NoSuchEJBException
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 methodeNameIsNull()
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 execeptionRuntimeException
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 execeptionIllegalArgumentException
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 a 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 instaceWasRemoved(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="cannot be null or empty in \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=14395, value="Could not load component class %s") DeploymentUnitProcessingException failToLoadComponentClass(String componentClassName)
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") DeploymentUnitProcessingException failToLoadComponentClass(@Cause Throwable t)
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 a 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 a 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()
@Message(id=14526, value="Cannot call method %s in afterCompletion callback") IllegalStateException cannotCallMethodInAfterCompletion(String methodName)
@Message(id=14528, value="%s is already associated with serialization group %s") IllegalStateException existingSerializationGroup(Object key, Object group)
@Message(id=14529, value="%s is not compatible with serialization group %s") IllegalStateException incompatibleSerializationGroup(Object object, Object group)
@Message(id=14530, value="Cache entry %s is in use") IllegalStateException cacheEntryInUse(Object entry)
@Message(id=14531, value="Cache entry %s is not in use") IllegalStateException cacheEntryNotInUse(Object entry)
@Message(id=14532, value="Failed to acquire lock on %s") RuntimeException lockAcquisitionInterrupted(@Cause Throwable cause, Object id)
@Message(id=14533, value="%s is already a member of serialization group %s") IllegalStateException duplicateSerializationGroupMember(Object id, Object groupId)
@Message(id=14534, value="%s is not a member of serialization group %s") IllegalStateException missingSerializationGroupMember(Object id, Object groupId)
@Message(id=14535, value="%s already exists in cache") IllegalStateException duplicateCacheEntry(Object id)
@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()
@Message(id=14538, value="Failed to passivate %s") RuntimeException passivationFailed(@Cause Throwable cause, Object id)
@Message(id=14539, value="Failed to activate %s") RuntimeException activationFailed(@Cause Throwable cause, Object id)
@Message(id=14540, value="Failed to create passivation directory: %s") RuntimeException passivationDirectoryCreationFailed(String path)
@Message(id=14541, value="Failed to create passivation directory: %s") RuntimeException passivationPathNotADirectory(String path)
@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)
@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@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 a entity beanunit
- The deployment unitcomponentName
- The entity bean component namecomponentClassName
- The entity bean component class name@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@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 componentName
unit
- 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="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 anelement 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()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.