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
>
>