Package org.jboss.as.webservices.logging
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
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccessibleWebServiceMethodNotFound(Class<?> endpointClass, Method potentialWebMethod, SecurityException e) voidcannotFindComponentView(org.jboss.msc.service.ServiceName viewName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioncannotGetURLForDescriptor(Throwable cause, String resourcePath) cannotInstantiateDeploymentAspect(Throwable cause, String className) cannotInstantiateList(Throwable cause, String className) cannotInstantiateMap(Throwable cause, String className) cannotInstantiateServletDelegate(Throwable cause, String className) voidcannotLoadDeploymentAspectsDefinitionFile(String resourcePath) cannotLoadDeploymentAspectsDefinitionFile(Throwable cause, String resourcePath) voidcannotReadWsdl(String wsdlLocation) voidcannotRegisterEndpoint(Object endpoint) voidvoidcannotUnregisterEndpoint(Object endpoint) voidvoidvoidvoidorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptiondeclaredEndpointInterfaceClassNotFound(String endpointInterface, Class<?> endpointClass) endpointAlreadyStopped(String endpointName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionendpointClassNotFound(String endpointClassName) voidfailedAuthentication(String username) voidfailedAuthenticationWithException(Throwable cause, String username, String message) voidfailedAuthorization(String username) voidfinalEndpointClassDetected(String className) voidfinalizeMethodNotAllowed(Class<?> seiClass) voidvoidinvalidHandlerChainFile(String fileName) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptioninvalidLibraryInDeployment(String libraryName, String jar) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionorg.jboss.wsf.spi.WSFExceptioninvalidWSServlet(String servletClass) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionjwsWebServiceClassVerificationFailed(Class<?> seiClass) voidmissingChild(String child, org.jboss.vfs.VirtualFile file) org.jboss.as.controller.OperationFailedExceptionmissingConfig(String configName) missingDeploymentProperty(String propertyName) org.jboss.as.controller.OperationFailedExceptionmissingHandlerChain(String configName, String handlerChainType, String handlerChainId) jakarta.xml.ws.WebServiceExceptionmissingHandlerChainConfigFile(String filePath, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot) voidmissingModuleDependency(String annotation, String clazz, String module) missingPropertyClassAttribute(org.jboss.wsf.spi.deployment.DeploymentAspect deploymentAspect) missingPropertyNameAttribute(org.jboss.wsf.spi.deployment.DeploymentAspect deploymentAspect) voidmultipleSecurityDomainsDetected(String firstDomain, String secondDomain) voidmutuallyExclusiveAnnotations(String className) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionsameUrlPatternRequested(String firstClass, String urlPattern, String secondClass) startContextPhaseFailed(Throwable cause) voidstopContextPhaseFailed(Throwable cause) voidunexpectedElement(String elementName) unexpectedEndTag(String tagName) unsupportedPropertyClass(String className) voidwarningLibraryInDeployment(String libraryName, String jar) voidwebMethodMustBePublic(Method staticWebMethod) voidwebMethodMustNotBeStaticOrFinal(Method staticWebMethod) voidwebServiceMethodNotFound(Class<?> endpointClass, Method potentialWebMethod) org.jboss.msc.service.StartExceptionwrongHandlerChainType(String unknownChainType, String knownChainType1, String knownChainType2) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Field Details
-
ROOT_LOGGER
-
WS_SPEC_REF_5_3_2_4_2
- See Also:
-
-
Method Details
-
cannotLoadDeploymentAspectsDefinitionFile
@LogMessage(level=WARN) @Message(id=1, value="Cannot load WS deployment aspects from %s") void cannotLoadDeploymentAspectsDefinitionFile(String resourcePath) -
cannotLoadDeploymentAspectsDefinitionFile
RuntimeException cannotLoadDeploymentAspectsDefinitionFile(@Cause Throwable cause, String resourcePath) -
activatingWebservicesExtension
@LogMessage(level=INFO) @Message(id=2, value="Activating WebServices Extension") void activatingWebservicesExtension() -
starting
-
stopping
-
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
-
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
-
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") jakarta.xml.ws.WebServiceException missingHandlerChainConfigFile(String filePath, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot) -
unexpectedElement
@Message(id=27, value="Unexpected element: %s") IllegalStateException unexpectedElement(String elementName) -
unexpectedEndTag
@Message(id=28, value="Unexpected end tag: %s") IllegalStateException unexpectedEndTag(String tagName) -
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) -
cannotInstantiateList
@Message(id=35, value="Could not create list of type: %s") IllegalStateException cannotInstantiateList(@Cause Throwable cause, String className) -
cannotInstantiateMap
@Message(id=36, value="Could not create map of type: %s") IllegalStateException cannotInstantiateMap(@Cause Throwable cause, String className) -
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
-
startContextPhaseFailed
-
stopContextPhaseFailed
-
destroyContextPhaseFailed
-
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
-
missingHandlerChain
-
cannotGetURLForDescriptor
-
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
-
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
-
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
-
endpointAlreadyStopped
@Message(id=73, value="The target endpoint %s is undeploying or stopped") IllegalStateException endpointAlreadyStopped(String endpointName) -
warningLibraryInDeployment
-
legacySecurityUnsupported
@Message(id=74, value="The deployment is configured to use legacy security which is no longer supported.") IllegalStateException legacySecurityUnsupported() -
onlyStringPasswordAccepted
@Message(id=75, value="only string password accepted") IllegalArgumentException onlyStringPasswordAccepted()
-