[jboss-jira] [JBoss JIRA] (AS7-3912) Unable to get Soapmessage in jboss 5.1.0 GA

Murugan D (JIRA) jira-events at lists.jboss.org
Sat Feb 25 04:23:39 EST 2012


    [ https://issues.jboss.org/browse/AS7-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671019#comment-12671019 ] 

Murugan D commented on AS7-3912:
--------------------------------

Please find the log below,
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) org.jboss.util.NotImplementedException
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.ws.core.soap.SOAPPartImpl.appendChild(SOAPPartImpl.java:298)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.bind.marshaller.SAX2DOMEx.startElement(SAX2DOMEx.java:194)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.encoding.TagInfoset.writeStart(TagInfoset.java:172)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.message.stream.StreamMessage.writeTo(StreamMessage.java:450)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.message.AbstractMessageImpl.readAsSOAPMessage(AbstractMessageImpl.java:198)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.handler.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:84)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.ofs.jaxws.server.endpoint.SoapHandler.extractOperation(SoapHandler.java:104)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.ofs.jaxws.server.endpoint.SoapHandler.handleMessage(SoapHandler.java:42)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.ofs.jaxws.server.endpoint.SoapHandler.handleMessage(SoapHandler.java:1)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.handler.HandlerProcessor.callHandleMessage(HandlerProcessor.java:297)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.handler.HandlerProcessor.callHandlersRequest(HandlerProcessor.java:140)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.handler.ServerSOAPHandlerTube.callHandlersOnRequest(ServerSOAPHandlerTube.java:138)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.handler.HandlerTube.processRequest(HandlerTube.java:120)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:641)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:600)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:585)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:482)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:314)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:608)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:259)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.transport.http.servlet.ServletAdapter.invokeAsync(ServletAdapter.java:213)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:159)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:194)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:80)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
2012-02-25 14:13:09,286 ERROR [STDERR] (http-127.0.0.1-8080-1) 	at java.lang.Thread.run(Thread.java:619)
                
> Unable to get Soapmessage in jboss 5.1.0 GA
> -------------------------------------------
>
>                 Key: AS7-3912
>                 URL: https://issues.jboss.org/browse/AS7-3912
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web Services
>            Reporter: Murugan D
>            Assignee: Alessio Soldano
>
> When I execute context.getMessage().getSOAPBody() in jboss 5.1.0 GA AS. Then  am getting the org.jboss.util.NotImplementedException exception. 
> Code Snippet:-
> protected String extractOperation(SOAPMessageContext context) {
>         SOAPBody body;
>         try {
>             body = context.getMessage().getSOAPBody();
>         } catch (SOAPException e) {
>             logger.error("Error fetching the soap body. Exception=" + e, e);
>             return null;
>         }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list