Interface WSLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    WSLogger_$logger

    @MessageLogger(projectCode="WFLYWS",
                   length=4)
    public interface WSLogger
    extends org.jboss.logging.BasicLogger
    Author:
    Richard Opalka, Alessio Soldano
    • Method Detail

      • cannotLoadDeploymentAspectsDefinitionFile

        @LogMessage(level=WARN)
        @Message(id=1,
                 value="Cannot load WS deployment aspects from %s")
        void cannotLoadDeploymentAspectsDefinitionFile​(String resourcePath)
      • activatingWebservicesExtension

        @LogMessage(level=INFO)
        @Message(id=2,
                 value="Activating WebServices Extension")
        void activatingWebservicesExtension()
      • starting

        @LogMessage(level=INFO)
        @Message(id=3,
                 value="Starting %s")
        void starting​(Object object)
      • stopping

        @LogMessage(level=INFO)
        @Message(id=4,
                 value="Stopping %s")
        void stopping​(Object object)
      • configServiceCreationFailed

        @LogMessage(level=FATAL)
        @Message(id=5,
                 value="Error while creating configuration service")
        void configServiceCreationFailed()
      • configServiceDestroyFailed

        @LogMessage(level=ERROR)
        @Message(id=6,
                 value="Error while destroying configuration service")
        void configServiceDestroyFailed()
      • cannotReadWsdl

        @LogMessage(level=WARN)
        @Message(id=7,
                 value="Could not read WSDL from: %s")
        void cannotReadWsdl​(String wsdlLocation)
      • mutuallyExclusiveAnnotations

        @LogMessage(level=WARN)
        @Message(id=8,
                 value="[JAXWS 2.2 spec, section 7.7] The @WebService and @WebServiceProvider annotations are mutually exclusive - %s won\'t be considered as a webservice endpoint, since it doesn\'t meet that requirement")
        void mutuallyExclusiveAnnotations​(String className)
      • finalEndpointClassDetected

        @LogMessage(level=WARN)
        @Message(id=9,
                 value="WebService endpoint class cannot be final - %s won\'t be considered as a webservice endpoint")
        void finalEndpointClassDetected​(String className)
      • ignoringPortComponentRef

        @LogMessage(level=WARN)
        @Message(id=10,
                 value="Ignoring <port-component-ref> without <service-endpoint-interface> and <port-qname>: %s")
        void ignoringPortComponentRef​(Object o)
      • cannotRegisterRecordProcessor

        @LogMessage(level=ERROR)
        @Message(id=11,
                 value="Cannot register record processor in JMX server")
        void cannotRegisterRecordProcessor()
      • cannotUnregisterRecordProcessor

        @LogMessage(level=ERROR)
        @Message(id=12,
                 value="Cannot unregister record processor from JMX server")
        void cannotUnregisterRecordProcessor()
      • mBeanServerNotAvailable

        @LogMessage(level=INFO)
        @Message(id=13,
                 value="MBeanServer not available, skipping registration/unregistration of %s")
        void mBeanServerNotAvailable​(Object bean)
      • multipleEndpointsWithDifferentDeclaredSecurityRoles

        @LogMessage(level=WARN)
        @Message(id=14,
                 value="Multiple Enterprise Beans 3 endpoints in the same deployment with different declared security roles; be aware this might be a security risk if you\'re not controlling allowed roles (@RolesAllowed) on each ws endpoint method.")
        void multipleEndpointsWithDifferentDeclaredSecurityRoles()
      • cannotRegisterEndpoint

        @LogMessage(level=ERROR)
        @Message(id=15,
                 value="Cannot register endpoint: %s in JMX server")
        void cannotRegisterEndpoint​(Object endpoint)
      • cannotUnregisterEndpoint

        @LogMessage(level=ERROR)
        @Message(id=16,
                 value="Cannot unregister endpoint: %s from JMX server")
        void cannotUnregisterEndpoint​(Object endpoint)
      • invalidHandlerChainFile

        @LogMessage(level=WARN)
        @Message(id=17,
                 value="Invalid handler chain file: %s")
        void invalidHandlerChainFile​(String fileName)
      • webMethodMustNotBeStaticOrFinal

        @LogMessage(level=ERROR)
        @Message(id=18,
                 value="Web service method %s must not be static or final. See section 5.3.2.4.2 of \"Jakarta Enterprise Web Services 2.0\".")
        void webMethodMustNotBeStaticOrFinal​(Method staticWebMethod)
      • webMethodMustBePublic

        @LogMessage(level=ERROR)
        @Message(id=19,
                 value="Web service method %s must be public. See section 5.3.2.4.2 of \"Jakarta Enterprise Web Services 2.0\".")
        void webMethodMustBePublic​(Method staticWebMethod)
      • webServiceMethodNotFound

        @LogMessage(level=ERROR)
        @Message(id=20,
                 value="Web service implementation class %s does not contain method %s")
        void webServiceMethodNotFound​(Class<?> endpointClass,
                                      Method potentialWebMethod)
      • accessibleWebServiceMethodNotFound

        @LogMessage(level=ERROR)
        @Message(id=21,
                 value="Web service implementation class %s does not contain an accessible method %s")
        void accessibleWebServiceMethodNotFound​(Class<?> endpointClass,
                                                Method potentialWebMethod,
                                                @Cause
                                                SecurityException e)
      • finalizeMethodNotAllowed

        @LogMessage(level=ERROR)
        @Message(id=22,
                 value="Web service implementation class %s may not declare a finalize() method. See section 5.3.2.4.2 of \"Jakarta Enterprise Web Services 2.0\".")
        void finalizeMethodNotAllowed​(Class<?> seiClass)
      • nullEndpointName

        @Message(id=23,
                 value="Null endpoint name")
        NullPointerException nullEndpointName()
      • nullEndpointClass

        @Message(id=24,
                 value="Null endpoint class")
        NullPointerException nullEndpointClass()
      • classLoaderResolutionFailed

        @Message(id=25,
                 value="Cannot resolve module or classloader for deployment %s")
        IllegalStateException classLoaderResolutionFailed​(Object o)
      • missingHandlerChainConfigFile

        @Message(id=26,
                 value="Handler chain config file %s not found in %s")
        javax.xml.ws.WebServiceException missingHandlerChainConfigFile​(String filePath,
                                                                       org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)
      • unexpectedEndOfDocument

        @Message(id=29,
                 value="Reached end of xml document unexpectedly")
        IllegalStateException unexpectedEndOfDocument()
      • missingDeploymentAspectClassAttribute

        @Message(id=30,
                 value="Could not find class attribute for deployment aspect")
        IllegalStateException missingDeploymentAspectClassAttribute()
      • cannotInstantiateDeploymentAspect

        @Message(id=31,
                 value="Could not create a deployment aspect of class: %s")
        IllegalStateException cannotInstantiateDeploymentAspect​(@Cause
                                                                Throwable cause,
                                                                String className)
      • missingPropertyNameAttribute

        @Message(id=32,
                 value="Could not find property name attribute for deployment aspect: %s")
        IllegalStateException missingPropertyNameAttribute​(org.jboss.wsf.spi.deployment.DeploymentAspect deploymentAspect)
      • missingPropertyClassAttribute

        @Message(id=33,
                 value="Could not find property class attribute for deployment aspect: %s")
        IllegalStateException missingPropertyClassAttribute​(org.jboss.wsf.spi.deployment.DeploymentAspect deploymentAspect)
      • unsupportedPropertyClass

        @Message(id=34,
                 value="Unsupported property class: %s")
        IllegalArgumentException unsupportedPropertyClass​(String className)
      • noMetricsAvailable

        @Message(id=37,
                 value="No metrics available")
        String noMetricsAvailable()
      • cannotFindComponentView

        @Message(id=38,
                 value="Cannot find component view: %s")
        IllegalStateException cannotFindComponentView​(org.jboss.msc.service.ServiceName viewName)
      • missingChild

        @Message(id=39,
                 value="Child \'%s\' not found for VirtualFile: %s")
        IOException missingChild​(String child,
                                 org.jboss.vfs.VirtualFile file)
      • createContextPhaseFailed

        @Message(id=40,
                 value="Failed to create context")
        Exception createContextPhaseFailed​(@Cause
                                           Throwable cause)
      • startContextPhaseFailed

        @Message(id=41,
                 value="Failed to start context")
        Exception startContextPhaseFailed​(@Cause
                                          Throwable cause)
      • stopContextPhaseFailed

        @Message(id=42,
                 value="Failed to stop context")
        Exception stopContextPhaseFailed​(@Cause
                                         Throwable cause)
      • destroyContextPhaseFailed

        @Message(id=43,
                 value="Failed to destroy context")
        Exception destroyContextPhaseFailed​(@Cause
                                            Throwable cause)
      • cannotInstantiateServletDelegate

        @Message(id=44,
                 value="Cannot create servlet delegate: %s")
        IllegalStateException cannotInstantiateServletDelegate​(@Cause
                                                               Throwable cause,
                                                               String className)
      • missingDeploymentProperty

        @Message(id=45,
                 value="Cannot obtain deployment property: %s")
        IllegalStateException missingDeploymentProperty​(String propertyName)
      • multipleSecurityDomainsDetected

        @Message(id=46,
                 value="Multiple security domains not supported. First domain: \'%s\' second domain: \'%s\'")
        IllegalStateException multipleSecurityDomainsDetected​(String firstDomain,
                                                              String secondDomain)
      • sameUrlPatternRequested

        @Message(id=47,
                 value="Web Service endpoint %s with URL pattern %s is already registered. Web service endpoint %s is requesting the same URL pattern.")
        IllegalArgumentException sameUrlPatternRequested​(String firstClass,
                                                         String urlPattern,
                                                         String secondClass)
      • invalidServiceRefSetterMethodName

        @Message(id=48,
                 value="@WebServiceRef injection target is invalid.  Only setter methods are allowed: %s")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidServiceRefSetterMethodName​(Object o)
      • requiredServiceRefName

        @Message(id=49,
                 value="@WebServiceRef attribute \'name\' is required for class level annotations.")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException requiredServiceRefName()
      • requiredServiceRefType

        @Message(id=50,
                 value="@WebServiceRef attribute \'type\' is required for class level annotations.")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException requiredServiceRefType()
      • missingConfig

        @Message(id=51,
                 value="Config %s doesn\'t exist")
        org.jboss.as.controller.OperationFailedException missingConfig​(String configName)
      • wrongHandlerChainType

        @Message(id=52,
                 value="Unsupported handler chain type: %s. Supported types are either %s or %s")
        org.jboss.msc.service.StartException wrongHandlerChainType​(String unknownChainType,
                                                                   String knownChainType1,
                                                                   String knownChainType2)
      • missingHandlerChain

        @Message(id=54,
                 value="Config %s: %s handler chain with id %s doesn\'t exist")
        org.jboss.as.controller.OperationFailedException missingHandlerChain​(String configName,
                                                                             String handlerChainType,
                                                                             String handlerChainId)
      • cannotGetURLForDescriptor

        @Message(id=57,
                 value="Unable to get URL for: %s")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotGetURLForDescriptor​(@Cause
                                                                                                   Throwable cause,
                                                                                                   String resourcePath)
      • jaxRpcNotSupported

        @Message(id=58,
                 value="Jakarta XML RPC not supported")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException jaxRpcNotSupported()
      • invalidLibraryInDeployment

        @Message(id=59,
                 value="%s library (%s) detected in ws endpoint deployment; either provide a proper deployment replacing embedded libraries with container module dependencies or disable the webservices subsystem for the current deployment adding a proper jboss-deployment-structure.xml descriptor to it. The former approach is recommended, as the latter approach causes most of the webservices Jakarta EE and any JBossWS specific functionality to be disabled.")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidLibraryInDeployment​(String libraryName,
                                                                                                    String jar)
      • endpointClassNotFound

        @Message(id=60,
                 value="Web service endpoint class %s not found")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException endpointClassNotFound​(String endpointClassName)
      • declaredEndpointInterfaceClassNotFound

        @Message(id=61,
                 value="The endpointInterface %s declared in the @WebService annotation on web service implementation bean %s was not found.")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException declaredEndpointInterfaceClassNotFound​(String endpointInterface,
                                                                                                                Class<?> endpointClass)
      • jwsWebServiceClassVerificationFailed

        @Message(id=62,
                 value="Class verification of Java Web Service implementation class %s failed.")
        org.jboss.as.server.deployment.DeploymentUnitProcessingException jwsWebServiceClassVerificationFailed​(Class<?> seiClass)
      • couldNotUpdateServerConfigBecauseOfReloadRequired

        @Message(id=63,
                 value="Could not update WS server configuration because of pending former model update(s) requiring reload.")
        DisabledOperationException couldNotUpdateServerConfigBecauseOfReloadRequired()
      • couldNotUpdateServerConfigBecauseOfExistingWSDeployment

        @Message(id=64,
                 value="Could not update WS server configuration because of existing WS deployment on the server.")
        DisabledOperationException couldNotUpdateServerConfigBecauseOfExistingWSDeployment()
      • missingModuleDependency

        @LogMessage(level=WARN)
        @Message(id=65,
                 value="Annotation \'@%s\' found on class \'%s\'. Perhaps you forgot to add a \'%s\' module dependency to your deployment?")
        void missingModuleDependency​(String annotation,
                                     String clazz,
                                     String module)
      • invalidWSServlet

        @Message(id=66,
                 value="Servlet class %s declared in web.xml; either provide a proper deployment relying on JBossWS or disable the webservices subsystem for the current deployment adding a proper jboss-deployment-structure.xml descriptor to it. The former approach is recommended, as the latter approach causes most of the webservices Jakarta EE and any JBossWS specific functionality to be disabled.")
        org.jboss.wsf.spi.WSFException invalidWSServlet​(String servletClass)
      • couldNotActivateSubsystem

        @LogMessage(level=ERROR)
        @Message(id=67,
                 value="Could not activate the webservices subsystem.")
        void couldNotActivateSubsystem​(@Cause
                                       Throwable cause)
      • failedAuthorization

        @LogMessage(level=DEBUG)
        @Message(id=70,
                 value="Authorization failed for user: %s")
        void failedAuthorization​(String username)
      • failedAuthentication

        @LogMessage(level=DEBUG)
        @Message(id=71,
                 value="Failed to authenticate username %s:, incorrect username/password")
        void failedAuthentication​(String username)
      • failedAuthenticationWithException

        @LogMessage(level=DEBUG)
        @Message(id=72,
                 value="Error occured when authenticate username %s. Exception message: %s")
        void failedAuthenticationWithException​(@Cause
                                               Throwable cause,
                                               String username,
                                               String message)
      • endpointAlreadyStopped

        @Message(id=73,
                 value="The target endpoint %s is undeploying or stopped")
        IllegalStateException endpointAlreadyStopped​(String endpointName)
      • warningLibraryInDeployment

        @LogMessage(level=WARN)
        @Message(id=68,
                 value="A potentially problematic %s library (%s) detected in ws endpoint deployment; Check if this library can be replaced with container module")
        void warningLibraryInDeployment​(String libraryName,
                                        String jar)
      • legacySecurityUnsupported

        @Message(id=74,
                 value="The deployment is configured to use legacy security which is no longer supported.")
        IllegalStateException legacySecurityUnsupported()