Package org.jboss.as.ejb3.logging
Interface EjbLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
EjbLogger_$logger
@MessageLogger(projectCode="WFLYEJB",
length=4)
public interface EjbLogger
extends org.jboss.logging.BasicLogger
- Author:
- Flemming Harms, David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EjbLoggerA logger with the categoryorg.jboss.as.ejb3.deploymentused for deployment log messagesstatic final EjbLoggerlogger use to log Jakarta Enterprise Beans invocation errorsstatic final EjbLoggerlogger use to log Jakarta Enterprise Beans timer messagesstatic final EjbLoggerA logger with the categoryorg.jboss.as.ejb3.remoteused for remote log messagesstatic final EjbLogger -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ejb.EJBExceptionvoidactivationConfigPropertyIgnored(Object propName, String resourceAdapterName) Logs a warning message indicating ActivationConfigProperty will be ignored since it is not allowed by resource adapteractivationFailed(Throwable cause, Object id) Deprecated.annotationApplicableOnlyForMethods(String annotationName) annotationOnlyAllowedOnClass(String annotationName, org.jboss.jandex.AnnotationTarget incorrectTarget) aroundTimeoutMethodExpectedWithInvocationContextParam(String methodName, String className) aroundTimeoutMethodMustReturnObjectType(String methodName, String className) Deprecated.beanComponentMissingEjbObject(String componentName, String ejbLocalObject) Creates an exception indicating Bean component does not have an ejb objectbeanHomeInterfaceIsNull(String componentName) Creates an exception indicating the bean home interface was not setorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionbeanLocalHomeInterfaceIsNull(String componentName) Creates an exception indicating the bean local home interface was not setorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionbeanWithLocalAnnotationImplementsMoreThanOneInterface(Class<?> beanClass) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionbeanWithRemoteAnnotationImplementsMoreThanOneInterface(Class<?> beanClass) bothMethodIntAndClassNameSet(String componentName) Creates an exception indicating both methodIntf and className are setCreates an exception indicating business interface type cannot be nullcacheEntryInUse(Object entry) Deprecated.cacheEntryNotInUse(Object entry) Deprecated.jakarta.ejb.EJBExceptioncannotBuildIndexForServerInterceptor(String interceptorClass, Exception e) cannotCall(String methodName, String name, String localName) Creates an exception indicating Cannot call getInvokedBusinessInterface when invoking through ejb objectjakarta.ejb.EJBExceptioncannotCallMethod(String methodName, String state) Exception thrown if a method cannot be invoked at the given timecannotCallMethodInAfterCompletion(String methodName) Deprecated.voidvoidcannotLoadServerInterceptorModule(String moduleId, Exception e) org.jboss.as.controller.OperationFailedExceptioncannotReadStrictMaxPoolDerivedSize(org.jboss.msc.service.ServiceName serviceName) jakarta.ejb.RemoveExceptionException that is thrown when invoking remove while a Jakarta Enterprise Beans bean is in a transactioncannotResolveFilteredClass(String clazz) voidorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionclusteredAnnotationIsNotApplicableForBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionclusteredAnnotationIsNotApplicableForEntityBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionclusteredAnnotationIsNotApplicableForMDB(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionclusteredAnnotationNotYetImplementedForSingletonBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.voidclusteredEJBsBoundToINADDRANY(String nodeName, String ip) voidcobraInterfaceRepository(String repo, String object) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncomponentClassHasMultipleTimeoutAnnotations(Class<?> componentClass) Creates an exception indicating Component class has multiple @Timeout annotationscomponentInstanceNotAvailable(org.jboss.invocation.InterceptorContext interceptorContext) Creates an exception indicating component instance isn't available for invocationcomponentIsNull(String name) Creates an exception indicating component cannot be nullcomponentNotInstanceOfSessionComponent(Component component, Class<?> componentClass, String type) Creates an exception indicating Component with component specified class: isn't a stateful componentcomponentNotSetInInterceptor(org.jboss.invocation.InterceptorContext context) Creates an exception indicating it a component was not set on the InterceptorContextcomponentViewNotAvailableInContext(org.jboss.invocation.InterceptorContext context) Creates an exception indicating the component view instance is not available in interceptor contextjakarta.ejb.ConcurrentAccessTimeoutExceptionCreates an exception Enterprise Beans 3.1 PFD2 4.8.5.5.1 concurrent access timeout on invocation - could not obtain lock withinvoidconnectorNotConfiguredForEJBClientInvocations(String address, int port) couldNotCreateCorbaObject(Exception cause, org.jboss.ejb.client.EJBLocator<?> locator) voidorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncouldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName, ResourceInjectionTarget injectionTarget) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncouldNotDetermineEjbRefForInjectionTarget(String ejbRefName, ResourceInjectionTarget injectionTarget) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncouldNotDetermineLocalInterfaceFromLocalHome(String localHomeClass, String beanName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncouldNotDetermineRemoteInterfaceFromHome(String homeClass, String beanName) jakarta.ejb.NoSuchEJBExceptioncouldNotFindEjb(String sessionId) Creates an exception indicating it could not find the Jakarta Enterprise Beans with specific idvoidcouldNotFindEjbForLocatorIIOP(org.jboss.ejb.client.EJBLocator<?> locator) Logs an error message indicating that a Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocationorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncouldNotFindViewMethodOnEjb(Method method, String viewClass, String ejb) Thrown when a Jakarta Enterprise Beans 2 bean does not implement a method on a Jakarta Enterprise Beans 2 beanvoidcouldNotWriteMethodInvocation(Throwable cause, Method invokedMethod, String beanName, String appName, String moduleName, String distinctName) currentComponentNotAEjb(ComponentInstance component) Creates an exception indicating the current component is not a Jakarta Enterprise Beans bean.voidLogs a warning message indicating that the database dialect cannot be detected automatically.voidLogs a warning message indicating Default interceptor class is not listed in thesection of ejb-jar.xml and will not be applied" org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionCreates an exception indicating Default interceptors cannot specify a method to bind to in ejb-jar.xmlorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionCreates an exception indicating Default interceptors specify an absolute orderingvoiddefaultPoolExpressionCouldNotBeResolved(String defaultPoolName, String defaultPoolValue) voidvoidvoiddeprecatedAnnotation(String annotation) voiddeprecatedNamespace(String namespace, String element) org.jboss.as.controller.OperationFailedExceptionvoidLogs an error message indicating Discarding stateful component instance due to exceptionDeprecated.duplicateSerializationGroupMember(Object id, Object groupId) Deprecated.voiddynamicStubCreationFailed(String clazz, Throwable t) Logs an error message indicating that dynamic stub creation failedvoidejbBusinessMethodMustBePublic(Method method) ejbJarConfigNotBeenSet(ComponentCreateServiceFactory serviceFactory, String componentName) Creates an exception indicating EjbJarConfiguration hasn't been setorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionejbJarConfigNotFound(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) Creates an exception indicating that the EjbJarConfiguration was not found as an attachment in deployment unitCreates an exception indicating EjbJarConfiguration cannot be nullejbLocalObjectUnavailable(String beanName) voidejbMethodMustNotBeFinalNorStatic(String ejbName, String methodName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionejbMustBePublicClass(String componentName, String componentClassName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionejbMustHavePublicDefaultConstructor(String componentName, String componentClassName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionejbMustNotBeFinalClass(String componentName, String componentClassName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionejbMustNotBeInnerClass(String componentName, String componentClassName) voidejbNotExposedOverIIOP(org.jboss.ejb.client.EJBLocator<?> locator) Logs an error message indicating that a Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocationejbNotFound(String typeName, String binding) ejbNotFound(String typeName, String beanName, String binding) jakarta.ejb.NoSuchEJBExceptionejbNotFoundInDeployment(org.jboss.ejb.client.EJBLocator<?> locator) endpointUnAvailable(String componentName) Returns aIllegalStateExceptionindicating that theEndpointis not availableorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionentityBeansAreNotSupported(String beanName) voiderrorDuringRetryTimeout(jakarta.ejb.Timer timer, Throwable e) Logs an error message indicating an error during retyring timeout for timervoiderrorInvokeTimeout(jakarta.ejb.Timer timer, Throwable e) Logs an error message indicating an error invoking timeout for timervoidexceptionCheckingIfTimerShouldRun(jakarta.ejb.Timer timer, Exception e) voidexceptionGeneratingSessionId(Throwable cause, String componentName, Object invocationInformation) voidexceptionPersistPostTimerState(jakarta.ejb.Timer timer, Exception e) voidexceptionPersistTimerState(jakarta.ejb.Timer timer, Exception e) exceptionRepositoryNotFound(String name, String message) voidexceptionRunningTimerTask(jakarta.ejb.Timer timer, String timedObjectId, Exception e) Creates an exception indicating the Executor cannot be nullexistingSerializationGroup(Object key, Object group) Deprecated.jakarta.ejb.EJBExceptionfailedToAcquirePermit(long timeout, TimeUnit timeUnit) failedToActivateMdb(String componentName, Exception e) failedToAnalyzeRemoteInterface(Exception e, String beanName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailedToCreateDeploymentNodeSelector(Exception e, String deploymentNodeSelectorClassName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailedToCreateEJBClientInterceptor(Exception e, String ejbClientInterceptorClassName) voidfailedToCreateOptionForProperty(String propertyName, String reason) failedToCreateSessionForStatefulBean(Exception e, String beanName) voidfailedToGetStatus(Throwable cause) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailedToInstallManagementResource(Exception e, String componentName) failedToLoadViewClass(Exception e, String viewClassName) failedToLoadViewClassForComponent(Exception e, String componentName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailedToParse(Exception e, String filePath) voidfailedToPersistTimer(jakarta.ejb.Timer timerid, Exception e) voidfailedToPersistTimerOnStartup(TimerImpl activeTimer, Exception e) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailedToProcessBusinessInterfaces(Class<?> ejbClass, Exception e) voidfailedToRefreshTimers(String timedObjectId) voidfailedToRemoveManagementResources(InstalledComponent component, String cause) voidfailedToRetrieveTimerInfo(TimerImpl timer, Exception e) voidfailedToRollback(Throwable cause) voidfailProcessInvocation(String name, Method invokedMethod, String viewClassOfInvokedMethod, Method viewMethod, String viewClassName) Creates an exception indicating class cannot handle method of view classfailToAddClassToLocalView(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 beanjakarta.ejb.EJBExceptionCreates an exception indicating not a business method.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToCallEjbCreateForHomeInterface(Method method, String ejbClassName) Creates an exception indicating Could not resolve corresponding ejbCreate or @Init method for home interface method on Jakarta Enterprise Beansorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToCallEjbRefByDependsOn(String annotationValue, String componentClassName, Set<ComponentDescription> components) Creates an exception indicating more than one Jakarta Enterprise Beans called referenced by @DependsOn annotation in ComponentsCreates an exception indicating the getRollBackOnly was called on none container-managed transactionCreates an exception indicating the call getRollBackOnly not allowed after transaction is completedCreates an exception indicating the getRollBackOnly not allowed without a transactionCreates an exception indicating setRollBackOnly was called on none CMBCreates an exception indicating setRollBackOnly was without a transactionvoidLogs an error message indicating error closing filefailToCompleteTaskBeforeTimeOut(long timeout, TimeUnit unit) Creates an exception indicating it fail to complete task before time outvoidLogs an error message indicating Could not restore timers for specified idfailToCreateTimerFileStoreDir(File baseDir) Creates an exception indicating it could not create timer file store directoryorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToFindEjbRefByDependsOn(String annotationValue, String componentClassName) Creates an exception indicating it Could not find Jakarta Enterprise Beans referenced by @DependsOn annotationorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToFindMethodInEjbJarXml(String name, String methodName) Creates an exception indicating Could not find method specified referenced in ejb-jar.xmlorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToFindMethodWithParameterTypes(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.xmlfailToGetEjbComponent(org.jboss.invocation.InterceptorContext currentInvocationContext) Creates an exception indicating EJBComponent has not been set in the current invocation contextCreates an exception indicating it cannot invoke getTimeoutMethod on a timer which is not an auto-timerfailToInvokeTimeout(Method method) Creates an exception indicating it cannot invoke timeout methodCreates an exception indicating it cannot invoke timer service methods in lifecycle callback of non-singleton beansfailToLinkFromEmptySecurityRole(String fromRole) Creates an exception indicating it cannot link from a null or empty security rolefailToLinkToEmptySecurityRole(String toRole) Creates an exception indicating it cannot link to a null or empty security role:org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToLoadAppExceptionClassInEjbJarXml(String exceptionClassName, Throwable e) Creates an exception indicating it could not load application exception class %s in ejb-jar.xmlorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToLoadComponentClass(Throwable t, String componentName) Creates an exception indicating could not load component classfailToLoadDeclaringClassOfTimeOut(String declaringClass) Creates an exception indicating it could not load declared class of timeout methodorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToLoadEjbClass(String ejbClassName, Throwable e) Creates an exception indicating it could not load Jakarta Enterprise Beans classfailToLoadViewClassEjb(String beanName, Throwable e) Creates an exception indicating it could not load view class for ejbfailToLookupJNDI(String name, Throwable e) Creates an exception indicating the NamespaceContextSelector was not setCreates an exception indicating the namespace was wrongfailToLookupStrippedJNDI(NamespaceContextSelector namespaceContextSelector, Context jndiContext, Throwable ne) Creates an exception indicating it failed to lookup the namespaceorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionfailToMergeData(String componentName, Throwable e) Creates an exception indicating Could not merge datajakarta.ejb.ConcurrentAccessTimeoutExceptionfailToObtainLock(String ejb, long value, TimeUnit timeUnit) Creates an exception indicating could not obtain lock within the specified timefailToObtainLockIllegalType(jakarta.ejb.LockType lockType, Method method, SingletonComponent lockableComponent) Creates an exception indicating Illegal lock type for componentvoidfailToReadTimerInformation(String componentName, Throwable cause) Logs a warning message indicating could not read timer information for Jakarta Enterprise Beans componentvoidfailToRestoreTimers(File file) Logs an error message indicating it's not a directory, could not restore timers"voidfailToRestoreTimersForObjectId(String timedObjectId, Throwable e) Logs an error message indicating Could not restore timers for specified idvoidfailToRestoreTimersFromFile(File timerFile, Throwable e) Logs an error message indicating it could not restore timer from filejakarta.ejb.IllegalLoopbackExceptionCreates an exception indicating Enterprise Beans 3.1 PFD2 4.8.5.1.1 upgrading from read to write lock is not allowedfailureDuringEndpointDeactivation(String componentName, jakarta.resource.ResourceException cause) Returns aRuntimeExceptionindicating that theEndpointfor the message driven component, could not be deactivatedfailureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName, String clusterName, Exception e) Creates an exception indicating Jakarta Enterprise Beans 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attributevoidLogs an error message indicating an exception occurred while getting statusDeprecated.voidLogs an error message indicating Ignoring exception during setRollbackOnlyvoidiiopBindings(String componentName, String moduleName, String name) jakarta.ejb.RemoveExceptionincompatibleSerializationGroup(Object object, Object group) Deprecated.org.jboss.as.controller.OperationFailedExceptioninconsistentAttributeNotSupported(String attributeName, String mustMatch) incorrectEJBLocatorForBean(org.jboss.ejb.client.EJBLocator<?> locator, String beanName) indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) invalidComponentConfiguration(String componentName) Creates an exception indicating component configuration is not a Jakarta Enterprise Beans component.invalidComponentState(org.jboss.as.controller.PathAddress operationAddress, org.jboss.msc.service.ServiceController.State controllerState, org.jboss.msc.service.ServiceController.State up) Creates an exception indicating Jakarta Enterprise Beans component for specified address is in invalid stateinvalidComponentType(String simpleName) Creates an exception indicating Jakarta Enterprise Beans component type does not support poolsinvalidEjbComponent(String componentName, Class<?> componentClass) Creates an exception indicating the component named with component class is not a Jakarta Enterprise Beans componentorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptioninvalidEjbEntityTimeout(String versionId, Class<?> componentClass) Creates an exception indicating the Jakarta Enterprise Beans entity bean implemented TimedObject but has a different timeout method specified either via annotations or via the deployment descriptor.invalidEjbLocalInterface(String componentName) Creates an exception indicating component does not have an Enterprise Beans 2.x local interfaceinvalidFilterSpec(String spec) invalidListValue(String listItem) Creates an exception indicating A list value can only contain either a range or an individual valueinvalidScheduleExpressionType(String value, String name, String type) Creates an exception indicating Invalid value it doesn't support values of specified typesinvalidScheduleValue(String type, String value) Creates an exception indicating invalid value of a certain type.invalidSecurityForDomainSet(String componentName) Creates an exception indicating Jakarta Enterprise Beans are enabled for security but doesn't have a security domain setinvalidTimerFileStoreDir(File baseDir) Creates an exception indicating the timer file store directory is not a directoryCreates an exception indicating timer handles are only available for persistent timersinvalidTimerNotCalendarBaseTimer(jakarta.ejb.Timer timer) Creates an exception indicating the timer is not a calendar based timer"invalidTimerParameter(String name, String valueAsString) Creates an exception indicating the invalid parameter name and value while creating a timervoidinvalidTransactionTypeForMDB(jakarta.ejb.TransactionAttributeType transactionAttributeType, String methond, String componentName) voidinvalidTransactionTypeForSfsbLifecycleMethod(jakarta.ejb.TransactionAttributeType txAttr, org.jboss.invocation.proxy.MethodIdentifier method, Class<?> clazz) invalidValuesRange(Integer value, int min, int max) Creates an exception indicating invalid value rangevoidinvocationFailed(String component, Method method, Throwable t) Logs an error message indicating that an invocation failedinvocationNotApplicableForMethodInvocation(jakarta.interceptor.InvocationContext invocationContext) Creates an exception indicating Invocation context cannot be processed because it's not applicable for a method invocationjakarta.ejb.EJBAccessExceptioninvocationOfMethodNotAllowed(Method invokedMethod, String componentName) Creates an exception indicating the Invocation on method is not allowedCreates an exception indicating the invoker cannot be nullvoidjndiBindings(String ejbName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, StringBuilder bindings) Creates an exception indicating the call lookup was call with an empty jndi namevoidlegacySecurityUnsupported(String domainName) lifecycleMethodNotAllowed(String methodName) Creates an exception indicating the method invocation is not allowed in lifecycle methods.voidloadedPersistentTimerInTimeout(String timer, String timedObject) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionlocalHomeNotAllow(EJBComponentDescription description) Creates an exception indicating Local Home not allowedlockAcquisitionInterrupted(Throwable cause, Object id) Deprecated.voidlogInconsistentAttributeNotSupported(String attributeName, String mustMatch) voidlogMDBStart(String mdbName, String raName) Logs a message which includes the resource adapter name and the destination on which a message driven bean is listeningvoidmappedNameNotSupported(String mappedName, String ejb) voidmdbCantHaveFinalizeMethod(String className) voidmdbClassCannotBeAnInterface(String className) voidmdbClassMustBePublicNonAbstractNonFinal(String className) voidmdbDeliveryStarted(String appName, String componentName) voidmdbDeliveryStopped(String appName, String componentName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass) voidmdbOnMessageMethodCantBeFinal(String className) voidmdbOnMessageMethodCantBePrivate(String className) voidmdbOnMessageMethodCantBeStatic(String className) jakarta.resource.spi.UnavailableExceptionmessageEndpointAlreadyReleased(jakarta.resource.spi.endpoint.MessageEndpoint messageEndpoint) messageEndpointAlreadyReleasedISE(jakarta.resource.spi.endpoint.MessageEndpoint messageEndpoint) Creates an exception indicating the method was called with null in the nameCreates an exception indicating the method is not implementedDeprecated.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmissingClassInAnnotation(String anCls, String resCls) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmissingMdbDeliveryGroup(String deliveryGroupName) voidmissingRunAsAnnotation(String className) missingSerializationGroupMember(Object id, Object groupId) Deprecated.moduleNotAttachedToDeploymentUnit(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) moreThanOneEjbFound(String typeName, String beanName, String binding, Set<EJBViewDescription> componentViews) moreThanOneEjbFound(String typeName, String binding, Set<EJBViewDescription> componentViews) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmoreThanOneMethodWithSameNameOnComponent(String methodName, Class<?> componentClass) multipleAnnotationsOnBean(String annotationType, String ejbClassName) Creates an exception indicating only one annotation method is allowed on beanorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmultipleCreateMethod(Class<?> localHomeClass) Creates an exception indicating it could not determine type of corresponding implied Enterprise Beans 2.x local interface (see Enterprise Beans 3.1 21.4.5) due to multiple create* methods with different return types on homeorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmultipleMethodReferencedInEjbJarXml(String methodName, String name) Creates an exception indicating More than one method found on class referenced in ejb-jar.xml.org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionmutuallyExclusiveAttributes(Location location, String attribute1, String attribute2) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionvoidnextExpirationIsNull(TimerImpl timer) Logs an info message indicating the next expiration is null.Creates an exception indicating No asynchronous invocation in progressnoComponentAvailableForAddress(org.jboss.as.controller.PathAddress operationAddress) Creates an exception indicating No Jakarta Enterprise Beans component is available for addressnoComponentRegisteredForAddress(org.jboss.as.controller.PathAddress operationAddress) Creates an exception indicating no Jakarta Enterprise Beans component registered for addressThe user attempts to look up the Jakarta Enterprise Beans context in a war when no Jakarta Enterprise Beans context is activevoidnoJNDIBindingsForSessionBean(String beanName) jakarta.ejb.NoMoreTimeoutsExceptionnoMoreTimeoutForTimer(jakarta.ejb.Timer timer) Creates an exception indicating no more timeouts for timerCreates an exception indicating the NamespaceContextSelector was not setnoSuchEndpointException(String resourceAdapterName, org.jboss.jca.core.spi.rar.NotFoundException notFoundException) Returns aIllegalArgumentExceptionindicating that noEndpointcould be found for a resource adapter namedresourceAdapterNamenotAllowedFromStatefulBeans(String method) notAnObjectImpl(Class<?> type) notStatefulSessionBean(String ejbName, String appName, String moduleName, String distinctName) onlySetterMethodsAllowedToHaveEJBAnnotation(org.jboss.jandex.MethodInfo methodInfo) paramCannotBeNull(String paramName) Creates and returns an exception indicating that the param namedparamNamecannot be nullDeprecated.passivationFailed(Throwable cause, Object id) Deprecated.Deprecated.Creates an exception indicating poolConfig cannot be null or emptypoolNameCannotBeEmptyString(String ejbName) Creates and returns an exception indicating that the pool name configured for a bean cannot be an empty stringorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionreentrantSingletonCreation(String componentName, String componentClassName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionrelativeResourceAdapterNameInStandaloneModule(String module, String bean, String adapterName) voidremappingCacheAttributes(String address, org.jboss.dmr.ModelNode defClustered, org.jboss.dmr.ModelNode passivationDisabled) Creates an exception indicating @Remove method cannot be nullReturns aIllegalStateExceptionindicating thatResourceAdapterRepositorywas unavailablevoidretryingTimeout(jakarta.ejb.Timer timer) Logs an info message indicating retrying timeout for timerrmiIiopVoliation(String violation) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionroleNamesIsNull(String ejbName) Creates an exception indicating <role-name> cannot be null or empty in <security-role-ref> for beanvoidscheduleExpressionDateFromTimerPersistenceInvalid(String timerId, String parserMessage) Creates an exception indicating the security roles is nullserverInterceptorInvalidMethod(String methodName, String interceptorClass, String annotationClass, Exception e) serverInterceptorNoEmptyConstructor(String interceptorClass, Exception e) voidsessionBeanClassCannotBeAnInterface(String className) voidorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionException thrown if the session-type of a session bean is not specifiedvoidLogs an error message indicating an exception occurred while calling setRollBackOnlyvoidsingletonCantImplementSessionBean(String className) voidskipInvokeTimeoutDuringRetry(jakarta.ejb.Timer timer, Date scheduledTime) Logs a waring message indicating an overlapped invoking timeout for timervoidskipOverlappingInvokeTimeout(jakarta.ejb.Timer timer, Date scheduledTime) Logs a waring message indicating an overlapped invoking timeout for timerstatefulSessionIdIsNull(String componentName) Creates an exception indicating session id hasn't been set for stateful componentvoidstrictPoolDerivedFromCPUs(String name, int max) voidstrictPoolDerivedFromWorkers(String name, int max) stringParamCannotBeNullOrEmpty(String paramName) Creates and returns an exception indicating that the param namedparamNamecannot be null or empty string.voidvoidsuspensionWaitingActiveTransactions(int activeTransactionCount) Creates an exception indicating the task was cancelledtimerCannotBeAdded(TimerImpl timer) timerFileStoreDirNotExist(File baseDir) Creates an exception indicating timer file store directory does not exist"jakarta.ejb.NoSuchObjectLocalExceptiontimerHandleIsNotActive(String timerId, String timedObjectId) Creates an exception indicating the timer for the handle is not active.jakarta.ejb.NoSuchObjectLocalExceptionCreates an exception indicating the Timer has expiredorg.jboss.as.controller.OperationFailedExceptiontimerIsActive(jakarta.ejb.Timer timer) Creates an exception indicating that timer is active.Creates an exception indicating timer cannot be nullvoidtimerNotActive(jakarta.ejb.Timer timer) Logs an info message indicating timer is not active, skipping retry of timervoidtimerNotDeployed(String timer) org.jboss.as.controller.OperationFailedExceptiontimerNotFound(String timerId) voidtimerNotRunning(jakarta.transaction.NotSupportedException e, TimerImpl timer) voidLogs a warning message indicating the timer persistence is not enabled, persistent timers will not survive JVM restartsvoidtimerReinstatementFailed(String timedObjectId, String timerId, Throwable cause) voidtimerRetried(jakarta.ejb.Timer timer) Logs an info message indicating timer will be retriedtimerServiceMethodNotAllowedForSFSB(String ejbComponent) jakarta.ejb.EJBExceptiontimerServiceWithIdNotRegistered(String timedObjectId) Creates an exception indicating the timerservice with timedObjectId is not registeredvoidTransaction rollback after problems not successfuljakarta.ejb.NoSuchObjectLocalExceptionCreates an exception indicating the timer was canceledjakarta.transaction.RollbackExceptiontransactionAlreadyRolledBack(jakarta.transaction.Transaction tx) jakarta.ejb.EJBExceptiontransactionInUnexpectedState(jakarta.transaction.Transaction tx, String txStatus) transactionNotComplete(String componentName) voidtransactionNotComplete(String componentName, String status) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptiontwoEjbBindingsSpecifyAbsoluteOrder(String component) Creates an exception indicating Two ejb-jar.xml bindings for %s specify an absolute orderjakarta.ejb.EJBExceptionjakarta.ejb.EJBTransactionRequiredExceptiontxRequiredForInvocation(org.jboss.invocation.InterceptorContext invocation) voidtypeSpecViolation(String className) unexpectedComponent(Component component, Class<?> entityBeanComponentClass) Creates an exception indicating unexpected componentjakarta.ejb.EJBExceptionunexpectedError(Throwable cause) jakarta.ejb.EJBTransactionRolledbackExceptionunexpectedErrorRolledBack(Error error) voidunexpectedInvocationState(int state) unknownAttribute(String attributeName) Creates an exception indicating unknown attributeunknownChannelCreationOptionType(String optionType) unknownComponentDescriptionType(Class<?> aClass) Creates an exception indicating an unknown Jakarta Enterprise Beans Component description typeunknownComponentType(EJBComponentType ejbComponentType) Creates an exception indicating Unknown Jakarta Enterprise Beans Component typevoidunknownDatabaseName(String name) jakarta.ejb.NoSuchEJBExceptionunknownDeployment(org.jboss.ejb.client.EJBLocator<?> locator) unknownEJBLocatorType(org.jboss.ejb.client.EJBLocator<?> locator) unknownMessageListenerType(String resourceAdapterName, String messageListenerType) Creates an exception indicating that there was no message listener of the expected type in the resource adapterunknownOperations(String opName) Creates an exception indicating Unknown operationunknownResourceAdapter(String resourceAdapterName) Creates an exception indicating no resource adapter registered with resource adapter nameunknownSessionBeanType(String sessionType) voidunknownTimezoneId(String timezoneId, String id) Logs a warning message indicating Unknown timezone id found in schedule expression.unknownTxAttributeOnInvocation(jakarta.ejb.TransactionAttributeType txAttr, org.jboss.invocation.InterceptorContext invocation) unsupportedEJBReceiverProtocol(String uriScheme) viewNotFound(String viewClass, String ejbName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionwrongReturnTypeForAsyncMethod(Method method) Creates an exception indicating Async method does not return void or FuturevoidLogs a waring message that the current datasource configuration does not ensure consistency in a clustered environment.wrongTxOnThread(jakarta.transaction.Transaction expected, jakarta.transaction.Transaction actual) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Field Details
-
ROOT_LOGGER
-
DEPLOYMENT_LOGGER
A logger with the categoryorg.jboss.as.ejb3.deploymentused for deployment log messages -
REMOTE_LOGGER
A logger with the categoryorg.jboss.as.ejb3.remoteused for remote log messages -
EJB3_INVOCATION_LOGGER
logger use to log Jakarta Enterprise Beans invocation errors -
EJB3_TIMER_LOGGER
logger use to log Jakarta Enterprise Beans timer messages
-
-
Method Details
-
getTxManagerStatusFailed
@LogMessage(level=ERROR) @Message(id=4, value="failed to get tx manager status; ignoring") void getTxManagerStatusFailed(@Cause Throwable cause) Logs an error message indicating an exception occurred while getting status- Parameters:
cause- the cause of the error.
-
setRollbackOnlyFailed
@LogMessage(level=ERROR) @Message(id=5, value="failed to set rollback only; ignoring") void setRollbackOnlyFailed(@Cause Throwable se) Logs an error message indicating an exception occurred while calling setRollBackOnly- Parameters:
se- the cause of the error.
-
activationConfigPropertyIgnored
@LogMessage(level=WARN) @Message(id=6, value="ActivationConfigProperty %s will be ignored since it is not allowed by resource adapter: %s") void activationConfigPropertyIgnored(Object propName, String resourceAdapterName) Logs a warning message indicating ActivationConfigProperty will be ignored since it is not allowed by resource adapter -
discardingStatefulComponent
@LogMessage(level=ERROR) @Message(id=7, value="Discarding stateful component instance: %s due to exception") void discardingStatefulComponent(StatefulSessionComponentInstance component, @Cause Throwable t) Logs an error message indicating Discarding stateful component instance due to exception- Parameters:
component- the discarded instancet- the cause of error
-
defaultInterceptorClassNotListed
@LogMessage(level=WARN) @Message(id=10, value="Default interceptor class %s is not listed in the <interceptors> section of ejb-jar.xml and will not be applied") void defaultInterceptorClassNotListed(String clazz) Logs a warning message indicating Default interceptor class is not listed in thesection of ejb-jar.xml and will not be applied" -
unknownTimezoneId
@LogMessage(level=WARN) @Message(id=15, value="Unknown timezone id: %s found in schedule expression. Ignoring it and using server\'s timezone: %s") void unknownTimezoneId(String timezoneId, String id) Logs a warning message indicating Unknown timezone id found in schedule expression. Ignoring it and using server's timezone -
timerPersistenceNotEnable
@LogMessage(level=WARN) @Message(id=16, value="Timer persistence is not enabled, persistent timers will not survive JVM restarts") void timerPersistenceNotEnable()Logs a warning message indicating the timer persistence is not enabled, persistent timers will not survive JVM restarts -
nextExpirationIsNull
@LogMessage(level=INFO) @Message(id=17, value="Next expiration is null. No tasks will be scheduled for timer %S") void nextExpirationIsNull(TimerImpl timer) Logs an info message indicating the next expiration is null. No tasks will be scheduled for timer -
ignoringException
@LogMessage(level=ERROR) @Message(id=18, value="Ignoring exception during setRollbackOnly") void ignoringException(@Cause Throwable e) Logs an error message indicating Ignoring exception during setRollbackOnly -
errorInvokeTimeout
@LogMessage(level=ERROR) @Message(id=20, value="Error invoking timeout for timer: %s") void errorInvokeTimeout(jakarta.ejb.Timer timer, @Cause Throwable e) Logs an error message indicating an error invoking timeout for timer -
timerRetried
@LogMessage(level=INFO) @Message(id=21, value="Timer: %s will be retried") void timerRetried(jakarta.ejb.Timer timer) Logs an info message indicating timer will be retried -
errorDuringRetryTimeout
@LogMessage(level=ERROR) @Message(id=22, value="Error during retrying timeout for timer: %s") void errorDuringRetryTimeout(jakarta.ejb.Timer timer, @Cause Throwable e) Logs an error message indicating an error during retyring timeout for timer -
retryingTimeout
@LogMessage(level=INFO) @Message(id=23, value="Retrying timeout for timer: %s") void retryingTimeout(jakarta.ejb.Timer timer) Logs an info message indicating retrying timeout for timer -
timerNotActive
@LogMessage(level=INFO) @Message(id=24, value="Timer is not active, skipping retry of timer: %s") void timerNotActive(jakarta.ejb.Timer timer) Logs an info message indicating timer is not active, skipping retry of timer -
failToReadTimerInformation
@LogMessage(level=WARN) @Message(id=26, value="Could not read timer information for Jakarta Enterprise Beans component %s") void failToReadTimerInformation(String componentName, @Cause Throwable cause) Logs a warning message indicating could not read timer information for Jakarta Enterprise Beans component -
failToRestoreTimers
@LogMessage(level=ERROR) @Message(id=28, value="%s is not a directory, could not restore timers") void failToRestoreTimers(File file) Logs an error message indicating it's not a directory, could not restore timers" -
failToRestoreTimersFromFile
@LogMessage(level=ERROR) @Message(id=29, value="Could not restore timer from %s") void failToRestoreTimersFromFile(File timerFile, @Cause Throwable e) Logs an error message indicating it could not restore timer from file -
failToCloseFile
@LogMessage(level=ERROR) @Message(id=30, value="error closing file ") void failToCloseFile(@Cause Throwable e) Logs an error message indicating error closing file -
failToRestoreTimersForObjectId
@LogMessage(level=ERROR) @Message(id=31, value="Could not restore timers for %s") void failToRestoreTimersForObjectId(String timedObjectId, @Cause Throwable e) Logs an error message indicating Could not restore timers for specified id -
failToCreateDirectoryForPersistTimers
@LogMessage(level=ERROR) @Message(id=32, value="Could not create directory %s to persist Jakarta Enterprise Beans timers.") void failToCreateDirectoryForPersistTimers(File file) Logs an error message indicating Could not restore timers for specified id -
invocationFailed
@LogMessage(level=ERROR) @Message(id=34, value="Jakarta Enterprise Beans Invocation failed on component %s for method %s") void invocationFailed(String component, Method method, @Cause Throwable t) Logs an error message indicating that an invocation failed -
couldNotFindEjbForLocatorIIOP
@LogMessage(level=WARN) @Message(id=35, value="Could not find Jakarta Enterprise Beans bean for locator %s, Jakarta Enterprise Beans client proxy will not be replaced") void couldNotFindEjbForLocatorIIOP(org.jboss.ejb.client.EJBLocator<?> locator) Logs an error message indicating that a Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocation -
ejbNotExposedOverIIOP
@LogMessage(level=WARN) @Message(id=36, value="Jakarta Enterprise Beans bean %s is not being replaced with a Stub as it is not exposed over IIOP") void ejbNotExposedOverIIOP(org.jboss.ejb.client.EJBLocator<?> locator) Logs an error message indicating that a Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocation -
dynamicStubCreationFailed
@LogMessage(level=ERROR) @Message(id=37, value="Dynamic stub creation failed for class %s") void dynamicStubCreationFailed(String clazz, @Cause Throwable t) Logs an error message indicating that dynamic stub creation failed -
logMDBStart
@LogMessage(level=INFO) @Message(id=42, value="Started message driven bean \'%s\' with \'%s\' resource adapter") void logMDBStart(String mdbName, String raName) Logs a message which includes the resource adapter name and the destination on which a message driven bean is listening- Parameters:
mdbName- The message driven bean nameraName- The resource adapter name
-
skipOverlappingInvokeTimeout
@LogMessage(level=WARN) @Message(id=43, value="A previous execution of timer %s is still in progress, skipping this overlapping scheduled execution at: %s.") void skipOverlappingInvokeTimeout(jakarta.ejb.Timer timer, Date scheduledTime) Logs a waring message indicating an overlapped invoking timeout for timer -
resourceAdapterRepositoryUnAvailable
@Message(id=44, value="Resource adapter repository is not available") IllegalStateException resourceAdapterRepositoryUnAvailable()Returns aIllegalStateExceptionindicating thatResourceAdapterRepositorywas unavailable- Returns:
- the exception
-
noSuchEndpointException
@Message(id=45, value="Could not find an Endpoint for resource adapter %s") IllegalArgumentException noSuchEndpointException(String resourceAdapterName, @Cause org.jboss.jca.core.spi.rar.NotFoundException notFoundException) Returns aIllegalArgumentExceptionindicating that noEndpointcould be found for a resource adapter namedresourceAdapterName- Parameters:
resourceAdapterName- The name of the resource adapternotFoundException- The original exception cause- Returns:
- the exception
-
endpointUnAvailable
@Message(id=46, value="Endpoint is not available for message driven component %s") IllegalStateException endpointUnAvailable(String componentName) Returns aIllegalStateExceptionindicating that theEndpointis not available- Parameters:
componentName- The MDB component name- Returns:
- the exception
-
failureDuringEndpointDeactivation
@Message(id=47, value="Could not deactivate endpoint for message driven component %s") RuntimeException failureDuringEndpointDeactivation(String componentName, @Cause jakarta.resource.ResourceException cause) Returns aRuntimeExceptionindicating that theEndpointfor the message driven component, could not be deactivated- Parameters:
componentName- The message driven component namecause- Original cause- Returns:
- the exception
-
failureDuringLoadOfClusterNodeSelector
@Message(id=49, value="Could not create an instance of cluster node selector %s for cluster %s") RuntimeException failureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName, String clusterName, @Cause Exception e) -
failedToCreateOptionForProperty
-
viewNotFound
@Message(id=51, value="Could not find view %s for Jakarta Enterprise Beans %s") IllegalStateException viewNotFound(String viewClass, String ejbName) -
asyncInvocationOnlyApplicableForSessionBeans
@Message(id=52, value="Cannot perform asynchronous local invocation for component that is not a session bean") RuntimeException asyncInvocationOnlyApplicableForSessionBeans() -
notStatefulSessionBean
@Message(id=53, value="%s is not a Stateful Session bean in app: %s module: %s distinct-name: %s") IllegalArgumentException notStatefulSessionBean(String ejbName, String appName, String moduleName, String distinctName) -
failedToMarshalEjbParameters
@Message(id=54, value="Failed to marshal Jakarta Enterprise Beans parameters") RuntimeException failedToMarshalEjbParameters(@Cause Exception e) -
unknownDeployment
@Message(id=55, value="No matching deployment for Jakarta Enterprise Beans: %s") jakarta.ejb.NoSuchEJBException unknownDeployment(org.jboss.ejb.client.EJBLocator<?> locator) -
ejbNotFoundInDeployment
@Message(id=56, value="Could not find Jakarta Enterprise Beans in matching deployment: %s") jakarta.ejb.NoSuchEJBException ejbNotFoundInDeployment(org.jboss.ejb.client.EJBLocator<?> locator) -
annotationApplicableOnlyForMethods
@Message(id=57, value="%s annotation is only valid on method targets") IllegalArgumentException annotationApplicableOnlyForMethods(String annotationName) -
aroundTimeoutMethodExpectedWithInvocationContextParam
@Message(id=58, value="Method %s, on class %s, annotated with @jakarta.interceptor.AroundTimeout is expected to accept a single param of type jakarta.interceptor.InvocationContext") IllegalArgumentException aroundTimeoutMethodExpectedWithInvocationContextParam(String methodName, String className) -
aroundTimeoutMethodMustReturnObjectType
@Message(id=59, value="Method %s, on class %s, annotated with @jakarta.interceptor.AroundTimeout must return Object type") IllegalArgumentException aroundTimeoutMethodMustReturnObjectType(String methodName, String className) -
wrongTxOnThread
@Message(id=60, value="Wrong tx on thread: expected %s, actual %s") IllegalStateException wrongTxOnThread(jakarta.transaction.Transaction expected, jakarta.transaction.Transaction actual) -
unknownTxAttributeOnInvocation
@Message(id=61, value="Unknown transaction attribute %s on invocation %s") IllegalStateException unknownTxAttributeOnInvocation(jakarta.ejb.TransactionAttributeType txAttr, org.jboss.invocation.InterceptorContext invocation) -
txRequiredForInvocation
@Message(id=62, value="Transaction is required for invocation %s") jakarta.ejb.EJBTransactionRequiredException txRequiredForInvocation(org.jboss.invocation.InterceptorContext invocation) -
txPresentForNeverTxAttribute
@Message(id=63, value="Transaction present on server in Never call (Enterprise Beans 3 13.6.2.6)") jakarta.ejb.EJBException txPresentForNeverTxAttribute() -
failedToSetRollbackOnly
@LogMessage(level=ERROR) @Message(id=64, value="Failed to set transaction for rollback only") void failedToSetRollbackOnly(@Cause Throwable e) -
viewInterfaceCannotBeNull
@Message(id=65, value="View interface cannot be null") IllegalArgumentException viewInterfaceCannotBeNull() -
failedToLoadViewClassForComponent
@Message(id=68, value="Could not load view class for component %s") RuntimeException failedToLoadViewClassForComponent(@Cause Exception e, String componentName) -
illegalCallToEjbHomeRemove
@Message(id=73, value="Illegal call to EJBHome.remove(Object) on a session bean") jakarta.ejb.RemoveException illegalCallToEjbHomeRemove() -
setRollbackOnlyNotAllowedForSupportsTxAttr
@Message(id=74, value="Enterprise Beans 3.1 FR 13.6.2.8 setRollbackOnly is not allowed with SUPPORTS transaction attribute") IllegalStateException setRollbackOnlyNotAllowedForSupportsTxAttr() -
cannotCallGetPKOnSessionBean
@Message(id=75, value="Cannot call getPrimaryKey on a session bean") jakarta.ejb.EJBException cannotCallGetPKOnSessionBean() -
ejb2xViewNotApplicableForSingletonBeans
@Message(id=76, value="Singleton beans cannot have Enterprise Beans 2.x views") RuntimeException ejb2xViewNotApplicableForSingletonBeans() -
cannotBeApplicationExceptionBecauseNotAnExceptionType
@Message(id=79, value="[Enterprise Beans 3.1 spec, section 14.1.1] Class: %s cannot be marked as an application exception because it is not of type java.lang.Exception") IllegalArgumentException cannotBeApplicationExceptionBecauseNotAnExceptionType(Class<?> klass) -
rmiRemoteExceptionCannotBeApplicationException
@Message(id=80, value="[Enterprise Beans 3.1 spec, section 14.1.1] Exception class: %s cannot be marked as an application exception because it is of type java.rmi.RemoteException") IllegalArgumentException rmiRemoteExceptionCannotBeApplicationException(Class<?> klass) -
annotationOnlyAllowedOnClass
@Message(id=81, value="%s annotation is allowed only on classes. %s is not a class") RuntimeException annotationOnlyAllowedOnClass(String annotationName, org.jboss.jandex.AnnotationTarget incorrectTarget) -
beanWithRemoteAnnotationImplementsMoreThanOneInterface
@Message(id=82, value="Bean %s specifies @Remote annotation, but does not implement 1 interface") org.jboss.as.server.deployment.DeploymentUnitProcessingException beanWithRemoteAnnotationImplementsMoreThanOneInterface(Class<?> beanClass) -
beanWithLocalAnnotationImplementsMoreThanOneInterface
@Message(id=83, value="Bean %s specifies @Local annotation, but does not implement 1 interface") org.jboss.as.server.deployment.DeploymentUnitProcessingException beanWithLocalAnnotationImplementsMoreThanOneInterface(Class<?> beanClass) -
failedToAnalyzeRemoteInterface
@Message(id=84, value="Could not analyze remote interface for %s") RuntimeException failedToAnalyzeRemoteInterface(@Cause Exception e, String beanName) -
failedToParse
-
failedToInstallManagementResource
-
failedToLoadViewClass
@Message(id=87, value="Could not load view %s") RuntimeException failedToLoadViewClass(@Cause Exception e, String viewClassName) -
couldNotDetermineEjbRefForInjectionTarget
@Message(id=88, value="Could not determine type of ejb-ref %s for injection target %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotDetermineEjbRefForInjectionTarget(String ejbRefName, ResourceInjectionTarget injectionTarget) -
couldNotDetermineEjbLocalRefForInjectionTarget
@Message(id=89, value="Could not determine type of ejb-local-ref %s for injection target %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotDetermineEjbLocalRefForInjectionTarget(String ejbLocalRefName, ResourceInjectionTarget injectionTarget) -
onlySetterMethodsAllowedToHaveEJBAnnotation
@Message(id=90, value="@EJB injection target %s is invalid. Only setter methods are allowed") IllegalArgumentException onlySetterMethodsAllowedToHaveEJBAnnotation(org.jboss.jandex.MethodInfo methodInfo) -
nameAttributeRequiredForEJBAnnotationOnClass
@Message(id=91, value="@EJB attribute \'name\' is required for class level annotations. Class: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException nameAttributeRequiredForEJBAnnotationOnClass(String className) -
beanInterfaceAttributeRequiredForEJBAnnotationOnClass
@Message(id=92, value="@EJB attribute \'beanInterface\' is required for class level annotations. Class: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException beanInterfaceAttributeRequiredForEJBAnnotationOnClass(String className) -
moduleNotAttachedToDeploymentUnit
@Message(id=93, value="Module hasn\'t been attached to deployment unit %s") IllegalStateException moduleNotAttachedToDeploymentUnit(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) -
mdbDoesNotImplementNorSpecifyMessageListener
@Message(id=94, value="Enterprise Beans 3.1 FR 5.4.2 MessageDrivenBean %s does not implement 1 interface nor specifies message listener interface") org.jboss.as.server.deployment.DeploymentUnitProcessingException mdbDoesNotImplementNorSpecifyMessageListener(org.jboss.jandex.ClassInfo beanClass) -
unknownSessionBeanType
@Message(id=95, value="Unknown session bean type %s") IllegalArgumentException unknownSessionBeanType(String sessionType) -
moreThanOneMethodWithSameNameOnComponent
-
unknownEJBLocatorType
@Message(id=97, value="Unknown Jakarta Enterprise Beans locator type %s") RuntimeException unknownEJBLocatorType(org.jboss.ejb.client.EJBLocator<?> locator) -
couldNotCreateCorbaObject
@Message(id=98, value="Could not create CORBA object for %s") RuntimeException couldNotCreateCorbaObject(@Cause Exception cause, org.jboss.ejb.client.EJBLocator<?> locator) -
incorrectEJBLocatorForBean
@Message(id=99, value="Provided locator %s was not for Jakarta Enterprise Beans %s") IllegalArgumentException incorrectEJBLocatorForBean(org.jboss.ejb.client.EJBLocator<?> locator, String beanName) -
failedToLookupORB
-
notAnObjectImpl
-
messageEndpointAlreadyReleased
@Message(id=102, value="Message endpoint %s has already been released") jakarta.resource.spi.UnavailableException messageEndpointAlreadyReleased(jakarta.resource.spi.endpoint.MessageEndpoint messageEndpoint) -
timerInvocationFailedDueToInvokerNotBeingStarted
@Message(id=107, value="Timer invocation failed, invoker is not started") IllegalStateException timerInvocationFailedDueToInvokerNotBeingStarted() -
invalidValueForSecondInScheduleExpression
@Message(id=109, value="Invalid value for second: %s") IllegalArgumentException invalidValueForSecondInScheduleExpression(String value) -
timerInvocationRolledBack
@Message(id=110, value="Timer invocation failed, transaction rolled back") TimerTransactionRolledBackException timerInvocationRolledBack() -
noJNDIBindingsForSessionBean
@LogMessage(level=INFO) @Message(id=111, value="No jndi bindings will be created for Jakarta Enterprise Beans %s since no views are exposed") void noJNDIBindingsForSessionBean(String beanName) -
sessionBeanClassCannotBeAnInterface
@LogMessage(level=WARN) @Message(id=118, value="[Enterprise Beans 3.1 spec, section 4.9.2] Session bean implementation class MUST NOT be a interface - %s is an interface, hence won\'t be considered as a session bean") void sessionBeanClassCannotBeAnInterface(String className) -
sessionBeanClassMustBePublicNonAbstractNonFinal
@LogMessage(level=WARN) @Message(id=119, value="[Enterprise Beans 3.1 spec, section 4.9.2] Session bean implementation class MUST be public, not abstract and not final - %s won\'t be considered as a session bean, since it doesn\'t meet that requirement") void sessionBeanClassMustBePublicNonAbstractNonFinal(String className) -
mdbClassCannotBeAnInterface
@LogMessage(level=WARN) @Message(id=120, value="[Enterprise Beans 3.1 spec, section 5.6.2] Message driven bean implementation class MUST NOT be a interface - %s is an interface, hence won\'t be considered as a message driven bean") void mdbClassCannotBeAnInterface(String className) -
mdbClassMustBePublicNonAbstractNonFinal
@LogMessage(level=WARN) @Message(id=121, value="[Enterprise Beans 3.1 spec, section 5.6.2] Message driven bean implementation class MUST be public, not abstract and not final - %s won\'t be considered as a message driven bean, since it doesn\'t meet that requirement") void mdbClassMustBePublicNonAbstractNonFinal(String className) -
failedToCreateDeploymentNodeSelector
-
ejbMustHavePublicDefaultConstructor
-
ejbMustNotBeInnerClass
-
ejbMustBePublicClass
-
ejbMustNotBeFinalClass
-
ejbMethodMustNotBeFinalNorStatic
-
reentrantSingletonCreation
@Message(id=132, value="@PostConstruct method of Jakarta Enterprise Beans singleton %s of type %s has been recursively invoked") IllegalStateException reentrantSingletonCreation(String componentName, String componentClassName) -
unauthorizedAccessToUserTransaction
@Message(id=137, value="Only session and message-driven beans with bean-managed transaction demarcation are allowed to access UserTransaction") IllegalStateException unauthorizedAccessToUserTransaction() -
timerServiceIsNotActive
@Message(id=139, value="The timer service has been disabled. Please add a <timer-service> entry into the Jakarta Enterprise Beans section of the server configuration to enable it.") String timerServiceIsNotActive() -
ejbHasNoTimerMethods
@Message(id=140, value="This Jakarta Enterprise Beans does not have any timeout methods") String ejbHasNoTimerMethods() -
deploymentAddListenerException
@LogMessage(level=ERROR) @Message(id=141, value="Exception calling deployment added listener") void deploymentAddListenerException(@Cause Throwable cause) -
deploymentRemoveListenerException
@LogMessage(level=ERROR) @Message(id=142, value="Exception calling deployment removal listener") void deploymentRemoveListenerException(@Cause Throwable cause) -
failedToRemoveManagementResources
@LogMessage(level=ERROR) @Message(id=143, value="Failed to remove management resources for %s -- %s") void failedToRemoveManagementResources(InstalledComponent component, String cause) -
cobraInterfaceRepository
-
cannotUnregisterEJBHomeFromCobra
@LogMessage(level=ERROR) @Message(id=145, value="Cannot unregister EJBHome from CORBA naming service") void cannotUnregisterEJBHomeFromCobra(@Cause Throwable cause) -
cannotDeactivateHomeServant
@LogMessage(level=ERROR) @Message(id=146, value="Cannot deactivate home servant") void cannotDeactivateHomeServant(@Cause Throwable cause) -
cannotDeactivateBeanServant
@LogMessage(level=ERROR) @Message(id=147, value="Cannot deactivate bean servant") void cannotDeactivateBeanServant(@Cause Throwable cause) -
couldNotWriteMethodInvocation
@LogMessage(level=ERROR) @Message(id=150, value="Could not write method invocation failure for method %s on bean named %s for appname %s modulename %s distinctname %s due to") void couldNotWriteMethodInvocation(@Cause Throwable cause, Method invokedMethod, String beanName, String appName, String moduleName, String distinctName) -
exceptionGeneratingSessionId
-
failedToGetStatus
@LogMessage(level=ERROR) @Message(id=157, value="Failed to get status") void failedToGetStatus(@Cause Throwable cause) -
failedToRollback
@LogMessage(level=ERROR) @Message(id=158, value="Failed to rollback") void failedToRollback(@Cause Throwable cause) -
transactionNotComplete
-
timerReinstatementFailed
-
skipInvokeTimeoutDuringRetry
@LogMessage(level=WARN) @Message(id=162, value="A previous execution of timer %s is being retried, skipping this scheduled execution at: %s") void skipInvokeTimeoutDuringRetry(jakarta.ejb.Timer timer, Date scheduledTime) Logs a waring message indicating an overlapped invoking timeout for timer -
couldNotCreateTable
@LogMessage(level=ERROR) @Message(id=163, value="Cannot create table for timer persistence") void couldNotCreateTable(@Cause SQLException e) -
exceptionRunningTimerTask
-
deprecatedAnnotation
@LogMessage(level=WARN) @Message(id=166, value="The @%s annotation is deprecated and will be ignored.") void deprecatedAnnotation(String annotation) -
deprecatedNamespace
-
couldNotFindEjb
@Message(id=168, value="Could not find Jakarta Enterprise Beans with id %s") jakarta.ejb.NoSuchEJBException couldNotFindEjb(String sessionId) Creates an exception indicating it could not find the Jakarta Enterprise Beans with specific id- Parameters:
sessionId- Session id- Returns:
- a
NoSuchEJBExceptionfor the error.
-
componentNotSetInInterceptor
@Message(id=169, value="Component not set in InterceptorContext: %s") IllegalStateException componentNotSetInInterceptor(org.jboss.invocation.InterceptorContext context) Creates an exception indicating it a component was not set on the InterceptorContext- Parameters:
context- the context.- Returns:
- a
IllegalStateExceptionfor the error.
-
methodNameIsNull
Creates an exception indicating the method was called with null in the name- Returns:
- a
IllegalArgumentExceptionfor the error.
-
beanHomeInterfaceIsNull
@Message(id=171, value="Bean %s does not have a Home interface") IllegalStateException beanHomeInterfaceIsNull(String componentName) Creates an exception indicating the bean home interface was not set- Returns:
- a
IllegalStateExceptionfor the error.
-
beanLocalHomeInterfaceIsNull
@Message(id=172, value="Bean %s does not have a Local Home interface") IllegalStateException beanLocalHomeInterfaceIsNull(String componentName) Creates an exception indicating the bean local home interface was not set- Returns:
- a
IllegalStateExceptionfor the error.
-
failToCallgetRollbackOnly
@Message(id=173, value="Enterprise Beans 3.1 FR 13.6.1 Only beans with container-managed transaction demarcation can use getRollbackOnly.") IllegalStateException failToCallgetRollbackOnly()Creates an exception indicating the getRollBackOnly was called on none container-managed transaction- Returns:
- a
IllegalStateExceptionfor the error.
-
failToCallgetRollbackOnlyOnNoneTransaction
@Message(id=174, value="getRollbackOnly() not allowed without a transaction.") IllegalStateException failToCallgetRollbackOnlyOnNoneTransaction()Creates an exception indicating the getRollBackOnly not allowed without a transaction- Returns:
- a
IllegalStateExceptionfor the error.
-
failToCallgetRollbackOnlyAfterTxcompleted
@Message(id=175, value="getRollbackOnly() not allowed after transaction is completed (EJBTHREE-1445)") IllegalStateException failToCallgetRollbackOnlyAfterTxcompleted()Creates an exception indicating the call getRollBackOnly not allowed after transaction is completed- Returns:
- a
IllegalStateExceptionfor the error.
-
jndiNameCannotBeNull
@Message(id=177, value="jndi name cannot be null during lookup") IllegalArgumentException jndiNameCannotBeNull()Creates an exception indicating the call lookup was call with an empty jndi name- Returns:
- a
IllegalStateExceptionfor the error.
-
noNamespaceContextSelectorAvailable
@Message(id=178, value="No NamespaceContextSelector available, cannot lookup %s") IllegalArgumentException noNamespaceContextSelectorAvailable(String name) Creates an exception indicating the NamespaceContextSelector was not set- Parameters:
name- the jndi name- Returns:
- a
IllegalStateExceptionfor the error.
-
failToLookupJNDI
@Message(id=179, value=" Could not lookup jndi name: %s") RuntimeException failToLookupJNDI(String name, @Cause Throwable e) Creates an exception indicating the NamespaceContextSelector was not set- Parameters:
name- the jndi namee- cause of the exception- Returns:
- a
RuntimeExceptionfor the error.
-
failToLookupJNDINameSpace
@Message(id=180, value="Cannot lookup jndi name: %s since it doesn\'t belong to java:app, java:module, java:comp or java:global namespace") IllegalArgumentException failToLookupJNDINameSpace(String name) Creates an exception indicating the namespace was wrong- Parameters:
name- the jndi name- Returns:
- a
IllegalArgumentExceptionfor the error.
-
failToLookupStrippedJNDI
@Message(id=181, value="Could not lookup jndi name: %s in context: %s") IllegalArgumentException failToLookupStrippedJNDI(NamespaceContextSelector namespaceContextSelector, Context jndiContext, @Cause Throwable ne) Creates an exception indicating it failed to lookup the namespace- Parameters:
namespaceContextSelector- selector for the namespace contextjndiContext- the jndi context it was looked up onne- cause of the exception- Returns:
- a
IllegalArgumentExceptionfor the error.
-
failToCallSetRollbackOnlyOnNoneCMB
@Message(id=182, value="Enterprise Beans 3.1 FR 13.6.1 Only beans with container-managed transaction demarcation can use setRollbackOnly.") IllegalStateException failToCallSetRollbackOnlyOnNoneCMB()Creates an exception indicating setRollBackOnly was called on none CMB- Returns:
- a
IllegalStateExceptionfor the error.
-
failToCallSetRollbackOnlyWithNoTx
@Message(id=183, value="setRollbackOnly() not allowed without a transaction.") IllegalStateException failToCallSetRollbackOnlyWithNoTx()Creates an exception indicating setRollBackOnly was without a transaction- Returns:
- a
IllegalStateExceptionfor the error.
-
EjbJarConfigurationIsNull
@Message(id=184, value="EjbJarConfiguration cannot be null") IllegalArgumentException EjbJarConfigurationIsNull()Creates an exception indicating EjbJarConfiguration cannot be null- Returns:
- a
IllegalArgumentExceptionfor the error.
-
SecurityRolesIsNull
@Message(id=185, value="Cannot set security roles to null") IllegalArgumentException SecurityRolesIsNull()Creates an exception indicating the security roles is null- Returns:
- a
IllegalArgumentExceptionfor the error.
-
failToLinkFromEmptySecurityRole
@Message(id=193, value="Cannot link from a null or empty security role: %s") IllegalArgumentException failToLinkFromEmptySecurityRole(String fromRole) Creates an exception indicating it cannot link from a null or empty security role- Parameters:
fromRole- role it link from- Returns:
- a
IllegalArgumentExceptionfor the error.
-
failToLinkToEmptySecurityRole
@Message(id=194, value="Cannot link to a null or empty security role: %s") IllegalArgumentException failToLinkToEmptySecurityRole(String toRole) Creates an exception indicating it cannot link to a null or empty security role:- Parameters:
toRole- role it link to- Returns:
- a
IllegalArgumentExceptionfor the error.
-
ejbJarConfigNotFound
@Message(id=195, value="EjbJarConfiguration not found as an attachment in deployment unit: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbJarConfigNotFound(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) Creates an exception indicating that the EjbJarConfiguration was not found as an attachment in deployment unit- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
componentViewNotAvailableInContext
@Message(id=196, value="ComponentViewInstance not available in interceptor context: %s") IllegalStateException componentViewNotAvailableInContext(org.jboss.invocation.InterceptorContext context) Creates an exception indicating the component view instance is not available in interceptor context- Returns:
- a
IllegalStateExceptionfor the error.
-
unknownResourceAdapter
@Message(id=199, value="No resource adapter registered with resource adapter name %s") IllegalStateException unknownResourceAdapter(String resourceAdapterName) Creates an exception indicating no resource adapter registered with resource adapter name- Parameters:
resourceAdapterName- name of the RA- Returns:
- a
IllegalStateExceptionfor the error.
-
failToCompleteTaskBeforeTimeOut
@Message(id=202, value="Task did not complete in %s %S") TimeoutException failToCompleteTaskBeforeTimeOut(long timeout, TimeUnit unit) Creates an exception indicating it fail to complete task before time out- Returns:
- a
TimeoutExceptionfor the error.
-
taskWasCancelled
Creates an exception indicating the task was cancelled- Returns:
- a
TimeoutExceptionfor the error.
-
methodNotImplemented
Creates an exception indicating the method is not implemented- Returns:
- a
IllegalStateExceptionfor the error.
-
unexpectedComponent
@Message(id=213, value="Unexpected component: %s component Expected %s") IllegalStateException unexpectedComponent(Component component, Class<?> entityBeanComponentClass) Creates an exception indicating unexpected component- Returns:
- a
IllegalStateExceptionfor the error.
-
ejbJarConfigNotBeenSet
@Message(id=214, value="EjbJarConfiguration hasn\'t been set in %s Cannot create component create service for Jakarta Enterprise Beans %S") IllegalStateException ejbJarConfigNotBeenSet(ComponentCreateServiceFactory serviceFactory, String componentName) Creates an exception indicating EjbJarConfiguration hasn't been set- Returns:
- a
IllegalStateExceptionfor the error.
-
poolConfigIsEmpty
@Message(id=218, value="PoolConfig cannot be null or empty") IllegalStateException poolConfigIsEmpty()Creates an exception indicating poolConfig cannot be null or empty- Returns:
- a
IllegalStateExceptionfor the error.
-
failToAddClassToLocalView
@Message(id=220, value="[Enterprise Beans 3.1 spec, section 4.9.7] - Can\'t add view class: %s as local view since it\'s already marked as remote view for bean: %s") IllegalStateException failToAddClassToLocalView(String viewClassName, String ejbName) Creates an exception indicating can't add view class as local view since it's already marked as remote view for bean- Returns:
- a
IllegalStateExceptionfor the error.
-
businessInterfaceIsNull
@Message(id=221, value="Business interface type cannot be null") IllegalStateException businessInterfaceIsNull()Creates an exception indicating business interface type cannot be null- Returns:
- a
IllegalStateExceptionfor the error.
-
beanComponentMissingEjbObject
@Message(id=222, value="Bean %s does not have an %s") IllegalStateException beanComponentMissingEjbObject(String componentName, String ejbLocalObject) Creates an exception indicating Bean component does not have an ejb object- Returns:
- a
IllegalStateExceptionfor the error.
-
getRollBackOnlyIsNotAllowWithSupportsAttribute
@Message(id=223, value="Jakarta Enterprise Beans 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attribute") IllegalStateException getRollBackOnlyIsNotAllowWithSupportsAttribute()Creates an exception indicating Jakarta Enterprise Beans 3.1 FR 13.6.2.9 getRollbackOnly is not allowed with SUPPORTS attribute- Returns:
- a
IllegalStateExceptionfor the error.
-
failToCallBusinessOnNonePublicMethod
@Message(id=224, value="Not a business method %s. Do not call non-public methods on Jakarta Enterprise Beans\'s") jakarta.ejb.EJBException failToCallBusinessOnNonePublicMethod(Method method) Creates an exception indicating not a business method. Do not call non-public methods on Jakarta Enterprise Beans's- Returns:
- a
EJBExceptionfor the error.
-
componentInstanceNotAvailable
@Message(id=225, value="Component instance isn\'t available for invocation: %s") Exception componentInstanceNotAvailable(org.jboss.invocation.InterceptorContext interceptorContext) Creates an exception indicating component instance isn't available for invocation- Returns:
- a
Exceptionfor the error.
-
failToObtainLock
@Message(id=228, value="Enterprise Beans 3.1 FR 4.3.14.1 concurrent access timeout on %s - could not obtain lock within %s %s") jakarta.ejb.ConcurrentAccessTimeoutException failToObtainLock(String ejb, long value, TimeUnit timeUnit) Creates an exception indicating could not obtain lock within the specified time- Returns:
- a
ConcurrentAccessTimeoutExceptionfor the error.
-
statefulSessionIdIsNull
@Message(id=234, value="Session id hasn\'t been set for stateful component: %s") IllegalStateException statefulSessionIdIsNull(String componentName) Creates an exception indicating session id hasn't been set for stateful component- Returns:
- a
IllegalArgumentExceptionfor the error.
-
removeMethodIsNull
@Message(id=235, value="@Remove method identifier cannot be null") IllegalArgumentException removeMethodIsNull()Creates an exception indicating @Remove method cannot be null- Returns:
- a
IllegalArgumentExceptionfor the error.
-
componentNotInstanceOfSessionComponent
@Message(id=236, value="Component %s with component class: %s%n isn\'t a %s component") IllegalArgumentException componentNotInstanceOfSessionComponent(Component component, Class<?> componentClass, String type) Creates an exception indicating Component with component specified class: isn't a stateful component- Returns:
- a
IllegalArgumentExceptionfor the error.
-
bothMethodIntAndClassNameSet
@Message(id=237, value="both methodIntf and className are set on %s") IllegalArgumentException bothMethodIntAndClassNameSet(String componentName) Creates an exception indicating both methodIntf and className are set- Returns:
- a
IllegalArgumentExceptionfor the error.
-
failToUpgradeToWriteLock
@Message(id=238, value="Enterprise Beans 3.1 PFD2 4.8.5.1.1 upgrading from read to write lock is not allowed") jakarta.ejb.IllegalLoopbackException failToUpgradeToWriteLock()Creates an exception indicating Enterprise Beans 3.1 PFD2 4.8.5.1.1 upgrading from read to write lock is not allowed- Returns:
- a
IllegalLoopbackExceptionfor the error.
-
componentIsNull
Creates an exception indicating component cannot be null- Returns:
- a
IllegalArgumentExceptionfor the error.
-
invocationNotApplicableForMethodInvocation
@Message(id=240, value="Invocation context: %s cannot be processed because it\'s not applicable for a method invocation") IllegalArgumentException invocationNotApplicableForMethodInvocation(jakarta.interceptor.InvocationContext invocationContext) Creates an exception indicating Invocation context cannot be processed because it's not applicable for a method invocation- Returns:
- a
IllegalArgumentExceptionfor the error.
-
concurrentAccessTimeoutException
@Message(id=241, value="Enterprise Beans 3.1 PFD2 4.8.5.5.1 concurrent access timeout on %s - could not obtain lock within %s") jakarta.ejb.ConcurrentAccessTimeoutException concurrentAccessTimeoutException(String ejb, String s) Creates an exception Enterprise Beans 3.1 PFD2 4.8.5.5.1 concurrent access timeout on invocation - could not obtain lock within- Returns:
- a
ConcurrentAccessTimeoutExceptionfor the error.
-
failToObtainLockIllegalType
@Message(id=242, value="Illegal lock type %s on %s for component %s") IllegalStateException failToObtainLockIllegalType(jakarta.ejb.LockType lockType, Method method, SingletonComponent lockableComponent) Creates an exception indicating Illegal lock type for component- Returns:
- a
IllegalStateExceptionfor the error.
-
noAsynchronousInvocationInProgress
@Message(id=244, value="No asynchronous invocation in progress") IllegalStateException noAsynchronousInvocationInProgress()Creates an exception indicating No asynchronous invocation in progress- Returns:
- a
IllegalStateExceptionfor the error.
-
roleNamesIsNull
@Message(id=255, value="<role-name> cannot be null or empty in <security-role-ref>%nfor bean: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException roleNamesIsNull(String ejbName) Creates an exception indicating <role-name> cannot be null or empty in <security-role-ref> for bean- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
defaultInterceptorsNotBindToMethod
@Message(id=256, value="Default interceptors cannot specify a method to bind to in ejb-jar.xml") org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultInterceptorsNotBindToMethod()Creates an exception indicating Default interceptors cannot specify a method to bind to in ejb-jar.xml- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
twoEjbBindingsSpecifyAbsoluteOrder
@Message(id=258, value="Two ejb-jar.xml bindings for %s specify an absolute order") org.jboss.as.server.deployment.DeploymentUnitProcessingException twoEjbBindingsSpecifyAbsoluteOrder(String component) Creates an exception indicating Two ejb-jar.xml bindings for %s specify an absolute order- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToFindMethodInEjbJarXml
@Message(id=259, value="Could not find method %s.%s referenced in ejb-jar.xml") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindMethodInEjbJarXml(String name, String methodName) Creates an exception indicating Could not find method specified referenced in ejb-jar.xml- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
multipleMethodReferencedInEjbJarXml
@Message(id=260, value="More than one method %s found on class %s referenced in ejb-jar.xml. Specify the parameter types to resolve the ambiguity") org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleMethodReferencedInEjbJarXml(String methodName, String name) Creates an exception indicating More than one method found on class referenced in ejb-jar.xml. Specify the parameter types to resolve the ambiguity- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToFindMethodWithParameterTypes
@Message(id=261, value="Could not find method %s.%s with parameter types %s referenced in ejb-jar.xml") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindMethodWithParameterTypes(String name, String methodName, org.jboss.metadata.ejb.spec.MethodParametersMetaData methodParams) Creates an exception indicating could not find method with parameter types referenced in ejb-jar.xml- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToLoadComponentClass
@Message(id=262, value="Could not load component class for component %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadComponentClass(@Cause Throwable t, String componentName) Creates an exception indicating could not load component class- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToMergeData
@Message(id=264, value="Could not merge data for %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToMergeData(String componentName, @Cause Throwable e) Creates an exception indicating Could not merge data- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToLoadEjbClass
@Message(id=265, value="Could not load Jakarta Enterprise Beans class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadEjbClass(String ejbClassName, @Cause Throwable e) Creates an exception indicating it could not load Jakarta Enterprise Beans class- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
multipleAnnotationsOnBean
@Message(id=266, value="Only one %s method is allowed on bean %s") RuntimeException multipleAnnotationsOnBean(String annotationType, String ejbClassName) Creates an exception indicating only one annotation method is allowed on bean- Returns:
- a
RuntimeExceptionfor the error.
-
multipleCreateMethod
@Message(id=267, value="Could not determine type of corresponding implied Enterprise Beans 2.x local interface (see Enterprise Beans 3.1 21.4.5)%n due to multiple create* methods with different return types on home %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleCreateMethod(Class<?> localHomeClass) Creates an exception indicating it could not determine type of corresponding implied Enterprise Beans 2.x local interface (see Enterprise Beans 3.1 21.4.5) due to multiple create* methods with different return types on home- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToFindEjbRefByDependsOn
@Message(id=268, value="Could not find Jakarta Enterprise Beans %s referenced by @DependsOn annotation in %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindEjbRefByDependsOn(String annotationValue, String componentClassName) Creates an exception indicating it Could not find Jakarta Enterprise Beans referenced by @DependsOn annotation- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToCallEjbRefByDependsOn
@Message(id=269, value="More than one Jakarta Enterprise Beans called %s referenced by @DependsOn annotation in %s Components:%s") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToCallEjbRefByDependsOn(String annotationValue, String componentClassName, Set<ComponentDescription> components) Creates an exception indicating more than one Jakarta Enterprise Beans called referenced by @DependsOn annotation in Components- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
wrongReturnTypeForAsyncMethod
@Message(id=270, value="Async method %s does not return void or Future") org.jboss.as.server.deployment.DeploymentUnitProcessingException wrongReturnTypeForAsyncMethod(Method method) Creates an exception indicating Async method does not return void or Future- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
failToLoadAppExceptionClassInEjbJarXml
@Message(id=271, value="Could not load application exception class %s in ejb-jar.xml") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadAppExceptionClassInEjbJarXml(String exceptionClassName, @Cause Throwable e) Creates an exception indicating it could not load application exception class %s in ejb-jar.xml- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
invalidEjbEntityTimeout
@Message(id=272, value="Jakarta Enterprise Beans %s entity bean %s implemented TimedObject, but has a different timeout method specified either via annotations or via the deployment descriptor") org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidEjbEntityTimeout(String versionId, Class<?> componentClass) Creates an exception indicating the Jakarta Enterprise Beans entity bean implemented TimedObject but has a different timeout method specified either via annotations or via the deployment descriptor.- Returns:
- an
DeploymentUnitProcessingExceptionfor the error.
-
invalidEjbLocalInterface
@Message(id=273, value="%s does not have an Enterprise Beans 2.x local interface") RuntimeException invalidEjbLocalInterface(String componentName) Creates an exception indicating component does not have an Enterprise Beans 2.x local interface- Returns:
- an
RuntimeExceptionfor the error.
-
localHomeNotAllow
@Message(id=274, value="Local Home not allowed for %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException localHomeNotAllow(EJBComponentDescription description) Creates an exception indicating Local Home not allowed- Returns:
- an
DeploymentUnitProcessingExceptionfor the error.
-
failToCallEjbCreateForHomeInterface
@Message(id=275, value="Could not resolve corresponding ejbCreate or @Init method for home interface method %s on Jakarta Enterprise Beans %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException failToCallEjbCreateForHomeInterface(Method method, String ejbClassName) Creates an exception indicating Could not resolve corresponding ejbCreate or @Init method for home interface method on Jakarta Enterprise Beans- Returns:
- an
DeploymentUnitProcessingExceptionfor the error.
-
failToGetEjbComponent
@Message(id=276, value="EJBComponent has not been set in the current invocation context %s") IllegalStateException failToGetEjbComponent(org.jboss.invocation.InterceptorContext currentInvocationContext) Creates an exception indicating EJBComponent has not been set in the current invocation context- Returns:
- an
IllegalStateExceptionfor the error.
-
invalidScheduleValue
@Message(id=286, value="Invalid schedule %s value: %s") IllegalArgumentException invalidScheduleValue(String type, String value) Creates an exception indicating invalid value of a certain type.- Parameters:
type- types of schedule attribute value, e.g., INCREMENT, RANGE, LIST, month, minute, etcvalue- schedule attribute value- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidScheduleExpressionType
@Message(id=291, value="Invalid value: %s since %s doesn\'t support values of types %s") IllegalArgumentException invalidScheduleExpressionType(String value, String name, String type) Creates an exception indicating Invalid value it doesn't support values of specified types- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidListValue
@Message(id=292, value="A list value can only contain either a range or an individual value. Invalid value: %s") IllegalArgumentException invalidListValue(String listItem) Creates an exception indicating A list value can only contain either a range or an individual value- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidValuesRange
@Message(id=294, value="Invalid value: %s Valid values are between %s and %s") IllegalArgumentException invalidValuesRange(Integer value, int min, int max) Creates an exception indicating invalid value range- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invokerIsNull
Creates an exception indicating the invoker cannot be null- Returns:
- an
IllegalArgumentExceptionfor the error.
-
executorIsNull
Creates an exception indicating the Executor cannot be null- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidTimerParameter
@Message(id=306, value="Invalid timer parameter: %s = %s") IllegalArgumentException invalidTimerParameter(String name, String valueAsString) Creates an exception indicating the invalid parameter name and value while creating a timer- Returns:
- an
IllegalArgumentExceptionfor the error.
-
failToInvokeTimerServiceDoLifecycle
@Message(id=325, value="Cannot invoke timer service methods in lifecycle callback of non-singleton beans") IllegalStateException failToInvokeTimerServiceDoLifecycle()Creates an exception indicating it cannot invoke timer service methods in lifecycle callback of non-singleton beans- Returns:
- an
IllegalStateExceptionfor the error.
-
timerIsNull
Creates an exception indicating timer cannot be null- Returns:
- an
IllegalStateExceptionfor the error.
-
invalidTimerHandlersForPersistentTimers
@Message(id=327, value="%s Timer handles are only available for persistent timers.") IllegalStateException invalidTimerHandlersForPersistentTimers(String s) Creates an exception indicating timer handles are only available for persistent timers- Returns:
- an
IllegalStateExceptionfor the error.
-
noMoreTimeoutForTimer
@Message(id=328, value="No more timeouts for timer %s") jakarta.ejb.NoMoreTimeoutsException noMoreTimeoutForTimer(jakarta.ejb.Timer timer) Creates an exception indicating no more timeouts for timer- Returns:
- an
NoMoreTimeoutsExceptionfor the error.
-
invalidTimerNotCalendarBaseTimer
@Message(id=329, value="Timer %s is not a calendar based timer") IllegalStateException invalidTimerNotCalendarBaseTimer(jakarta.ejb.Timer timer) Creates an exception indicating the timer is not a calendar based timer"- Returns:
- an
for the error.
-
timerHasExpired
@Message(id=330, value="Timer %s has expired") jakarta.ejb.NoSuchObjectLocalException timerHasExpired(String id) Creates an exception indicating the Timer has expired- Returns:
- an
NoSuchObjectLocalExceptionfor the error.
-
timerWasCanceled
@Message(id=331, value="Timer %s was canceled") jakarta.ejb.NoSuchObjectLocalException timerWasCanceled(String id) Creates an exception indicating the timer was canceled- Returns:
- an
NoSuchObjectLocalExceptionfor the error.
-
timerServiceWithIdNotRegistered
@Message(id=338, value="Timerservice with timedObjectId: %s is not registered") jakarta.ejb.EJBException timerServiceWithIdNotRegistered(String timedObjectId) Creates an exception indicating the timerservice with timedObjectId is not registered- Returns:
- an
EJBExceptionfor the error.
-
timerHandleIsNotActive
@Message(id=339, value="Timer for handle with timer id: %s, timedObjectId: %s is not active") jakarta.ejb.NoSuchObjectLocalException timerHandleIsNotActive(String timerId, String timedObjectId) Creates an exception indicating the timer for the handle is not active.- Returns:
- an
NoSuchObjectLocalExceptionfor the error.
-
failToInvokegetTimeoutMethod
@Message(id=341, value="Cannot invoke getTimeoutMethod on a timer which is not an auto-timer") IllegalStateException failToInvokegetTimeoutMethod()Creates an exception indicating it cannot invoke getTimeoutMethod on a timer which is not an auto-timer- Returns:
- an
IllegalStateExceptionfor the error.
-
failToLoadDeclaringClassOfTimeOut
@Message(id=342, value="Could not load declaring class: %s of timeout method") RuntimeException failToLoadDeclaringClassOfTimeOut(String declaringClass) Creates an exception indicating it could not load declared class of timeout method- Returns:
- an
RuntimeExceptionfor the error.
-
failToInvokeTimeout
@Message(id=343, value="Cannot invoke timeout method because method %s is not a timeout method") RuntimeException failToInvokeTimeout(Method method) Creates an exception indicating it cannot invoke timeout method- Returns:
- an
RuntimeExceptionfor the error.
-
failToCreateTimerFileStoreDir
@Message(id=344, value="Could not create timer file store directory %s") RuntimeException failToCreateTimerFileStoreDir(File baseDir) Creates an exception indicating it could not create timer file store directory- Returns:
- an
RuntimeExceptionfor the error.
-
timerFileStoreDirNotExist
@Message(id=345, value="Timer file store directory %s does not exist") RuntimeException timerFileStoreDirNotExist(File baseDir) Creates an exception indicating timer file store directory does not exist"- Returns:
- an
RuntimeExceptionfor the error.
-
invalidTimerFileStoreDir
@Message(id=346, value="Timer file store directory %s is not a directory") RuntimeException invalidTimerFileStoreDir(File baseDir) Creates an exception indicating the timer file store directory is not a directory- Returns:
- an
RuntimeExceptionfor the error.
-
invalidSecurityForDomainSet
@Message(id=347, value="Jakarta Enterprise Beans %s are enabled for security but doesn\'t have a security domain set") IllegalStateException invalidSecurityForDomainSet(String componentName) Creates an exception indicating Jakarta Enterprise Beans are enabled for security but doesn't have a security domain set- Returns:
- an
IllegalStateExceptionfor the error.
-
invalidComponentConfiguration
@Message(id=348, value="%s is not a Jakarta Enterprise Beans component") IllegalArgumentException invalidComponentConfiguration(String componentName) Creates an exception indicating component configuration is not a Jakarta Enterprise Beans component.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
failToLoadViewClassEjb
@Message(id=349, value="Could not load view class for ejb %s") RuntimeException failToLoadViewClassEjb(String beanName, @Cause Throwable e) Creates an exception indicating it could not load view class for ejb- Returns:
- an
RuntimeExceptionfor the error.
-
invalidEjbComponent
@Message(id=350, value="Component named %s with component class %s is not a Jakarta Enterprise Beans component") IllegalArgumentException invalidEjbComponent(String componentName, Class<?> componentClass) Creates an exception indicating the component named with component class is not a Jakarta Enterprise Beans component- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidComponentType
@Message(id=356, value="Jakarta Enterprise Beans component type %s does not support pools") IllegalStateException invalidComponentType(String simpleName) Creates an exception indicating Jakarta Enterprise Beans component type does not support pools- Returns:
- an
IllegalStateExceptionfor the error.
-
unknownComponentType
@Message(id=357, value="Unknown Jakarta Enterprise Beans Component type %s") IllegalStateException unknownComponentType(EJBComponentType ejbComponentType) Creates an exception indicating Unknown Jakarta Enterprise Beans Component type- Returns:
- an
IllegalStateExceptionfor the error.
-
failProcessInvocation
@Message(id=363, value="%s cannot handle method %s of view class %s.Expected view method to be %s on view class %s") IllegalStateException failProcessInvocation(String name, Method invokedMethod, String viewClassOfInvokedMethod, Method viewMethod, String viewClassName) Creates an exception indicating class cannot handle method of view class- Returns:
- an
IllegalStateExceptionfor the error.
-
invocationOfMethodNotAllowed
@Message(id=364, value="Invocation on method: %s of bean: %s is not allowed") jakarta.ejb.EJBAccessException invocationOfMethodNotAllowed(Method invokedMethod, String componentName) Creates an exception indicating the Invocation on method is not allowed- Returns:
- an
EJBAccessExceptionfor the error.
-
unknownComponentDescriptionType
@Message(id=365, value="Unknown Jakarta Enterprise Beans Component description type %s") IllegalArgumentException unknownComponentDescriptionType(Class<?> aClass) Creates an exception indicating an unknown Jakarta Enterprise Beans Component description type- Returns:
- an
IllegalArgumentExceptionfor the error.
-
unknownAttribute
@Message(id=366, value="Unknown attribute %s") IllegalStateException unknownAttribute(String attributeName) Creates an exception indicating unknown attribute- Returns:
- an
IllegalStateExceptionfor the error.
-
unknownOperations
@Message(id=367, value="Unknown operation %s") IllegalStateException unknownOperations(String opName) Creates an exception indicating Unknown operation- Returns:
- an
IllegalStateExceptionfor the error.
-
noComponentRegisteredForAddress
@Message(id=368, value="No Jakarta Enterprise Beans component registered for address %s") String noComponentRegisteredForAddress(org.jboss.as.controller.PathAddress operationAddress) Creates an exception indicating no Jakarta Enterprise Beans component registered for address- Returns:
- an
Stringfor the error.
-
noComponentAvailableForAddress
@Message(id=369, value="No Jakarta Enterprise Beans component is available for address %s") String noComponentAvailableForAddress(org.jboss.as.controller.PathAddress operationAddress) Creates an exception indicating No Jakarta Enterprise Beans component is available for address- Returns:
- an
Stringfor the error.
-
invalidComponentState
@Message(id=370, value="Jakarta Enterprise Beans component for address %s is in %n state %s, must be in state %s") String invalidComponentState(org.jboss.as.controller.PathAddress operationAddress, org.jboss.msc.service.ServiceController.State controllerState, org.jboss.msc.service.ServiceController.State up) Creates an exception indicating Jakarta Enterprise Beans component for specified address is in invalid state- Returns:
- an
Stringfor the error.
-
componentClassHasMultipleTimeoutAnnotations
@Message(id=372, value="Component class %s has multiple @Timeout annotations") org.jboss.as.server.deployment.DeploymentUnitProcessingException componentClassHasMultipleTimeoutAnnotations(Class<?> componentClass) Creates an exception indicating Component class has multiple @Timeout annotations- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
currentComponentNotAEjb
@Message(id=373, value="Current component is not a Jakarta Enterprise Beans bean %s") IllegalStateException currentComponentNotAEjb(ComponentInstance component) Creates an exception indicating the current component is not a Jakarta Enterprise Beans bean.- Parameters:
component- the component.- Returns:
- an
IllegalStateExceptionfor the error.
-
lifecycleMethodNotAllowed
@Message(id=374, value="%s not allowed in lifecycle methods") IllegalStateException lifecycleMethodNotAllowed(String methodName) Creates an exception indicating the method invocation is not allowed in lifecycle methods.- Parameters:
methodName- the name of the method.- Returns:
- an
IllegalStateExceptionfor the error.
-
cannotCall
@Message(id=376, value="Cannot call %s when invoking through %s or %s") IllegalStateException cannotCall(String methodName, String name, String localName) Creates an exception indicating Cannot call getInvokedBusinessInterface when invoking through ejb object- Parameters:
name- type of object- Returns:
- a
IllegalStateExceptionfor the error.
-
notAllowedFromStatefulBeans
@Message(id=377, value="%s is not allowed from stateful beans") IllegalStateException notAllowedFromStatefulBeans(String method) -
failedToAcquirePermit
@Message(id=378, value="Failed to acquire a permit within %s %s") jakarta.ejb.EJBException failedToAcquirePermit(long timeout, TimeUnit timeUnit) -
acquireSemaphoreInterrupted
@Message(id=379, value="Acquire semaphore was interrupted") jakarta.ejb.EJBException acquireSemaphoreInterrupted() -
couldNotFindClassLoaderForStub
@Message(id=382, value="Could not determine ClassLoader for stub %s") RuntimeException couldNotFindClassLoaderForStub(String stub) -
unknownMessageListenerType
@Message(id=383, value="No message listener of type %s found in resource adapter %s") IllegalStateException unknownMessageListenerType(String resourceAdapterName, String messageListenerType) Creates an exception indicating that there was no message listener of the expected type in the resource adapter- Parameters:
messageListenerType- The message listener typeresourceAdapterName- The resource adapter name- Returns:
- a
IllegalStateExceptionfor the error.
-
couldNotFindViewMethodOnEjb
@Message(id=384, value="Could not find method %s from view %s on Jakarta Enterprise Beans class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotFindViewMethodOnEjb(Method method, String viewClass, String ejb) Thrown when a Jakarta Enterprise Beans 2 bean does not implement a method on a Jakarta Enterprise Beans 2 bean- Parameters:
method- The methodviewClass- The viewejb- The ejb
-
stringParamCannotBeNullOrEmpty
@Message(id=385, value="%s cannot be null or empty") IllegalArgumentException stringParamCannotBeNullOrEmpty(String paramName) Creates and returns an exception indicating that the param namedparamNamecannot be null or empty string.- Parameters:
paramName- The param name- Returns:
- an
IllegalArgumentExceptionfor the exception
-
cannotRemoveWhileParticipatingInTransaction
@Message(id=386, value="Jakarta Enterprise Beans 4.6.4 Cannot remove Jakarta Enterprise Beans via Enterprise Beans 2.x remove() method while participating in a transaction") jakarta.ejb.RemoveException cannotRemoveWhileParticipatingInTransaction()Exception that is thrown when invoking remove while a Jakarta Enterprise Beans bean is in a transaction -
transactionPropagationNotSupported
@Message(id=387, value="Transaction propagation over IIOP is not supported") RemoteException transactionPropagationNotSupported() -
cannotCallMethodInAfterCompletion
@Deprecated @Message(id=388, value="Cannot call method %s in afterCompletion callback") IllegalStateException cannotCallMethodInAfterCompletion(String methodName) Deprecated. -
cannotCallMethod
@Message(id=389, value="Cannot call %s when state is %s") IllegalStateException cannotCallMethod(String methodName, String state) Exception thrown if a method cannot be invoked at the given time -
existingSerializationGroup
@Deprecated @Message(id=390, value="%s is already associated with serialization group %s") IllegalStateException existingSerializationGroup(Object key, Object group) Deprecated. -
incompatibleSerializationGroup
@Deprecated @Message(id=391, value="%s is not compatible with serialization group %s") IllegalStateException incompatibleSerializationGroup(Object object, Object group) Deprecated. -
cacheEntryInUse
@Deprecated @Message(id=392, value="Cache entry %s is in use") IllegalStateException cacheEntryInUse(Object entry) Deprecated. -
cacheEntryNotInUse
@Deprecated @Message(id=393, value="Cache entry %s is not in use") IllegalStateException cacheEntryNotInUse(Object entry) Deprecated. -
lockAcquisitionInterrupted
@Deprecated @Message(id=394, value="Failed to acquire lock on %s") RuntimeException lockAcquisitionInterrupted(@Cause Throwable cause, Object id) Deprecated. -
duplicateSerializationGroupMember
@Deprecated @Message(id=395, value="%s is already a member of serialization group %s") IllegalStateException duplicateSerializationGroupMember(Object id, Object groupId) Deprecated. -
missingSerializationGroupMember
@Deprecated @Message(id=396, value="%s is not a member of serialization group %s") IllegalStateException missingSerializationGroupMember(Object id, Object groupId) Deprecated. -
duplicateCacheEntry
@Deprecated @Message(id=397, value="%s already exists in cache") IllegalStateException duplicateCacheEntry(Object id) Deprecated. -
missingCacheEntry
@Deprecated @Message(id=398, value="%s is missing from cache") IllegalStateException missingCacheEntry(Object id) Deprecated. -
incompatibleCaches
@Message(id=399, value="Incompatible cache implementations in nested hierarchy") IllegalStateException incompatibleCaches() -
passivationFailed
@Deprecated @Message(id=400, value="Failed to passivate %s") RuntimeException passivationFailed(@Cause Throwable cause, Object id) Deprecated. -
activationFailed
@Deprecated @Message(id=401, value="Failed to activate %s") RuntimeException activationFailed(@Cause Throwable cause, Object id) Deprecated. -
passivationDirectoryCreationFailed
@Deprecated @Message(id=402, value="Failed to create passivation directory: %s") RuntimeException passivationDirectoryCreationFailed(String path) Deprecated. -
passivationPathNotADirectory
@Deprecated @Message(id=403, value="Failed to create passivation directory: %s") RuntimeException passivationPathNotADirectory(String path) Deprecated. -
groupCreationContextAlreadyExists
@Deprecated @Message(id=404, value="Group creation context already exists") IllegalStateException groupCreationContextAlreadyExists()Deprecated. -
ejbNotFound
-
ejbNotFound
-
moreThanOneEjbFound
-
moreThanOneEjbFound
@Message(id=408, value="More than one Jakarta Enterprise Beans found with interface of type \'%s\' for binding %s. Found: %s") String moreThanOneEjbFound(String typeName, String binding, Set<EJBViewDescription> componentViews) -
clusteredAnnotationIsNotApplicableForMDB
@Deprecated @Message(id=409, value="@Clustered annotation cannot be used with message driven beans. %s failed since %s bean is marked with @Clustered on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForMDB(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.Returns aDeploymentUnitProcessingExceptionto indicate that theClusteredannotation cannot be used on a message driven bean- Parameters:
unit- The deployment unitcomponentName- The MDB component namecomponentClassName- The MDB component class name- Returns:
- the exception
-
clusteredAnnotationIsNotApplicableForEntityBean
@Deprecated @Message(id=410, value="@Clustered annotation cannot be used with entity beans. %s failed since %s bean is marked with @Clustered on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForEntityBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.Returns aDeploymentUnitProcessingExceptionto indicate that theClusteredannotation cannot be used on an entity bean- Parameters:
unit- The deployment unitcomponentName- The entity bean component namecomponentClassName- The entity bean component class name- Returns:
- the exception
-
clusteredAnnotationNotYetImplementedForSingletonBean
@Deprecated @Message(id=411, value="@Clustered annotation is currently not supported for singleton Jakarta Enterprise Beans. %s failed since %s bean is marked with @Clustered on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationNotYetImplementedForSingletonBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.Returns aDeploymentUnitProcessingExceptionto indicate that theClusteredannotation is currently not supported on singleton Jakarta Enterprise Beans.- Parameters:
unit- The deployment unitcomponentName- The singleton bean component namecomponentClassName- The singleton bean component class name- Returns:
- the exception
-
clusteredAnnotationIsNotApplicableForBean
@Deprecated @Message(id=412, value="%s failed since @Clustered annotation cannot be used for %s bean on class %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForBean(org.jboss.as.server.deployment.DeploymentUnit unit, String componentName, String componentClassName) Deprecated.Returns aDeploymentUnitProcessingExceptionto indicate that theClusteredannotation cannot be used on the Jakarta Enterprise Beans component represented bycomponentName- Parameters:
unit- The deployment unitcomponentName- The component namecomponentClassName- The component class name- Returns:
- the exception
-
sessionTypeNotSpecified
@Message(id=413, value="<session-type> not specified for Jakarta Enterprise Beans %s. This must be present in ejb-jar.xml") org.jboss.as.server.deployment.DeploymentUnitProcessingException sessionTypeNotSpecified(String bean) Exception thrown if the session-type of a session bean is not specified -
defaultInterceptorsNotSpecifyOrder
@Message(id=414, value="Default interceptors cannot specify an <interceptor-order> element in ejb-jar.xml") org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultInterceptorsNotSpecifyOrder()Creates an exception indicating Default interceptors specify an absolute ordering- Returns:
- a
DeploymentUnitProcessingExceptionfor the error.
-
paramCannotBeNull
@Message(id=416, value="%s cannot be null") IllegalArgumentException paramCannotBeNull(String paramName) Creates and returns an exception indicating that the param namedparamNamecannot be null- Parameters:
paramName- The param name- Returns:
- an
IllegalArgumentExceptionfor the exception
-
poolNameCannotBeEmptyString
@Message(id=419, value="Pool name cannot be empty string for bean %s") IllegalArgumentException poolNameCannotBeEmptyString(String ejbName) Creates and returns an exception indicating that the pool name configured for a bean cannot be an empty string- Parameters:
ejbName- The EJB name- Returns:
- an
IllegalArgumentExceptionfor the exception
-
noEjbContextAvailable
@Message(id=420, value="No EjbContext available as no Jakarta Enterprise Beans invocation is active") IllegalStateException noEjbContextAvailable()The user attempts to look up the Jakarta Enterprise Beans context in a war when no Jakarta Enterprise Beans context is active -
componentIsShuttingDown
@Message(id=421, value="Invocation cannot proceed as component is shutting down") EJBComponentUnavailableException componentIsShuttingDown() -
failedToCreateSessionForStatefulBean
@Message(id=423, value="Could not create session for stateful bean %s") RuntimeException failedToCreateSessionForStatefulBean(@Cause Exception e, String beanName) -
unknownChannelCreationOptionType
@Message(id=436, value="Unknown channel creation option type %s") IllegalArgumentException unknownChannelCreationOptionType(String optionType) -
couldNotDetermineRemoteInterfaceFromHome
-
couldNotDetermineLocalInterfaceFromLocalHome
-
unexpectedError
@Message(id=442, value="Unexpected Error") @Signature(java.lang.String.class) jakarta.ejb.EJBException unexpectedError(@Cause Throwable cause) -
transactionNotComplete
-
asymmetricCacheUsage
@Deprecated @Message(id=445, value="Detected asymmetric usage of cache") IllegalStateException asymmetricCacheUsage()Deprecated. -
timerIsActive
@Message(id=446, value="The timer %s is already active.") IllegalStateException timerIsActive(jakarta.ejb.Timer timer) Creates an exception indicating that timer is active.- Returns:
- an
IllegalStateExceptionfor the error.
-
transactionAlreadyRolledBack
@Message(id=447, value="Transaction \'%s\' was already rolled back") jakarta.transaction.RollbackException transactionAlreadyRolledBack(jakarta.transaction.Transaction tx) -
transactionInUnexpectedState
@Message(id=448, value="Transaction \'%s\' is in unexpected state (%s)") jakarta.ejb.EJBException transactionInUnexpectedState(jakarta.transaction.Transaction tx, String txStatus) -
timerServiceMethodNotAllowedForSFSB
-
entityBeansAreNotSupported
@Message(id=450, value="Entity Beans are no longer supported, beans %s cannot be deployed") org.jboss.as.server.deployment.DeploymentUnitProcessingException entityBeansAreNotSupported(String beanName) -
inconsistentAttributeNotSupported
-
failedToPersistTimer
@LogMessage(level=ERROR) @Message(id=453, value="Failed to persist timer %s") void failedToPersistTimer(jakarta.ejb.Timer timerid, @Cause Exception e) -
mustOnlyBeSingleContainerTransactionElementWithWildcard
@Message(id=454, value="Only one instance on <container-transaction> with an ejb-name of * can be present.") org.jboss.as.server.deployment.DeploymentUnitProcessingException mustOnlyBeSingleContainerTransactionElementWithWildcard() -
wildcardContainerTransactionElementsMustHaveWildcardMethodName
@Message(id=455, value="<container-transaction> elements that use the wildcard Jakarta Enterprise Beans name * can only use a method name of *") org.jboss.as.server.deployment.DeploymentUnitProcessingException wildcardContainerTransactionElementsMustHaveWildcardMethodName() -
failedToRefreshTimers
@LogMessage(level=ERROR) @Message(id=456, value="Failed to refresh timers for %s") void failedToRefreshTimers(String timedObjectId) -
unexpectedErrorRolledBack
@Message(id=457, value="Unexpected Error") @Signature(java.lang.String.class) jakarta.ejb.EJBTransactionRolledbackException unexpectedErrorRolledBack(@Cause Error error) -
relativeResourceAdapterNameInStandaloneModule
@Message(id=459, value="Module %s containing bean %s is not deployed in ear but it specifies resource adapter name \'%s\' in a relative format.") org.jboss.as.server.deployment.DeploymentUnitProcessingException relativeResourceAdapterNameInStandaloneModule(String module, String bean, String adapterName) -
wrongTransactionIsolationConfiguredForTimer
@LogMessage(level=WARN) @Message(id=460, value="The transaction isolation need to be equal or stricter than READ_COMMITTED to ensure that the timer run once-and-only-once") void wrongTransactionIsolationConfiguredForTimer()Logs a waring message that the current datasource configuration does not ensure consistency in a clustered environment. -
timerUpdateFailedAndRollbackNotPossible
@LogMessage(level=ERROR) @Message(id=461, value="Update timer failed and it was not possible to rollback the transaction!") void timerUpdateFailedAndRollbackNotPossible(@Cause Throwable rbe) Transaction rollback after problems not successful -
databaseDialectNotConfiguredOrDetected
@LogMessage(level=WARN) @Message(id=462, value="Timer service database-data-store database attribute is not configured, and is not detected from connection metadata or JDBC driver name.") void databaseDialectNotConfiguredOrDetected()Logs a warning message indicating that the database dialect cannot be detected automatically. -
invalidTransactionTypeForSfsbLifecycleMethod
@LogMessage(level=WARN) @Message(id=463, value="Invalid transaction attribute type %s on SFSB lifecycle method %s of class %s, valid types are REQUIRES_NEW and NOT_SUPPORTED. Method will be treated as NOT_SUPPORTED.") void invalidTransactionTypeForSfsbLifecycleMethod(jakarta.ejb.TransactionAttributeType txAttr, org.jboss.invocation.proxy.MethodIdentifier method, Class<?> clazz) -
disableDefaultEjbPermissionsCannotBeTrue
@Message(id=464, value="The \"disable-default-ejb-permissions\" attribute may not be set to true") org.jboss.as.controller.OperationFailedException disableDefaultEjbPermissionsCannotBeTrue() -
profileAndRemotingEjbReceiversUsedTogether
@Message(id=465, value="Invalid client descriptor configuration: \'profile\' and \'remoting-ejb-receivers\' cannot be used together") org.jboss.as.server.deployment.DeploymentUnitProcessingException profileAndRemotingEjbReceiversUsedTogether() -
failedToProcessBusinessInterfaces
-
containerSuspended
@Message(id=467, value="The request was rejected as the container is suspended") EJBComponentUnavailableException containerSuspended() -
timerInvocationFailed
@Message(id=468, value="Timer invocation failed") org.jboss.as.controller.OperationFailedException timerInvocationFailed(@Cause Exception e) -
indexedChildResourceRegistrationNotAvailable
@Message(id=469, value="Indexed child resources can only be registered if the parent resource supports ordered children. The parent of \'%s\' is not indexed") IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) -
rmiIiopVoliation
@Message(id=471, value="RMI/IIOP Violation: %s%n") RuntimeException rmiIiopVoliation(String violation) -
exceptionRepositoryNotFound
@Message(id=472, value="Cannot obtain exception repository id for %s:%n%s") RuntimeException exceptionRepositoryNotFound(String name, String message) -
jndiBindings
@LogMessage(level=INFO) @Message(id=473, value="JNDI bindings for session bean named \'%s\' in deployment unit \'%s\' are as follows:%s") void jndiBindings(String ejbName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, StringBuilder bindings) -
logInconsistentAttributeNotSupported
-
mdbDeliveryStarted
-
mdbDeliveryStopped
-
missingMdbDeliveryGroup
@Message(id=477, value="MDB delivery group is missing: %s") org.jboss.as.server.deployment.DeploymentUnitProcessingException missingMdbDeliveryGroup(String deliveryGroupName) -
loadedPersistentTimerInTimeout
@LogMessage(level=ERROR) @Message(id=480, value="Loaded timer (%s) for Jakarta Enterprise Beans (%s) and this node that is marked as being in a timeout. The original timeout may not have been processed. Please use graceful shutdown to ensure timeout tasks are finished before shutting down.") void loadedPersistentTimerInTimeout(String timer, String timedObject) -
strictPoolDerivedFromWorkers
@LogMessage(level=INFO) @Message(id=481, value="Strict pool %s is using a max instance size of %d (per class), which is derived from thread worker pool sizing.") void strictPoolDerivedFromWorkers(String name, int max) -
strictPoolDerivedFromCPUs
@LogMessage(level=INFO) @Message(id=482, value="Strict pool %s is using a max instance size of %d (per class), which is derived from the number of CPUs on this host.") void strictPoolDerivedFromCPUs(String name, int max) -
mutuallyExclusiveAttributes
@Message(id=483, value="Attributes are mutually exclusive: %s, %s") XMLStreamException mutuallyExclusiveAttributes(@Param Location location, String attribute1, String attribute2) -
invalidTransactionTypeForMDB
@LogMessage(level=WARN) @Message(id=485, value="Transaction type %s is unspecified for the %s method of the %s message-driven bean. It will be handled as NOT_SUPPORTED.") void invalidTransactionTypeForMDB(jakarta.ejb.TransactionAttributeType transactionAttributeType, String methond, String componentName) -
remappingCacheAttributes
@LogMessage(level=INFO) @Message(id=486, value="Parameter \'default-clustered-sfsb-cache\' was defined for the \'add\' operation for resource \'%s\'. This parameter is deprecated and its previous behavior has been remapped to attribute \'default-sfsb-cache\'. As a result the \'default-sfsb-cache\' attribute has been set to \'%s\' and the \'default-sfsb-passivation-disabled-cache\' attribute has been set to \'%s\'.") void remappingCacheAttributes(String address, org.jboss.dmr.ModelNode defClustered, org.jboss.dmr.ModelNode passivationDisabled) -
unexpectedInvocationState
@LogMessage(level=ERROR) @Message(id=487, value="Unexpected invocation state %s") void unexpectedInvocationState(int state) -
timerNotRunning
@LogMessage(level=ERROR) @Message(id=489, value="Timer %s not running as transaction could not be started") void timerNotRunning(@Cause jakarta.transaction.NotSupportedException e, TimerImpl timer) -
multipleSecurityDomainsDetected
@Message(id=490, value="Multiple security domains not supported") org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleSecurityDomainsDetected() -
cannotBeginUserTransaction
@Message(id=491, value="The transaction begin request was rejected as the container is suspended") jakarta.ejb.EJBException cannotBeginUserTransaction() -
suspensionWaitingActiveTransactions
@LogMessage(level=INFO) @Message(id=492, value="Jakarta Enterprise Beans subsystem suspension waiting for active transactions, %d transaction(s) remaining") void suspensionWaitingActiveTransactions(int activeTransactionCount) -
suspensionComplete
@LogMessage(level=INFO) @Message(id=493, value="Jakarta Enterprise Beans subsystem suspension complete") void suspensionComplete() -
failedToObtainSSLContext
@Message(id=494, value="Failed to obtain SSLContext") RuntimeException failedToObtainSSLContext(@Cause Exception cause) -
scheduleExpressionDateFromTimerPersistenceInvalid
-
failedToCreateEJBClientInterceptor
-
failedToPersistTimerOnStartup
-
cannotReadStrictMaxPoolDerivedSize
@Message(id=499, value="Cannot read derived size - service %s unreachable") org.jboss.as.controller.OperationFailedException cannotReadStrictMaxPoolDerivedSize(org.jboss.msc.service.ServiceName serviceName) -
failedToActivateMdb
@Message(id=501, value="Failed to activate MDB %s") RuntimeException failedToActivateMdb(String componentName, @Cause Exception e) -
exceptionCheckingIfTimerShouldRun
@LogMessage(level=ERROR) @Message(id=502, value="Exception checking if timer %s should run") void exceptionCheckingIfTimerShouldRun(jakarta.ejb.Timer timer, @Cause Exception e) -
mdbOnMessageMethodCantBeFinal
@LogMessage(level=WARN) @Message(id=503, value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.4] Message Driven Bean \'onMessage\' method can not be final (MDB: %s).") void mdbOnMessageMethodCantBeFinal(String className) -
mdbOnMessageMethodCantBePrivate
@LogMessage(level=WARN) @Message(id=504, value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.4] Message Driven Bean \'onMessage\' method can not be private (MDB: %s).") void mdbOnMessageMethodCantBePrivate(String className) -
mdbOnMessageMethodCantBeStatic
@LogMessage(level=WARN) @Message(id=505, value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.4] Message Driven Bean \'onMessage\' method can not be static (MDB: %s).") void mdbOnMessageMethodCantBeStatic(String className) -
mdbCantHaveFinalizeMethod
@LogMessage(level=WARN) @Message(id=506, value="[Jakarta Enterprise Beans 3.2 spec, section 5.6.2] Message Driven Bean can not have a \'finalize\' method. (MDB: %s)") void mdbCantHaveFinalizeMethod(String className) -
exceptionPersistPostTimerState
@LogMessage(level=ERROR) @Message(id=507, value="Failed to persist timer\'s state %s. Timer has to be restored manually") void exceptionPersistPostTimerState(jakarta.ejb.Timer timer, @Cause Exception e) -
exceptionPersistTimerState
@LogMessage(level=WARN) @Message(id=508, value="Failed to persist timer\'s state %s due to %s") void exceptionPersistTimerState(jakarta.ejb.Timer timer, Exception e) -
clusteredEJBsBoundToINADDRANY
@LogMessage(level=WARN) @Message(id=509, value="Clustered Jakarta Enterprise Beans in Node: %s are bound to INADDR_ANY(%s). Either use a non-wildcard server bind address or add client-mapping entries to the relevant socket-binding for the Remoting connector") void clusteredEJBsBoundToINADDRANY(String nodeName, String ip) -
missingRunAsAnnotation
@LogMessage(level=WARN) @Message(id=510, value="@RunAs annotation is required when using @RunAsPrincipal on class %s") void missingRunAsAnnotation(String className) -
cannotBuildIndexForServerInterceptor
@Message(id=511, value="Cannot build reflection index for server interceptor class %s") RuntimeException cannotBuildIndexForServerInterceptor(String interceptorClass, @Cause Exception e) -
serverInterceptorNoEmptyConstructor
@Message(id=512, value="Server interceptor class %s does not have a no parameter constructor") RuntimeException serverInterceptorNoEmptyConstructor(String interceptorClass, @Cause Exception e) -
serverInterceptorInvalidMethod
@Message(id=513, value="Method %s in server interceptor %s annotated with %s has invalid signature") RuntimeException serverInterceptorInvalidMethod(String methodName, String interceptorClass, String annotationClass, @Cause Exception e) -
cannotLoadServerInterceptorModule
@Message(id=514, value="Cannot load server interceptor module %s") RuntimeException cannotLoadServerInterceptorModule(String moduleId, @Cause Exception e) -
singletonCantImplementSessionBean
@LogMessage(level=WARN) @Message(id=515, value="[Jakarta Enterprise Beans 3.2 spec, section 4.9.2] Singleton session beans are not allowed to implement \'jakarta.ejb.SessionBean\' interface. This interface on bean \'%s\' is going to be ignored and should be removed.") void singletonCantImplementSessionBean(String className) -
iiopBindings
-
typeSpecViolation
@LogMessage(level=ERROR) @Message(id=517, value="[Jakarta Enterprise Beans 3.2 spec, section 4.1] Spec violation for class %s. Session Jakarta Enterprise Beans should have only one of the following types : Stateful, Stateless, Singleton.") void typeSpecViolation(String className) -
cannotResolveFilteredClass
@Message(id=518, value="Exception resolving class %s for unmarshalling; it has either been blocklisted or not allowlisted") InvalidClassException cannotResolveFilteredClass(String clazz) -
invalidFilterSpec
@Message(id=519, value="Invalid unmarshalling filter specification %s; specifications must describe class or package name matching patterns") IllegalArgumentException invalidFilterSpec(String spec) -
missingClassInAnnotation
-
defaultPoolExpressionCouldNotBeResolved
-
timerNotDeployed
@LogMessage(level=WARN) @Message(id=523, value="Timer %s has not been deployed") void timerNotDeployed(String timer) -
timerCannotBeAdded
@Message(id=524, value="Timer %s cannot be added") RuntimeException timerCannotBeAdded(TimerImpl timer) -
mappedNameNotSupported
-
timerNotFound
@Message(id=526, value="Timer %s does not exist") org.jboss.as.controller.OperationFailedException timerNotFound(String timerId) -
connectorNotConfiguredForEJBClientInvocations
@LogMessage(level=ERROR) @Message(id=527, value="Remoting connector (address %s, port %s) is not correctly configured for EJB client invocations, the connector must be listed in <remote/> \'connectors\' attribute to receive EJB client invocations") void connectorNotConfiguredForEJBClientInvocations(String address, int port) -
ejbBusinessMethodMustBePublic
@LogMessage(level=DEBUG) @Message(id=528, value="Jakarta Enterprise Beans business method %s must be public") void ejbBusinessMethodMustBePublic(Method method) -
failedToRetrieveTimerInfo
-
legacySecurityUnsupported
@Message(id=530, value="The deployment is configured to use a legacy security domain \'%s\' which is no longer supported.") IllegalStateException legacySecurityUnsupported(String domainName) -
legacyClientMappingsRegistryProviderInUse
@LogMessage(level=WARN) @Message(id=531, value="No client mappings registry provider found for %s; using legacy provider based on static configuration") void legacyClientMappingsRegistryProviderInUse(String name) -
unknownDatabaseName
@LogMessage(level=WARN) @Message(id=532, value="Database detected from configuration is: \'%s\'. If this is incorrect, please specify the correct database.") void unknownDatabaseName(String name) -
invocationFailed
-
authenticationFailed
-
messageEndpointAlreadyReleasedISE
@Message(id=535, value="Message endpoint %s has already been released") IllegalStateException messageEndpointAlreadyReleasedISE(jakarta.resource.spi.endpoint.MessageEndpoint messageEndpoint) -
unsupportedEJBReceiverProtocol
@Message(id=536, value="Unsupported EJB receiver protocol %s") IllegalArgumentException unsupportedEJBReceiverProtocol(String uriScheme)
-