Class EjbLogger_$logger

  • All Implemented Interfaces:
    Serializable, EjbLogger, org.jboss.logging.BasicLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2022-05-11T13:45:25+0100")
    public class EjbLogger_$logger
    extends org.jboss.logging.DelegatingBasicLogger
    implements EjbLogger, org.jboss.logging.BasicLogger, Serializable
    Warning this class consists of generated code.
    See Also:
    Serialized Form
    • Constructor Detail

      • EjbLogger_$logger

        public EjbLogger_$logger​(org.jboss.logging.Logger log)
    • Method Detail

      • getLoggingLocale

        protected Locale getLoggingLocale()
      • getTxManagerStatusFailed

        public final void getTxManagerStatusFailed​(Throwable cause)
        Description copied from interface: EjbLogger
        Logs an error message indicating an exception occurred while getting status
        Specified by:
        getTxManagerStatusFailed in interface EjbLogger
        Parameters:
        cause - the cause of the error.
      • getTxManagerStatusFailed$str

        protected String getTxManagerStatusFailed$str()
      • setRollbackOnlyFailed

        public final void setRollbackOnlyFailed​(Throwable se)
        Description copied from interface: EjbLogger
        Logs an error message indicating an exception occurred while calling setRollBackOnly
        Specified by:
        setRollbackOnlyFailed in interface EjbLogger
        Parameters:
        se - the cause of the error.
      • setRollbackOnlyFailed$str

        protected String setRollbackOnlyFailed$str()
      • activationConfigPropertyIgnored

        public final void activationConfigPropertyIgnored​(Object propName,
                                                          String resourceAdapterName)
        Description copied from interface: EjbLogger
        Logs a warning message indicating ActivationConfigProperty will be ignored since it is not allowed by resource adapter
        Specified by:
        activationConfigPropertyIgnored in interface EjbLogger
      • activationConfigPropertyIgnored$str

        protected String activationConfigPropertyIgnored$str()
      • discardingStatefulComponent$str

        protected String discardingStatefulComponent$str()
      • defaultInterceptorClassNotListed

        public final void defaultInterceptorClassNotListed​(String clazz)
        Description copied from interface: EjbLogger
        Logs a warning message indicating Default interceptor class is not listed in the section of ejb-jar.xml and will not be applied"
        Specified by:
        defaultInterceptorClassNotListed in interface EjbLogger
      • defaultInterceptorClassNotListed$str

        protected String defaultInterceptorClassNotListed$str()
      • unknownTimezoneId

        public final void unknownTimezoneId​(String timezoneId,
                                            String id)
        Description copied from interface: EjbLogger
        Logs a warning message indicating Unknown timezone id found in schedule expression. Ignoring it and using server's timezone
        Specified by:
        unknownTimezoneId in interface EjbLogger
      • unknownTimezoneId$str

        protected String unknownTimezoneId$str()
      • timerPersistenceNotEnable

        public final void timerPersistenceNotEnable()
        Description copied from interface: EjbLogger
        Logs a warning message indicating the timer persistence is not enabled, persistent timers will not survive JVM restarts
        Specified by:
        timerPersistenceNotEnable in interface EjbLogger
      • timerPersistenceNotEnable$str

        protected String timerPersistenceNotEnable$str()
      • nextExpirationIsNull

        public final void nextExpirationIsNull​(TimerImpl timer)
        Description copied from interface: EjbLogger
        Logs an info message indicating the next expiration is null. No tasks will be scheduled for timer
        Specified by:
        nextExpirationIsNull in interface EjbLogger
      • nextExpirationIsNull$str

        protected String nextExpirationIsNull$str()
      • ignoringException

        public final void ignoringException​(Throwable e)
        Description copied from interface: EjbLogger
        Logs an error message indicating Ignoring exception during setRollbackOnly
        Specified by:
        ignoringException in interface EjbLogger
      • ignoringException$str

        protected String ignoringException$str()
      • errorInvokeTimeout

        public final void errorInvokeTimeout​(jakarta.ejb.Timer timer,
                                             Throwable e)
        Description copied from interface: EjbLogger
        Logs an error message indicating an error invoking timeout for timer
        Specified by:
        errorInvokeTimeout in interface EjbLogger
      • errorInvokeTimeout$str

        protected String errorInvokeTimeout$str()
      • timerRetried

        public final void timerRetried​(jakarta.ejb.Timer timer)
        Description copied from interface: EjbLogger
        Logs an info message indicating timer will be retried
        Specified by:
        timerRetried in interface EjbLogger
      • timerRetried$str

        protected String timerRetried$str()
      • errorDuringRetryTimeout

        public final void errorDuringRetryTimeout​(jakarta.ejb.Timer timer,
                                                  Throwable e)
        Description copied from interface: EjbLogger
        Logs an error message indicating an error during retyring timeout for timer
        Specified by:
        errorDuringRetryTimeout in interface EjbLogger
      • errorDuringRetryTimeout$str

        protected String errorDuringRetryTimeout$str()
      • retryingTimeout

        public final void retryingTimeout​(jakarta.ejb.Timer timer)
        Description copied from interface: EjbLogger
        Logs an info message indicating retrying timeout for timer
        Specified by:
        retryingTimeout in interface EjbLogger
      • retryingTimeout$str

        protected String retryingTimeout$str()
      • timerNotActive

        public final void timerNotActive​(jakarta.ejb.Timer timer)
        Description copied from interface: EjbLogger
        Logs an info message indicating timer is not active, skipping retry of timer
        Specified by:
        timerNotActive in interface EjbLogger
      • timerNotActive$str

        protected String timerNotActive$str()
      • failToReadTimerInformation

        public final void failToReadTimerInformation​(String componentName)
        Description copied from interface: EjbLogger
        Logs a warning message indicating could not read timer information for Jakarta Enterprise Beans component
        Specified by:
        failToReadTimerInformation in interface EjbLogger
      • failToReadTimerInformation$str

        protected String failToReadTimerInformation$str()
      • failToRestoreTimers

        public final void failToRestoreTimers​(File file)
        Description copied from interface: EjbLogger
        Logs an error message indicating it's not a directory, could not restore timers"
        Specified by:
        failToRestoreTimers in interface EjbLogger
      • failToRestoreTimers$str

        protected String failToRestoreTimers$str()
      • failToRestoreTimersFromFile

        public final void failToRestoreTimersFromFile​(File timerFile,
                                                      Throwable e)
        Description copied from interface: EjbLogger
        Logs an error message indicating it could not restore timer from file
        Specified by:
        failToRestoreTimersFromFile in interface EjbLogger
      • failToRestoreTimersFromFile$str

        protected String failToRestoreTimersFromFile$str()
      • failToCloseFile

        public final void failToCloseFile​(Throwable e)
        Description copied from interface: EjbLogger
        Logs an error message indicating error closing file
        Specified by:
        failToCloseFile in interface EjbLogger
      • failToCloseFile$str

        protected String failToCloseFile$str()
      • failToRestoreTimersForObjectId$str

        protected String failToRestoreTimersForObjectId$str()
      • failToCreateDirectoryForPersistTimers

        public final void failToCreateDirectoryForPersistTimers​(File file)
        Description copied from interface: EjbLogger
        Logs an error message indicating Could not restore timers for specified id
        Specified by:
        failToCreateDirectoryForPersistTimers in interface EjbLogger
      • failToCreateDirectoryForPersistTimers$str

        protected String failToCreateDirectoryForPersistTimers$str()
      • invocationFailed$str

        protected String invocationFailed$str()
      • couldNotFindEjbForLocatorIIOP

        public final void couldNotFindEjbForLocatorIIOP​(org.jboss.ejb.client.EJBLocator<?> locator)
        Description copied from interface: EjbLogger
        Logs an error message indicating that an Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocation
        Specified by:
        couldNotFindEjbForLocatorIIOP in interface EjbLogger
      • couldNotFindEjbForLocatorIIOP$str

        protected String couldNotFindEjbForLocatorIIOP$str()
      • ejbNotExposedOverIIOP

        public final void ejbNotExposedOverIIOP​(org.jboss.ejb.client.EJBLocator<?> locator)
        Description copied from interface: EjbLogger
        Logs an error message indicating that an Jakarta Enterprise Beans client proxy could not be swapped out in a RMI invocation
        Specified by:
        ejbNotExposedOverIIOP in interface EjbLogger
      • ejbNotExposedOverIIOP$str

        protected String ejbNotExposedOverIIOP$str()
      • dynamicStubCreationFailed$str

        protected String dynamicStubCreationFailed$str()
      • logMDBStart

        public final void logMDBStart​(String mdbName,
                                      String raName)
        Description copied from interface: EjbLogger
        Logs a message which includes the resource adapter name and the destination on which a message driven bean is listening
        Specified by:
        logMDBStart in interface EjbLogger
        Parameters:
        mdbName - The message driven bean name
        raName - The resource adapter name
      • logMDBStart$str

        protected String logMDBStart$str()
      • skipOverlappingInvokeTimeout

        public final void skipOverlappingInvokeTimeout​(jakarta.ejb.Timer timer,
                                                       Date scheduledTime)
        Description copied from interface: EjbLogger
        Logs a waring message indicating an overlapped invoking timeout for timer
        Specified by:
        skipOverlappingInvokeTimeout in interface EjbLogger
      • skipOverlappingInvokeTimeout$str

        protected String skipOverlappingInvokeTimeout$str()
      • resourceAdapterRepositoryUnAvailable$str

        protected String resourceAdapterRepositoryUnAvailable$str()
      • noSuchEndpointException$str

        protected String noSuchEndpointException$str()
      • noSuchEndpointException

        public final IllegalArgumentException noSuchEndpointException​(String resourceAdapterName,
                                                                      org.jboss.jca.core.spi.rar.NotFoundException notFoundException)
        Description copied from interface: EjbLogger
        Returns a IllegalArgumentException indicating that no Endpoint could be found for a resource adapter named resourceAdapterName
        Specified by:
        noSuchEndpointException in interface EjbLogger
        Parameters:
        resourceAdapterName - The name of the resource adapter
        notFoundException - The original exception cause
        Returns:
        the exception
      • endpointUnAvailable$str

        protected String endpointUnAvailable$str()
      • failureDuringEndpointDeactivation$str

        protected String failureDuringEndpointDeactivation$str()
      • failureDuringEndpointDeactivation

        public final RuntimeException failureDuringEndpointDeactivation​(String componentName,
                                                                        jakarta.resource.ResourceException cause)
        Description copied from interface: EjbLogger
        Returns a RuntimeException indicating that the Endpoint for the message driven component, could not be deactivated
        Specified by:
        failureDuringEndpointDeactivation in interface EjbLogger
        Parameters:
        componentName - The message driven component name
        cause - Original cause
        Returns:
        the exception
      • failureDuringLoadOfClusterNodeSelector$str

        protected String failureDuringLoadOfClusterNodeSelector$str()
      • failedToCreateOptionForProperty$str

        protected String failedToCreateOptionForProperty$str()
      • viewNotFound$str

        protected String viewNotFound$str()
      • asyncInvocationOnlyApplicableForSessionBeans$str

        protected String asyncInvocationOnlyApplicableForSessionBeans$str()
      • notStatefulSessionBean$str

        protected String notStatefulSessionBean$str()
      • failedToMarshalEjbParameters$str

        protected String failedToMarshalEjbParameters$str()
      • unknownDeployment$str

        protected String unknownDeployment$str()
      • unknownDeployment

        public final jakarta.ejb.NoSuchEJBException unknownDeployment​(org.jboss.ejb.client.EJBLocator<?> locator)
        Specified by:
        unknownDeployment in interface EjbLogger
      • ejbNotFoundInDeployment$str

        protected String ejbNotFoundInDeployment$str()
      • ejbNotFoundInDeployment

        public final jakarta.ejb.NoSuchEJBException ejbNotFoundInDeployment​(org.jboss.ejb.client.EJBLocator<?> locator)
        Specified by:
        ejbNotFoundInDeployment in interface EjbLogger
      • annotationApplicableOnlyForMethods$str

        protected String annotationApplicableOnlyForMethods$str()
      • aroundTimeoutMethodExpectedWithInvocationContextParam$str

        protected String aroundTimeoutMethodExpectedWithInvocationContextParam$str()
      • aroundTimeoutMethodMustReturnObjectType$str

        protected String aroundTimeoutMethodMustReturnObjectType$str()
      • wrongTxOnThread$str

        protected String wrongTxOnThread$str()
      • unknownTxAttributeOnInvocation$str

        protected String unknownTxAttributeOnInvocation$str()
      • txRequiredForInvocation$str

        protected String txRequiredForInvocation$str()
      • txRequiredForInvocation

        public final jakarta.ejb.EJBTransactionRequiredException txRequiredForInvocation​(org.jboss.invocation.InterceptorContext invocation)
        Specified by:
        txRequiredForInvocation in interface EjbLogger
      • txPresentForNeverTxAttribute$str

        protected String txPresentForNeverTxAttribute$str()
      • failedToSetRollbackOnly$str

        protected String failedToSetRollbackOnly$str()
      • viewInterfaceCannotBeNull$str

        protected String viewInterfaceCannotBeNull$str()
      • failedToLoadViewClassForComponent$str

        protected String failedToLoadViewClassForComponent$str()
      • illegalCallToEjbHomeRemove$str

        protected String illegalCallToEjbHomeRemove$str()
      • setRollbackOnlyNotAllowedForSupportsTxAttr$str

        protected String setRollbackOnlyNotAllowedForSupportsTxAttr$str()
      • cannotCallGetPKOnSessionBean$str

        protected String cannotCallGetPKOnSessionBean$str()
      • ejb2xViewNotApplicableForSingletonBeans$str

        protected String ejb2xViewNotApplicableForSingletonBeans$str()
      • ejbLocalObjectUnavailable$str

        protected String ejbLocalObjectUnavailable$str()
      • cannotBeApplicationExceptionBecauseNotAnExceptionType$str

        protected String cannotBeApplicationExceptionBecauseNotAnExceptionType$str()
      • rmiRemoteExceptionCannotBeApplicationException$str

        protected String rmiRemoteExceptionCannotBeApplicationException$str()
      • annotationOnlyAllowedOnClass$str

        protected String annotationOnlyAllowedOnClass$str()
      • beanWithRemoteAnnotationImplementsMoreThanOneInterface$str

        protected String beanWithRemoteAnnotationImplementsMoreThanOneInterface$str()
      • beanWithLocalAnnotationImplementsMoreThanOneInterface$str

        protected String beanWithLocalAnnotationImplementsMoreThanOneInterface$str()
      • failedToAnalyzeRemoteInterface$str

        protected String failedToAnalyzeRemoteInterface$str()
      • failedToParse$str

        protected String failedToParse$str()
      • failedToParse

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParse​(Exception e,
                                                                                                    String filePath)
        Specified by:
        failedToParse in interface EjbLogger
      • failedToInstallManagementResource$str

        protected String failedToInstallManagementResource$str()
      • failedToLoadViewClass$str

        protected String failedToLoadViewClass$str()
      • couldNotDetermineEjbRefForInjectionTarget$str

        protected String couldNotDetermineEjbRefForInjectionTarget$str()
      • couldNotDetermineEjbLocalRefForInjectionTarget$str

        protected String couldNotDetermineEjbLocalRefForInjectionTarget$str()
      • onlySetterMethodsAllowedToHaveEJBAnnotation$str

        protected String onlySetterMethodsAllowedToHaveEJBAnnotation$str()
      • nameAttributeRequiredForEJBAnnotationOnClass$str

        protected String nameAttributeRequiredForEJBAnnotationOnClass$str()
      • beanInterfaceAttributeRequiredForEJBAnnotationOnClass$str

        protected String beanInterfaceAttributeRequiredForEJBAnnotationOnClass$str()
      • moduleNotAttachedToDeploymentUnit$str

        protected String moduleNotAttachedToDeploymentUnit$str()
      • mdbDoesNotImplementNorSpecifyMessageListener$str

        protected String mdbDoesNotImplementNorSpecifyMessageListener$str()
      • mdbDoesNotImplementNorSpecifyMessageListener

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException mdbDoesNotImplementNorSpecifyMessageListener​(org.jboss.jandex.ClassInfo beanClass)
        Specified by:
        mdbDoesNotImplementNorSpecifyMessageListener in interface EjbLogger
      • unknownSessionBeanType$str

        protected String unknownSessionBeanType$str()
      • moreThanOneMethodWithSameNameOnComponent$str

        protected String moreThanOneMethodWithSameNameOnComponent$str()
      • unknownEJBLocatorType$str

        protected String unknownEJBLocatorType$str()
      • couldNotCreateCorbaObject$str

        protected String couldNotCreateCorbaObject$str()
      • incorrectEJBLocatorForBean$str

        protected String incorrectEJBLocatorForBean$str()
      • failedToLookupORB$str

        protected String failedToLookupORB$str()
      • notAnObjectImpl$str

        protected String notAnObjectImpl$str()
      • messageEndpointAlreadyReleased$str

        protected String messageEndpointAlreadyReleased$str()
      • messageEndpointAlreadyReleased

        public final jakarta.resource.spi.UnavailableException messageEndpointAlreadyReleased​(jakarta.resource.spi.endpoint.MessageEndpoint messageEndpoint)
        Specified by:
        messageEndpointAlreadyReleased in interface EjbLogger
      • timerInvocationFailedDueToInvokerNotBeingStarted$str

        protected String timerInvocationFailedDueToInvokerNotBeingStarted$str()
      • invalidValueForSecondInScheduleExpression$str

        protected String invalidValueForSecondInScheduleExpression$str()
      • timerInvocationRolledBack$str

        protected String timerInvocationRolledBack$str()
      • noJNDIBindingsForSessionBean$str

        protected String noJNDIBindingsForSessionBean$str()
      • sessionBeanClassCannotBeAnInterface$str

        protected String sessionBeanClassCannotBeAnInterface$str()
      • sessionBeanClassMustBePublicNonAbstractNonFinal$str

        protected String sessionBeanClassMustBePublicNonAbstractNonFinal$str()
      • mdbClassCannotBeAnInterface$str

        protected String mdbClassCannotBeAnInterface$str()
      • mdbClassMustBePublicNonAbstractNonFinal$str

        protected String mdbClassMustBePublicNonAbstractNonFinal$str()
      • failedToCreateDeploymentNodeSelector$str

        protected String failedToCreateDeploymentNodeSelector$str()
      • ejbMustHavePublicDefaultConstructor$str

        protected String ejbMustHavePublicDefaultConstructor$str()
      • ejbMustHavePublicDefaultConstructor

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustHavePublicDefaultConstructor​(String componentName,
                                                                                                                          String componentClassName)
        Specified by:
        ejbMustHavePublicDefaultConstructor in interface EjbLogger
      • ejbMustNotBeInnerClass$str

        protected String ejbMustNotBeInnerClass$str()
      • ejbMustNotBeInnerClass

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustNotBeInnerClass​(String componentName,
                                                                                                             String componentClassName)
        Specified by:
        ejbMustNotBeInnerClass in interface EjbLogger
      • ejbMustBePublicClass$str

        protected String ejbMustBePublicClass$str()
      • ejbMustBePublicClass

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustBePublicClass​(String componentName,
                                                                                                           String componentClassName)
        Specified by:
        ejbMustBePublicClass in interface EjbLogger
      • ejbMustNotBeFinalClass$str

        protected String ejbMustNotBeFinalClass$str()
      • ejbMustNotBeFinalClass

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbMustNotBeFinalClass​(String componentName,
                                                                                                             String componentClassName)
        Specified by:
        ejbMustNotBeFinalClass in interface EjbLogger
      • ejbMethodMustNotBeFinalNorStatic$str

        protected String ejbMethodMustNotBeFinalNorStatic$str()
      • reentrantSingletonCreation$str

        protected String reentrantSingletonCreation$str()
      • unauthorizedAccessToUserTransaction$str

        protected String unauthorizedAccessToUserTransaction$str()
      • timerServiceIsNotActive$str

        protected String timerServiceIsNotActive$str()
      • ejbHasNoTimerMethods$str

        protected String ejbHasNoTimerMethods$str()
      • deploymentAddListenerException$str

        protected String deploymentAddListenerException$str()
      • deploymentRemoveListenerException$str

        protected String deploymentRemoveListenerException$str()
      • failedToRemoveManagementResources$str

        protected String failedToRemoveManagementResources$str()
      • cobraInterfaceRepository$str

        protected String cobraInterfaceRepository$str()
      • cannotUnregisterEJBHomeFromCobra$str

        protected String cannotUnregisterEJBHomeFromCobra$str()
      • cannotDeactivateHomeServant$str

        protected String cannotDeactivateHomeServant$str()
      • cannotDeactivateBeanServant$str

        protected String cannotDeactivateBeanServant$str()
      • couldNotWriteMethodInvocation$str

        protected String couldNotWriteMethodInvocation$str()
      • exceptionGeneratingSessionId$str

        protected String exceptionGeneratingSessionId$str()
      • failedToGetStatus$str

        protected String failedToGetStatus$str()
      • failedToRollback$str

        protected String failedToRollback$str()
      • transactionNotComplete2$str

        protected String transactionNotComplete2$str()
      • timerReinstatementFailed$str

        protected String timerReinstatementFailed$str()
      • skipInvokeTimeoutDuringRetry

        public final void skipInvokeTimeoutDuringRetry​(jakarta.ejb.Timer timer,
                                                       Date scheduledTime)
        Description copied from interface: EjbLogger
        Logs a waring message indicating an overlapped invoking timeout for timer
        Specified by:
        skipInvokeTimeoutDuringRetry in interface EjbLogger
      • skipInvokeTimeoutDuringRetry$str

        protected String skipInvokeTimeoutDuringRetry$str()
      • couldNotCreateTable$str

        protected String couldNotCreateTable$str()
      • exceptionRunningTimerTask$str

        protected String exceptionRunningTimerTask$str()
      • deprecatedAnnotation$str

        protected String deprecatedAnnotation$str()
      • deprecatedNamespace$str

        protected String deprecatedNamespace$str()
      • couldNotFindEjb$str

        protected String couldNotFindEjb$str()
      • couldNotFindEjb

        public final jakarta.ejb.NoSuchEJBException couldNotFindEjb​(String sessionId)
        Description copied from interface: EjbLogger
        Creates an exception indicating it could not find the Jakarta Enterprise Beans with specific id
        Specified by:
        couldNotFindEjb in interface EjbLogger
        Parameters:
        sessionId - Session id
        Returns:
        a NoSuchEJBException for the error.
      • componentNotSetInInterceptor$str

        protected String componentNotSetInInterceptor$str()
      • methodNameIsNull$str

        protected String methodNameIsNull$str()
      • beanHomeInterfaceIsNull$str

        protected String beanHomeInterfaceIsNull$str()
      • beanLocalHomeInterfaceIsNull$str

        protected String beanLocalHomeInterfaceIsNull$str()
      • failToCallgetRollbackOnly$str

        protected String failToCallgetRollbackOnly$str()
      • failToCallgetRollbackOnlyOnNoneTransaction$str

        protected String failToCallgetRollbackOnlyOnNoneTransaction$str()
      • failToCallgetRollbackOnlyAfterTxcompleted$str

        protected String failToCallgetRollbackOnlyAfterTxcompleted$str()
      • jndiNameCannotBeNull$str

        protected String jndiNameCannotBeNull$str()
      • noNamespaceContextSelectorAvailable$str

        protected String noNamespaceContextSelectorAvailable$str()
      • failToLookupJNDI$str

        protected String failToLookupJNDI$str()
      • failToLookupJNDINameSpace$str

        protected String failToLookupJNDINameSpace$str()
      • failToLookupStrippedJNDI$str

        protected String failToLookupStrippedJNDI$str()
      • failToCallSetRollbackOnlyOnNoneCMB$str

        protected String failToCallSetRollbackOnlyOnNoneCMB$str()
      • failToCallSetRollbackOnlyWithNoTx$str

        protected String failToCallSetRollbackOnlyWithNoTx$str()
      • EjbJarConfigurationIsNull$str

        protected String EjbJarConfigurationIsNull$str()
      • SecurityRolesIsNull$str

        protected String SecurityRolesIsNull$str()
      • failToLinkFromEmptySecurityRole$str

        protected String failToLinkFromEmptySecurityRole$str()
      • failToLinkToEmptySecurityRole$str

        protected String failToLinkToEmptySecurityRole$str()
      • ejbJarConfigNotFound$str

        protected String ejbJarConfigNotFound$str()
      • ejbJarConfigNotFound

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException ejbJarConfigNotFound​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
        Description copied from interface: EjbLogger
        Creates an exception indicating that the EjbJarConfiguration was not found as an attachment in deployment unit
        Specified by:
        ejbJarConfigNotFound in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • componentViewNotAvailableInContext$str

        protected String componentViewNotAvailableInContext$str()
      • unknownResourceAdapter$str

        protected String unknownResourceAdapter$str()
      • failToCompleteTaskBeforeTimeOut$str

        protected String failToCompleteTaskBeforeTimeOut$str()
      • taskWasCancelled$str

        protected String taskWasCancelled$str()
      • methodNotImplemented$str

        protected String methodNotImplemented$str()
      • unexpectedComponent$str

        protected String unexpectedComponent$str()
      • ejbJarConfigNotBeenSet$str

        protected String ejbJarConfigNotBeenSet$str()
      • poolConfigIsEmpty$str

        protected String poolConfigIsEmpty$str()
      • failToAddClassToLocalView$str

        protected String failToAddClassToLocalView$str()
      • businessInterfaceIsNull$str

        protected String businessInterfaceIsNull$str()
      • beanComponentMissingEjbObject$str

        protected String beanComponentMissingEjbObject$str()
      • getRollBackOnlyIsNotAllowWithSupportsAttribute$str

        protected String getRollBackOnlyIsNotAllowWithSupportsAttribute$str()
      • failToCallBusinessOnNonePublicMethod$str

        protected String failToCallBusinessOnNonePublicMethod$str()
      • failToCallBusinessOnNonePublicMethod

        public final jakarta.ejb.EJBException failToCallBusinessOnNonePublicMethod​(Method method)
        Description copied from interface: EjbLogger
        Creates an exception indicating not a business method. Do not call non-public methods on Jakarta Enterprise Beans's
        Specified by:
        failToCallBusinessOnNonePublicMethod in interface EjbLogger
        Returns:
        a EJBException for the error.
      • componentInstanceNotAvailable$str

        protected String componentInstanceNotAvailable$str()
      • componentInstanceNotAvailable

        public final Exception componentInstanceNotAvailable​(org.jboss.invocation.InterceptorContext interceptorContext)
        Description copied from interface: EjbLogger
        Creates an exception indicating component instance isn't available for invocation
        Specified by:
        componentInstanceNotAvailable in interface EjbLogger
        Returns:
        a Exception for the error.
      • failToObtainLock$str

        protected String failToObtainLock$str()
      • failToObtainLock

        public final jakarta.ejb.ConcurrentAccessTimeoutException failToObtainLock​(String ejb,
                                                                                   long value,
                                                                                   TimeUnit timeUnit)
        Description copied from interface: EjbLogger
        Creates an exception indicating could not obtain lock within the specified time
        Specified by:
        failToObtainLock in interface EjbLogger
        Returns:
        a ConcurrentAccessTimeoutException for the error.
      • statefulSessionIdIsNull$str

        protected String statefulSessionIdIsNull$str()
      • removeMethodIsNull$str

        protected String removeMethodIsNull$str()
      • componentNotInstanceOfSessionComponent$str

        protected String componentNotInstanceOfSessionComponent$str()
      • bothMethodIntAndClassNameSet$str

        protected String bothMethodIntAndClassNameSet$str()
      • failToUpgradeToWriteLock$str

        protected String failToUpgradeToWriteLock$str()
      • failToUpgradeToWriteLock

        public final jakarta.ejb.IllegalLoopbackException failToUpgradeToWriteLock()
        Description copied from interface: EjbLogger
        Creates an exception indicating Enterprise Beans 3.1 PFD2 4.8.5.1.1 upgrading from read to write lock is not allowed
        Specified by:
        failToUpgradeToWriteLock in interface EjbLogger
        Returns:
        a IllegalLoopbackException for the error.
      • componentIsNull$str

        protected String componentIsNull$str()
      • invocationNotApplicableForMethodInvocation$str

        protected String invocationNotApplicableForMethodInvocation$str()
      • concurrentAccessTimeoutException$str

        protected String concurrentAccessTimeoutException$str()
      • concurrentAccessTimeoutException

        public final jakarta.ejb.ConcurrentAccessTimeoutException concurrentAccessTimeoutException​(String ejb,
                                                                                                   String s)
        Description copied from interface: EjbLogger
        Creates an exception Enterprise Beans 3.1 PFD2 4.8.5.5.1 concurrent access timeout on invocation - could not obtain lock within
        Specified by:
        concurrentAccessTimeoutException in interface EjbLogger
        Returns:
        a ConcurrentAccessTimeoutException for the error.
      • failToObtainLockIllegalType$str

        protected String failToObtainLockIllegalType$str()
      • cannotCall2$str

        protected String cannotCall2$str()
      • cannotCall

        public final IllegalStateException cannotCall​(String methodName,
                                                      String missing)
        Description copied from interface: EjbLogger
        Creates an exception indicating the inability to call the method as something is missing for the invocation.
        Specified by:
        cannotCall in interface EjbLogger
        Parameters:
        methodName - the name of the method.
        missing - the missing type.
        Returns:
        a IllegalStateException for the error.
      • noAsynchronousInvocationInProgress$str

        protected String noAsynchronousInvocationInProgress$str()
      • isDeprecated$str

        protected String isDeprecated$str()
      • roleNamesIsNull$str

        protected String roleNamesIsNull$str()
      • roleNamesIsNull

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException roleNamesIsNull​(String ejbName)
        Description copied from interface: EjbLogger
        Creates an exception indicating cannot be null or empty in for bean
        Specified by:
        roleNamesIsNull in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • defaultInterceptorsNotBindToMethod$str

        protected String defaultInterceptorsNotBindToMethod$str()
      • defaultInterceptorsNotBindToMethod

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultInterceptorsNotBindToMethod()
        Description copied from interface: EjbLogger
        Creates an exception indicating Default interceptors cannot specify a method to bind to in ejb-jar.xml
        Specified by:
        defaultInterceptorsNotBindToMethod in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • twoEjbBindingsSpecifyAbsoluteOrder$str

        protected String twoEjbBindingsSpecifyAbsoluteOrder$str()
      • twoEjbBindingsSpecifyAbsoluteOrder

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException twoEjbBindingsSpecifyAbsoluteOrder​(String component)
        Description copied from interface: EjbLogger
        Creates an exception indicating Two ejb-jar.xml bindings for %s specify an absolute order
        Specified by:
        twoEjbBindingsSpecifyAbsoluteOrder in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToFindMethodInEjbJarXml$str

        protected String failToFindMethodInEjbJarXml$str()
      • failToFindMethodInEjbJarXml

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindMethodInEjbJarXml​(String name,
                                                                                                                  String methodName)
        Description copied from interface: EjbLogger
        Creates an exception indicating Could not find method specified referenced in ejb-jar.xml
        Specified by:
        failToFindMethodInEjbJarXml in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • multipleMethodReferencedInEjbJarXml$str

        protected String multipleMethodReferencedInEjbJarXml$str()
      • multipleMethodReferencedInEjbJarXml

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleMethodReferencedInEjbJarXml​(String methodName,
                                                                                                                          String name)
        Description copied from interface: EjbLogger
        Creates an exception indicating More than one method found on class referenced in ejb-jar.xml. Specify the parameter types to resolve the ambiguity
        Specified by:
        multipleMethodReferencedInEjbJarXml in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToFindMethodWithParameterTypes$str

        protected String failToFindMethodWithParameterTypes$str()
      • failToFindMethodWithParameterTypes

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindMethodWithParameterTypes​(String name,
                                                                                                                         String methodName,
                                                                                                                         org.jboss.metadata.ejb.spec.MethodParametersMetaData methodParams)
        Description copied from interface: EjbLogger
        Creates an exception indicating could not find method with parameter types referenced in ejb-jar.xml
        Specified by:
        failToFindMethodWithParameterTypes in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToLoadComponentClass$str

        protected String failToLoadComponentClass$str()
      • failToLoadComponentClass

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadComponentClass​(Throwable t,
                                                                                                               String componentName)
        Description copied from interface: EjbLogger
        Creates an exception indicating could not load component class
        Specified by:
        failToLoadComponentClass in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToMergeData$str

        protected String failToMergeData$str()
      • failToMergeData

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToMergeData​(String componentName,
                                                                                                      Throwable e)
        Description copied from interface: EjbLogger
        Creates an exception indicating Could not merge data
        Specified by:
        failToMergeData in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToLoadEjbClass$str

        protected String failToLoadEjbClass$str()
      • failToLoadEjbClass

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadEjbClass​(String ejbClassName,
                                                                                                         Throwable e)
        Description copied from interface: EjbLogger
        Creates an exception indicating it could not load Jakarta Enterprise Beans class
        Specified by:
        failToLoadEjbClass in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • multipleAnnotationsOnBean$str

        protected String multipleAnnotationsOnBean$str()
      • multipleCreateMethod$str

        protected String multipleCreateMethod$str()
      • multipleCreateMethod

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleCreateMethod​(Class<?> localHomeClass)
        Description copied from interface: EjbLogger
        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
        Specified by:
        multipleCreateMethod in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToFindEjbRefByDependsOn$str

        protected String failToFindEjbRefByDependsOn$str()
      • failToFindEjbRefByDependsOn

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToFindEjbRefByDependsOn​(String annotationValue,
                                                                                                                  String componentClassName)
        Description copied from interface: EjbLogger
        Creates an exception indicating it Could not find Jakarta Enterprise Beans referenced by @DependsOn annotation
        Specified by:
        failToFindEjbRefByDependsOn in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToCallEjbRefByDependsOn$str

        protected String failToCallEjbRefByDependsOn$str()
      • failToCallEjbRefByDependsOn

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToCallEjbRefByDependsOn​(String annotationValue,
                                                                                                                  String componentClassName,
                                                                                                                  Set<ComponentDescription> components)
        Description copied from interface: EjbLogger
        Creates an exception indicating more than one Jakarta Enterprise Beans called referenced by @DependsOn annotation in Components
        Specified by:
        failToCallEjbRefByDependsOn in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • wrongReturnTypeForAsyncMethod$str

        protected String wrongReturnTypeForAsyncMethod$str()
      • wrongReturnTypeForAsyncMethod

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException wrongReturnTypeForAsyncMethod​(Method method)
        Description copied from interface: EjbLogger
        Creates an exception indicating Async method does not return void or Future
        Specified by:
        wrongReturnTypeForAsyncMethod in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • failToLoadAppExceptionClassInEjbJarXml$str

        protected String failToLoadAppExceptionClassInEjbJarXml$str()
      • failToLoadAppExceptionClassInEjbJarXml

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToLoadAppExceptionClassInEjbJarXml​(String exceptionClassName,
                                                                                                                             Throwable e)
        Description copied from interface: EjbLogger
        Creates an exception indicating it could not load application exception class %s in ejb-jar.xml
        Specified by:
        failToLoadAppExceptionClassInEjbJarXml in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • invalidEjbEntityTimeout$str

        protected String invalidEjbEntityTimeout$str()
      • invalidEjbEntityTimeout

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidEjbEntityTimeout​(String versionId,
                                                                                                              Class<?> componentClass)
        Description copied from interface: EjbLogger
        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.
        Specified by:
        invalidEjbEntityTimeout in interface EjbLogger
        Returns:
        an DeploymentUnitProcessingException for the error.
      • invalidEjbLocalInterface$str

        protected String invalidEjbLocalInterface$str()
      • localHomeNotAllow$str

        protected String localHomeNotAllow$str()
      • localHomeNotAllow

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException localHomeNotAllow​(EJBComponentDescription description)
        Description copied from interface: EjbLogger
        Creates an exception indicating Local Home not allowed
        Specified by:
        localHomeNotAllow in interface EjbLogger
        Returns:
        an DeploymentUnitProcessingException for the error.
      • failToCallEjbCreateForHomeInterface$str

        protected String failToCallEjbCreateForHomeInterface$str()
      • failToCallEjbCreateForHomeInterface

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failToCallEjbCreateForHomeInterface​(Method method,
                                                                                                                          String ejbClassName)
        Description copied from interface: EjbLogger
        Creates an exception indicating Could not resolve corresponding ejbCreate or @Init method for home interface method on Jakarta Enterprise Beans
        Specified by:
        failToCallEjbCreateForHomeInterface in interface EjbLogger
        Returns:
        an DeploymentUnitProcessingException for the error.
      • failToGetEjbComponent$str

        protected String failToGetEjbComponent$str()
      • invalidScheduleValue$str

        protected String invalidScheduleValue$str()
      • invalidScheduleExpressionType$str

        protected String invalidScheduleExpressionType$str()
      • invalidListValue$str

        protected String invalidListValue$str()
      • invalidValuesRange$str

        protected String invalidValuesRange$str()
      • invokerIsNull$str

        protected String invokerIsNull$str()
      • executorIsNull$str

        protected String executorIsNull$str()
      • invalidTimerParameter$str

        protected String invalidTimerParameter$str()
      • failToInvokeTimerServiceDoLifecycle$str

        protected String failToInvokeTimerServiceDoLifecycle$str()
      • timerIsNull$str

        protected String timerIsNull$str()
      • invalidTimerHandlersForPersistentTimers$str

        protected String invalidTimerHandlersForPersistentTimers$str()
      • noMoreTimeoutForTimer$str

        protected String noMoreTimeoutForTimer$str()
      • noMoreTimeoutForTimer

        public final jakarta.ejb.NoMoreTimeoutsException noMoreTimeoutForTimer​(TimerImpl timer)
        Description copied from interface: EjbLogger
        Creates an exception indicating no more timeouts for timer
        Specified by:
        noMoreTimeoutForTimer in interface EjbLogger
        Returns:
        an NoMoreTimeoutsException for the error.
      • invalidTimerNotCalendarBaseTimer$str

        protected String invalidTimerNotCalendarBaseTimer$str()
      • timerHasExpired$str

        protected String timerHasExpired$str()
      • timerHasExpired

        public final jakarta.ejb.NoSuchObjectLocalException timerHasExpired​(String id)
        Description copied from interface: EjbLogger
        Creates an exception indicating the Timer has expired
        Specified by:
        timerHasExpired in interface EjbLogger
        Returns:
        an NoSuchObjectLocalException for the error.
      • timerWasCanceled$str

        protected String timerWasCanceled$str()
      • timerWasCanceled

        public final jakarta.ejb.NoSuchObjectLocalException timerWasCanceled​(String id)
        Description copied from interface: EjbLogger
        Creates an exception indicating the timer was canceled
        Specified by:
        timerWasCanceled in interface EjbLogger
        Returns:
        an NoSuchObjectLocalException for the error.
      • timerServiceWithIdNotRegistered$str

        protected String timerServiceWithIdNotRegistered$str()
      • timerServiceWithIdNotRegistered

        public final jakarta.ejb.EJBException timerServiceWithIdNotRegistered​(String timedObjectId)
        Description copied from interface: EjbLogger
        Creates an exception indicating the timerservice with timedObjectId is not registered
        Specified by:
        timerServiceWithIdNotRegistered in interface EjbLogger
        Returns:
        an EJBException for the error.
      • timerHandleIsNotActive$str

        protected String timerHandleIsNotActive$str()
      • timerHandleIsNotActive

        public final jakarta.ejb.NoSuchObjectLocalException timerHandleIsNotActive​(String timerId,
                                                                                   String timedObjectId)
        Description copied from interface: EjbLogger
        Creates an exception indicating the timer for the handle is not active.
        Specified by:
        timerHandleIsNotActive in interface EjbLogger
        Returns:
        an NoSuchObjectLocalException for the error.
      • failToInvokegetTimeoutMethod$str

        protected String failToInvokegetTimeoutMethod$str()
      • failToLoadDeclaringClassOfTimeOut$str

        protected String failToLoadDeclaringClassOfTimeOut$str()
      • failToInvokeTimeout$str

        protected String failToInvokeTimeout$str()
      • failToCreateTimerFileStoreDir$str

        protected String failToCreateTimerFileStoreDir$str()
      • timerFileStoreDirNotExist$str

        protected String timerFileStoreDirNotExist$str()
      • invalidTimerFileStoreDir$str

        protected String invalidTimerFileStoreDir$str()
      • invalidSecurityForDomainSet$str

        protected String invalidSecurityForDomainSet$str()
      • invalidComponentConfiguration$str

        protected String invalidComponentConfiguration$str()
      • failToLoadViewClassEjb$str

        protected String failToLoadViewClassEjb$str()
      • invalidEjbComponent$str

        protected String invalidEjbComponent$str()
      • resourceBundleDescriptionsNotSupported$str

        protected String resourceBundleDescriptionsNotSupported$str()
      • runtimeAttributeNotMarshallable$str

        protected String runtimeAttributeNotMarshallable$str()
      • invalidComponentType$str

        protected String invalidComponentType$str()
      • unknownComponentType$str

        protected String unknownComponentType$str()
      • ejbMethodSecurityMetaDataIsNull$str

        protected String ejbMethodSecurityMetaDataIsNull$str()
      • viewClassNameIsNull$str

        protected String viewClassNameIsNull$str()
      • viewMethodIsNull$str

        protected String viewMethodIsNull$str()
      • failProcessInvocation$str

        protected String failProcessInvocation$str()
      • invocationOfMethodNotAllowed$str

        protected String invocationOfMethodNotAllowed$str()
      • invocationOfMethodNotAllowed

        public final jakarta.ejb.EJBAccessException invocationOfMethodNotAllowed​(Method invokedMethod,
                                                                                 String componentName)
        Description copied from interface: EjbLogger
        Creates an exception indicating the Invocation on method is not allowed
        Specified by:
        invocationOfMethodNotAllowed in interface EjbLogger
        Returns:
        an EJBAccessException for the error.
      • unknownComponentDescriptionType$str

        protected String unknownComponentDescriptionType$str()
      • unknownAttribute$str

        protected String unknownAttribute$str()
      • unknownOperations$str

        protected String unknownOperations$str()
      • noComponentRegisteredForAddress$str

        protected String noComponentRegisteredForAddress$str()
      • noComponentRegisteredForAddress

        public final String noComponentRegisteredForAddress​(org.jboss.as.controller.PathAddress operationAddress)
        Description copied from interface: EjbLogger
        Creates an exception indicating no Jakarta Enterprise Beans component registered for address
        Specified by:
        noComponentRegisteredForAddress in interface EjbLogger
        Returns:
        an String for the error.
      • noComponentAvailableForAddress$str

        protected String noComponentAvailableForAddress$str()
      • noComponentAvailableForAddress

        public final String noComponentAvailableForAddress​(org.jboss.as.controller.PathAddress operationAddress)
        Description copied from interface: EjbLogger
        Creates an exception indicating No Jakarta Enterprise Beans component is available for address
        Specified by:
        noComponentAvailableForAddress in interface EjbLogger
        Returns:
        an String for the error.
      • invalidComponentState$str

        protected String invalidComponentState$str()
      • invalidComponentState

        public final String invalidComponentState​(org.jboss.as.controller.PathAddress operationAddress,
                                                  org.jboss.msc.service.ServiceController.State controllerState,
                                                  org.jboss.msc.service.ServiceController.State up)
        Description copied from interface: EjbLogger
        Creates an exception indicating Jakarta Enterprise Beans component for specified address is in invalid state
        Specified by:
        invalidComponentState in interface EjbLogger
        Returns:
        an String for the error.
      • componentClassHasMultipleTimeoutAnnotations$str

        protected String componentClassHasMultipleTimeoutAnnotations$str()
      • componentClassHasMultipleTimeoutAnnotations

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException componentClassHasMultipleTimeoutAnnotations​(Class<?> componentClass)
        Description copied from interface: EjbLogger
        Creates an exception indicating Component class has multiple @Timeout annotations
        Specified by:
        componentClassHasMultipleTimeoutAnnotations in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • currentComponentNotAEjb$str

        protected String currentComponentNotAEjb$str()
      • lifecycleMethodNotAllowed$str

        protected String lifecycleMethodNotAllowed$str()
      • cannotCall3$str

        protected String cannotCall3$str()
      • notAllowedFromStatefulBeans$str

        protected String notAllowedFromStatefulBeans$str()
      • failedToAcquirePermit$str

        protected String failedToAcquirePermit$str()
      • acquireSemaphoreInterrupted$str

        protected String acquireSemaphoreInterrupted$str()
      • isDeprecatedIllegalState$str

        protected String isDeprecatedIllegalState$str()
      • couldNotFindClassLoaderForStub$str

        protected String couldNotFindClassLoaderForStub$str()
      • unknownMessageListenerType$str

        protected String unknownMessageListenerType$str()
      • unknownMessageListenerType

        public final IllegalStateException unknownMessageListenerType​(String resourceAdapterName,
                                                                      String messageListenerType)
        Description copied from interface: EjbLogger
        Creates an exception indicating that there was no message listener of the expected type in the resource adapter
        Specified by:
        unknownMessageListenerType in interface EjbLogger
        Parameters:
        resourceAdapterName - The resource adapter name
        messageListenerType - The message listener type
        Returns:
        a IllegalStateException for the error.
      • couldNotFindViewMethodOnEjb$str

        protected String couldNotFindViewMethodOnEjb$str()
      • couldNotFindViewMethodOnEjb

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotFindViewMethodOnEjb​(Method method,
                                                                                                                  String viewClass,
                                                                                                                  String ejb)
        Description copied from interface: EjbLogger
        Thrown when an Jakarta Enterprise Beans 2 Jakarta Enterprise Beans does not implement a method on an Jakarta Enterprise Beans 2
        Specified by:
        couldNotFindViewMethodOnEjb in interface EjbLogger
        Parameters:
        method - The method
        viewClass - The view
        ejb - The ejb
      • stringParamCannotBeNullOrEmpty$str

        protected String stringParamCannotBeNullOrEmpty$str()
      • cannotRemoveWhileParticipatingInTransaction$str

        protected String cannotRemoveWhileParticipatingInTransaction$str()
      • cannotRemoveWhileParticipatingInTransaction

        public final jakarta.ejb.RemoveException cannotRemoveWhileParticipatingInTransaction()
        Description copied from interface: EjbLogger
        Exception that is thrown when invoking remove while an Jakarta Enterprise Beans is in a transaction
        Specified by:
        cannotRemoveWhileParticipatingInTransaction in interface EjbLogger
      • transactionPropagationNotSupported$str

        protected String transactionPropagationNotSupported$str()
      • cannotCallMethodInAfterCompletion$str

        protected String cannotCallMethodInAfterCompletion$str()
      • cannotCallMethod$str

        protected String cannotCallMethod$str()
      • existingSerializationGroup$str

        protected String existingSerializationGroup$str()
      • incompatibleSerializationGroup$str

        protected String incompatibleSerializationGroup$str()
      • cacheEntryInUse$str

        protected String cacheEntryInUse$str()
      • cacheEntryNotInUse$str

        protected String cacheEntryNotInUse$str()
      • lockAcquisitionInterrupted$str

        protected String lockAcquisitionInterrupted$str()
      • duplicateSerializationGroupMember$str

        protected String duplicateSerializationGroupMember$str()
      • missingSerializationGroupMember$str

        protected String missingSerializationGroupMember$str()
      • duplicateCacheEntry$str

        protected String duplicateCacheEntry$str()
      • missingCacheEntry$str

        protected String missingCacheEntry$str()
      • incompatibleCaches$str

        protected String incompatibleCaches$str()
      • passivationFailed$str

        protected String passivationFailed$str()
      • activationFailed$str

        protected String activationFailed$str()
      • passivationDirectoryCreationFailed$str

        protected String passivationDirectoryCreationFailed$str()
      • passivationPathNotADirectory$str

        protected String passivationPathNotADirectory$str()
      • groupCreationContextAlreadyExists$str

        protected String groupCreationContextAlreadyExists$str()
      • ejbNotFound3$str

        protected String ejbNotFound3$str()
      • ejbNotFound2$str

        protected String ejbNotFound2$str()
      • moreThanOneEjbFound4$str

        protected String moreThanOneEjbFound4$str()
      • moreThanOneEjbFound3$str

        protected String moreThanOneEjbFound3$str()
      • clusteredAnnotationIsNotApplicableForMDB$str

        protected String clusteredAnnotationIsNotApplicableForMDB$str()
      • clusteredAnnotationIsNotApplicableForMDB

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForMDB​(org.jboss.as.server.deployment.DeploymentUnit unit,
                                                                                                                               String componentName,
                                                                                                                               String componentClassName)
        Description copied from interface: EjbLogger
        Returns a DeploymentUnitProcessingException to indicate that the Clustered annotation cannot be used on a message driven bean
        Specified by:
        clusteredAnnotationIsNotApplicableForMDB in interface EjbLogger
        Parameters:
        unit - The deployment unit
        componentName - The MDB component name
        componentClassName - The MDB component class name
        Returns:
        the exception
      • clusteredAnnotationIsNotApplicableForEntityBean$str

        protected String clusteredAnnotationIsNotApplicableForEntityBean$str()
      • clusteredAnnotationIsNotApplicableForEntityBean

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForEntityBean​(org.jboss.as.server.deployment.DeploymentUnit unit,
                                                                                                                                      String componentName,
                                                                                                                                      String componentClassName)
        Description copied from interface: EjbLogger
        Returns a DeploymentUnitProcessingException to indicate that the Clustered annotation cannot be used on an entity bean
        Specified by:
        clusteredAnnotationIsNotApplicableForEntityBean in interface EjbLogger
        Parameters:
        unit - The deployment unit
        componentName - The entity bean component name
        componentClassName - The entity bean component class name
        Returns:
        the exception
      • clusteredAnnotationNotYetImplementedForSingletonBean$str

        protected String clusteredAnnotationNotYetImplementedForSingletonBean$str()
      • clusteredAnnotationNotYetImplementedForSingletonBean

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationNotYetImplementedForSingletonBean​(org.jboss.as.server.deployment.DeploymentUnit unit,
                                                                                                                                           String componentName,
                                                                                                                                           String componentClassName)
        Description copied from interface: EjbLogger
        Returns a DeploymentUnitProcessingException to indicate that the Clustered annotation is currently not supported on singleton Jakarta Enterprise Beans.
        Specified by:
        clusteredAnnotationNotYetImplementedForSingletonBean in interface EjbLogger
        Parameters:
        unit - The deployment unit
        componentName - The singleton bean component name
        componentClassName - The singleton bean component class name
        Returns:
        the exception
      • clusteredAnnotationIsNotApplicableForBean$str

        protected String clusteredAnnotationIsNotApplicableForBean$str()
      • clusteredAnnotationIsNotApplicableForBean

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException clusteredAnnotationIsNotApplicableForBean​(org.jboss.as.server.deployment.DeploymentUnit unit,
                                                                                                                                String componentName,
                                                                                                                                String componentClassName)
        Description copied from interface: EjbLogger
        Returns a DeploymentUnitProcessingException to indicate that the Clustered annotation cannot be used on the Jakarta Enterprise Beans component represented by componentName
        Specified by:
        clusteredAnnotationIsNotApplicableForBean in interface EjbLogger
        Parameters:
        unit - The deployment unit
        componentName - The component name
        componentClassName - The component class name
        Returns:
        the exception
      • sessionTypeNotSpecified$str

        protected String sessionTypeNotSpecified$str()
      • sessionTypeNotSpecified

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException sessionTypeNotSpecified​(String bean)
        Description copied from interface: EjbLogger
        Exception thrown if the session-type of a session bean is not specified
        Specified by:
        sessionTypeNotSpecified in interface EjbLogger
      • defaultInterceptorsNotSpecifyOrder$str

        protected String defaultInterceptorsNotSpecifyOrder$str()
      • defaultInterceptorsNotSpecifyOrder

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException defaultInterceptorsNotSpecifyOrder()
        Description copied from interface: EjbLogger
        Creates an exception indicating Default interceptors specify an absolute ordering
        Specified by:
        defaultInterceptorsNotSpecifyOrder in interface EjbLogger
        Returns:
        a DeploymentUnitProcessingException for the error.
      • paramCannotBeNull$str

        protected String paramCannotBeNull$str()
      • poolNameCannotBeEmptyString$str

        protected String poolNameCannotBeEmptyString$str()
      • noEjbContextAvailable$str

        protected String noEjbContextAvailable$str()
      • noEjbContextAvailable

        public final IllegalStateException noEjbContextAvailable()
        Description copied from interface: EjbLogger
        The user attempts to look up the Jakarta Enterprise Beans context in a war when no Jakarta Enterprise Beans context is active
        Specified by:
        noEjbContextAvailable in interface EjbLogger
      • componentIsShuttingDown$str

        protected String componentIsShuttingDown$str()
      • failedToCreateSessionForStatefulBean$str

        protected String failedToCreateSessionForStatefulBean$str()
      • unknownChannelCreationOptionType$str

        protected String unknownChannelCreationOptionType$str()
      • couldNotDetermineRemoteInterfaceFromHome$str

        protected String couldNotDetermineRemoteInterfaceFromHome$str()
      • couldNotDetermineLocalInterfaceFromLocalHome$str

        protected String couldNotDetermineLocalInterfaceFromLocalHome$str()
      • unexpectedError$str

        protected String unexpectedError$str()
      • transactionNotComplete1$str

        protected String transactionNotComplete1$str()
      • asymmetricCacheUsage$str

        protected String asymmetricCacheUsage$str()
      • timerIsActive$str

        protected String timerIsActive$str()
      • transactionAlreadyRolledBack$str

        protected String transactionAlreadyRolledBack$str()
      • transactionAlreadyRolledBack

        public final jakarta.transaction.RollbackException transactionAlreadyRolledBack​(jakarta.transaction.Transaction tx)
        Specified by:
        transactionAlreadyRolledBack in interface EjbLogger
      • transactionInUnexpectedState$str

        protected String transactionInUnexpectedState$str()
      • transactionInUnexpectedState

        public final jakarta.ejb.EJBException transactionInUnexpectedState​(jakarta.transaction.Transaction tx,
                                                                           String txStatus)
        Specified by:
        transactionInUnexpectedState in interface EjbLogger
      • timerServiceMethodNotAllowedForSFSB$str

        protected String timerServiceMethodNotAllowedForSFSB$str()
      • entityBeansAreNotSupported$str

        protected String entityBeansAreNotSupported$str()
      • entityBeansAreNotSupported

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException entityBeansAreNotSupported​(String beanName)
        Specified by:
        entityBeansAreNotSupported in interface EjbLogger
      • inconsistentAttributeNotSupported$str

        protected String inconsistentAttributeNotSupported$str()
      • failedToPersistTimer$str

        protected String failedToPersistTimer$str()
      • mustOnlyBeSingleContainerTransactionElementWithWildcard$str

        protected String mustOnlyBeSingleContainerTransactionElementWithWildcard$str()
      • wildcardContainerTransactionElementsMustHaveWildcardMethodName$str

        protected String wildcardContainerTransactionElementsMustHaveWildcardMethodName$str()
      • failedToRefreshTimers$str

        protected String failedToRefreshTimers$str()
      • unexpectedErrorRolledBack$str

        protected String unexpectedErrorRolledBack$str()
      • unexpectedErrorRolledBack

        public final jakarta.ejb.EJBTransactionRolledbackException unexpectedErrorRolledBack​(Error error)
        Specified by:
        unexpectedErrorRolledBack in interface EjbLogger
      • relativeResourceAdapterNameInStandaloneModule$str

        protected String relativeResourceAdapterNameInStandaloneModule$str()
      • wrongTransactionIsolationConfiguredForTimer

        public final void wrongTransactionIsolationConfiguredForTimer()
        Description copied from interface: EjbLogger
        Logs a waring message that the current datasource configuration does not ensure consistency in a clustered environment.
        Specified by:
        wrongTransactionIsolationConfiguredForTimer in interface EjbLogger
      • wrongTransactionIsolationConfiguredForTimer$str

        protected String wrongTransactionIsolationConfiguredForTimer$str()
      • timerUpdateFailedAndRollbackNotPossible$str

        protected String timerUpdateFailedAndRollbackNotPossible$str()
      • databaseDialectNotConfiguredOrDetected

        public final void databaseDialectNotConfiguredOrDetected()
        Description copied from interface: EjbLogger
        Logs a warning message indicating that the database dialect cannot be detected automatically.
        Specified by:
        databaseDialectNotConfiguredOrDetected in interface EjbLogger
      • databaseDialectNotConfiguredOrDetected$str

        protected String databaseDialectNotConfiguredOrDetected$str()
      • invalidTransactionTypeForSfsbLifecycleMethod

        public final void invalidTransactionTypeForSfsbLifecycleMethod​(jakarta.ejb.TransactionAttributeType txAttr,
                                                                       org.jboss.invocation.proxy.MethodIdentifier method,
                                                                       Class<?> clazz)
        Specified by:
        invalidTransactionTypeForSfsbLifecycleMethod in interface EjbLogger
      • invalidTransactionTypeForSfsbLifecycleMethod$str

        protected String invalidTransactionTypeForSfsbLifecycleMethod$str()
      • disableDefaultEjbPermissionsCannotBeTrue$str

        protected String disableDefaultEjbPermissionsCannotBeTrue$str()
      • profileAndRemotingEjbReceiversUsedTogether$str

        protected String profileAndRemotingEjbReceiversUsedTogether$str()
      • failedToProcessBusinessInterfaces$str

        protected String failedToProcessBusinessInterfaces$str()
      • containerSuspended$str

        protected String containerSuspended$str()
      • timerInvocationFailed$str

        protected String timerInvocationFailed$str()
      • indexedChildResourceRegistrationNotAvailable$str

        protected String indexedChildResourceRegistrationNotAvailable$str()
      • rmiIiopVoliation$str

        protected String rmiIiopVoliation$str()
      • exceptionRepositoryNotFound$str

        protected String exceptionRepositoryNotFound$str()
      • jndiBindings

        public final void jndiBindings​(String ejbName,
                                       org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
                                       StringBuilder bindings)
        Specified by:
        jndiBindings in interface EjbLogger
      • jndiBindings$str

        protected String jndiBindings$str()
      • logInconsistentAttributeNotSupported$str

        protected String logInconsistentAttributeNotSupported$str()
      • mdbDeliveryStarted$str

        protected String mdbDeliveryStarted$str()
      • mdbDeliveryStopped$str

        protected String mdbDeliveryStopped$str()
      • missingMdbDeliveryGroup$str

        protected String missingMdbDeliveryGroup$str()
      • missingMdbDeliveryGroup

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException missingMdbDeliveryGroup​(String deliveryGroupName)
        Specified by:
        missingMdbDeliveryGroup in interface EjbLogger
      • loadedPersistentTimerInTimeout$str

        protected String loadedPersistentTimerInTimeout$str()
      • strictPoolDerivedFromWorkers$str

        protected String strictPoolDerivedFromWorkers$str()
      • strictPoolDerivedFromCPUs$str

        protected String strictPoolDerivedFromCPUs$str()
      • mutuallyExclusiveAttributes$str

        protected String mutuallyExclusiveAttributes$str()
      • invalidTransactionTypeForMDB

        public final void invalidTransactionTypeForMDB​(jakarta.ejb.TransactionAttributeType transactionAttributeType,
                                                       String methond,
                                                       String componentName)
        Specified by:
        invalidTransactionTypeForMDB in interface EjbLogger
      • invalidTransactionTypeForMDB$str

        protected String invalidTransactionTypeForMDB$str()
      • remappingCacheAttributes

        public final void remappingCacheAttributes​(String address,
                                                   org.jboss.dmr.ModelNode defClustered,
                                                   org.jboss.dmr.ModelNode passivationDisabled)
        Specified by:
        remappingCacheAttributes in interface EjbLogger
      • remappingCacheAttributes$str

        protected String remappingCacheAttributes$str()
      • unexpectedInvocationState$str

        protected String unexpectedInvocationState$str()
      • timerNotRunning

        public final void timerNotRunning​(jakarta.transaction.NotSupportedException e,
                                          TimerImpl timer)
        Specified by:
        timerNotRunning in interface EjbLogger
      • timerNotRunning$str

        protected String timerNotRunning$str()
      • multipleSecurityDomainsDetected$str

        protected String multipleSecurityDomainsDetected$str()
      • multipleSecurityDomainsDetected

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException multipleSecurityDomainsDetected()
        Specified by:
        multipleSecurityDomainsDetected in interface EjbLogger
      • cannotBeginUserTransaction$str

        protected String cannotBeginUserTransaction$str()
      • suspensionWaitingActiveTransactions$str

        protected String suspensionWaitingActiveTransactions$str()
      • suspensionComplete$str

        protected String suspensionComplete$str()
      • failedToObtainSSLContext$str

        protected String failedToObtainSSLContext$str()
      • scheduleExpressionDateFromTimerPersistenceInvalid$str

        protected String scheduleExpressionDateFromTimerPersistenceInvalid$str()
      • failedToCreateEJBClientInterceptor$str

        protected String failedToCreateEJBClientInterceptor$str()
      • failedToPersistTimerOnStartup$str

        protected String failedToPersistTimerOnStartup$str()
      • cannotReadStrictMaxPoolDerivedSize$str

        protected String cannotReadStrictMaxPoolDerivedSize$str()
      • cannotReadStrictMaxPoolDerivedSize

        public final org.jboss.as.controller.OperationFailedException cannotReadStrictMaxPoolDerivedSize​(org.jboss.msc.service.ServiceName serviceName)
        Specified by:
        cannotReadStrictMaxPoolDerivedSize in interface EjbLogger
      • legacySecurityDomainAnnotationIsUsed$str

        protected String legacySecurityDomainAnnotationIsUsed$str()
      • failedToActivateMdb$str

        protected String failedToActivateMdb$str()
      • exceptionCheckingIfTimerShouldRun$str

        protected String exceptionCheckingIfTimerShouldRun$str()
      • mdbOnMessageMethodCantBeFinal$str

        protected String mdbOnMessageMethodCantBeFinal$str()
      • mdbOnMessageMethodCantBePrivate$str

        protected String mdbOnMessageMethodCantBePrivate$str()
      • mdbOnMessageMethodCantBeStatic$str

        protected String mdbOnMessageMethodCantBeStatic$str()
      • mdbCantHaveFinalizeMethod$str

        protected String mdbCantHaveFinalizeMethod$str()
      • exceptionPersistPostTimerState$str

        protected String exceptionPersistPostTimerState$str()
      • exceptionPersistTimerState$str

        protected String exceptionPersistTimerState$str()
      • clusteredEJBsBoundToINADDRANY$str

        protected String clusteredEJBsBoundToINADDRANY$str()
      • missingRunAsAnnotation$str

        protected String missingRunAsAnnotation$str()
      • cannotBuildIndexForServerInterceptor$str

        protected String cannotBuildIndexForServerInterceptor$str()
      • serverInterceptorNoEmptyConstructor$str

        protected String serverInterceptorNoEmptyConstructor$str()
      • serverInterceptorInvalidMethod$str

        protected String serverInterceptorInvalidMethod$str()
      • cannotLoadServerInterceptorModule$str

        protected String cannotLoadServerInterceptorModule$str()
      • singletonCantImplementSessionBean$str

        protected String singletonCantImplementSessionBean$str()
      • iiopBindings$str

        protected String iiopBindings$str()
      • typeSpecViolation$str

        protected String typeSpecViolation$str()
      • cannotResolveFilteredClass$str

        protected String cannotResolveFilteredClass$str()
      • invalidFilterSpec$str

        protected String invalidFilterSpec$str()
      • missingClassInAnnotation$str

        protected String missingClassInAnnotation$str()
      • missingClassInAnnotation

        public final org.jboss.as.server.deployment.DeploymentUnitProcessingException missingClassInAnnotation​(String anCls,
                                                                                                               String resCls)
        Specified by:
        missingClassInAnnotation in interface EjbLogger
      • defaultPoolExpressionCouldNotBeResolved$str

        protected String defaultPoolExpressionCouldNotBeResolved$str()
      • timerNotDeployed$str

        protected String timerNotDeployed$str()
      • timerCannotBeAdded$str

        protected String timerCannotBeAdded$str()
      • mappedNameNotSupported$str

        protected String mappedNameNotSupported$str()
      • timerNotFound$str

        protected String timerNotFound$str()
      • timerNotFound

        public final org.jboss.as.controller.OperationFailedException timerNotFound​(String timerId)
        Specified by:
        timerNotFound in interface EjbLogger
      • connectorNotConfiguredForEJBClientInvocations$str

        protected String connectorNotConfiguredForEJBClientInvocations$str()
      • ejbBusinessMethodMustBePublic$str

        protected String ejbBusinessMethodMustBePublic$str()
      • failedToRetrieveTimerInfo$str

        protected String failedToRetrieveTimerInfo$str()
      • legacySecurityUnsupported$str

        protected String legacySecurityUnsupported$str()
      • legacyClientMappingsRegistryProviderInUse$str

        protected String legacyClientMappingsRegistryProviderInUse$str()