Hi guys,
I have an curiosity, I have deployed two web services on JBoss6.1.0 and I got some stacktraces like that :
13:42:19,184 WARN [DescriptorDeploymentAspect] Spring not available, skipping check for user provided jbossws-cxf.xml / cxf.xml configuration files.
13:42:19,200 INFO [MetadataBuilder] Add Service
id=WSDocument
address=http://VPLogic059:8080/WSDocument
implementor=webService.document.WSDocumentJSR
invoker=org.jboss.wsf.stack.cxf.InvokerJSE
serviceName={http://document.webService/}WSDocument
portName={http://document.webService/}WSDocumentJSRPort
wsdlLocation=null
mtomEnabled=false
13:42:19,200 WARN [DescriptorDeploymentAspect] Spring not available, skipping check for user provided jbossws-cxf.xml / cxf.xml configuration files.
13:42:19,200 INFO [MetadataBuilder] Add Service
id=WSTravail
address=http://VPLogic059:8080/WSTravail
implementor=webService.travail.WSTravailJSR
invoker=org.jboss.wsf.stack.cxf.InvokerJSE
serviceName={http://travail.webService/}WSTravail
portName={http://travail.webService/}WSTravailJSRPort
wsdlLocation=null
mtomEnabled=false
What exactly mean these warnings? What do I have to do to get rid of these things?
Thanks!