Same situation as before. Thinks are working from within Jetty
launched from Eclipse, but not when deployed as a war to Tomcat. Any
idea where com.sun.istack.XMLStreamReaderToContentHander is found?
Stack Trace:
java.lang.NoClassDefFoundError: com/sun/istack/XMLStreamReaderToContentHandler
at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:220)
at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:149)
at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:121)
at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:280)
at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:207)
at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:74)
at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:363)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:175)
at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:134)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:159)
at com.sun.xml.ws.transport.http.servlet.WSSpringServlet.doPost(WSSpringServlet.java:52)
I did find this posting with the same problem, but it didn't help me:
http://forums.java.net/jive/thread.jspa?messageID=215484
Cameron
On 5/15/07, Cameron Taggart <cameron.taggart_at_gmail.com> wrote:
> Resolved. Somehow that is the error you get when you try to deploy
> the war without jaxws-spring-1.4.jar or xbean-spring-2.8.jar. My
> mistake, but seriously not the most obvious error message. I was
> launching Jetty from within Eclipse and those jars were on the
> classpath.
>
> cheers,
> Cameron
>
> On 5/15/07, Cameron Taggart <cameron.taggart_at_gmail.com> wrote:
> > I was able to get JAX-WS RI 2.1.1 working with Spring 2.0.5 and Jetty
> > 6.1.3. However, when I try to deploy to Tomcat 6.0.13 or 5.5.17 I get
> > this strange error that I haven't been able to figure out. I'm also
> > running Java 6.
> >
> > org.xml.sax.SAXParseException: White spaces are required between
> > publicId and systemId.
> >
> > The invalid xml file is attached. It is based on the example here:
> > https://jax-ws-commons.dev.java.net/spring/
> >
> > Any help is appreciated. Thanks,
> >
> > Cameron
> >
> >
>