[jboss-user] [JBossWS] - Unsupported content type: application/xml

2008-11-03 Thread sreeramrt3
Hi I have a web service client which I use to post a simple Echo message with JBOSS 4.2.2 GA and JBOSSWS-Native-3.0.3 stack. I see a SOAPException due to unsupported content type: application/xml. Could I be missing libraries on the client side which could fix this error and generate the right

[jboss-user] [JBossWS] - Re: java.lang.NoSuchMethodError: org.jboss.ejb3.stateless.St

2008-10-22 Thread sreeramrt3
This problem is fixed. The issue was that I was trying to install the WS Native 3.0.3 stack on Jboss 4.3 GA. I would recommend anyone using any stack to first run the tests using the ant tests before doing anything with it. It should ideally be required to verify successful installation. View

[jboss-user] [JBossWS] - java.lang.NoSuchMethodError: org.jboss.ejb3.stateless.Statel

2008-10-15 Thread sreeramrt3
Hi I have tried multiple ejb examples and I run into the same exception. The server is unable to invoke setWebServiceContext in the process chain. Please find attached my example. I am using all the libraries from client, server\lib, server\default\lib and server\lib\endorsed. Thanks

[jboss-user] [JBossWS] - Re: java.lang.NoSuchMethodError: org.jboss.ejb3.stateless.St

2008-10-15 Thread sreeramrt3
Here is the stack trace associated with the exception. 15:54:18,190 ERROR [ContainerBase] Servlet.service() for servlet HelloBean threw exception java.lang.NoSuchMethodError: org.jboss.ejb3.stateless.StatelessBeanContext.setWe bServiceContext(Ljavax/xml/ws/WebServiceContext;)V at

[jboss-user] [JBossWS] - Re: java.lang.NoSuchMethodError: org.jboss.ejb3.stateless.St

2008-10-15 Thread sreeramrt3
It appears that there could be two different web service stacks deployed on the server and that it is trying to point to the incorrect one. Any clues? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4182504#4182504 Reply to the post :