JBoss Community

Multiple schema elements not supported

created by Giovanni Marigi in JBoss Web Services - View the full discussion

Hi,

I'm trying to validate a web service (using the @SchemaValidation annotation); I developed my ws with a top down approach, creating firstly xsd and wsdl; my wsdl import two schemas but it seems that this doesn't like to jboss-ws

My configuration is the following one:
JBoss EAP 5.1 - JBoss Ws Native 3.1.2.SP7

 

This is my stack trace:

 

2:21:56,552 INFO  [SOAPBodyElementDoc] Validating: XML_VALID

22:21:56,558 WARN  [SchemaExtractor] Multiple schema elements not supported.

22:21:56,571 ERROR [StrictlyValidErrorHandler] org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'ric:crea'.

22:21:56,572 ERROR [SOAPFaultHelperJAXWS] SOAP request exception

org.jboss.ws.WSException: org.xml.sax.SAXException: cvc-elt.1: Cannot find the declaration of element 'ric:crea'.

at org.jboss.ws.WSException.rethrow(WSException.java:68)

at org.jboss.ws.core.soap.SOAPBodyElementDoc.validatePayload(SOAPBodyElementDoc.java:130)

at org.jboss.ws.core.soap.SOAPBodyElementDoc.transitionTo(SOAPBodyElementDoc.java:82)

at org.jboss.ws.core.soap.SOAPContentElement.getObjectValue(SOAPContentElement.java:172)

at org.jboss.ws.core.EndpointInvocation.transformPayloadValue(EndpointInvocation.java:273)

at org.jboss.ws.core.EndpointInvocation.getRequestParamValue(EndpointInvocation.java:115)

at org.jboss.ws.core.EndpointInvocation.getRequestPayload(EndpointInvocation.java:135)

at org.jboss.ws.core.server.DelegatingInvocation.getArgs(DelegatingInvocation.java:80)

at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerEJB3.invoke(InvocationHandlerEJB3.java:93)

at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:221)

at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:468)

at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:293)

at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:203)

at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:129)

at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(AbstractEndpointServlet.java:85)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)

at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)

at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)

at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)

at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)

at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

at java.lang.Thread.run(Thread.java:662)

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community