Re: Client dependency on Jetty

2007-05-05 Thread Steven E. Harris
Daniel Kulp [EMAIL PROTECTED] writes: The last option would be to make the Destination stuff in http plugable. The jetty stuff just provides a HttpDestinationProvider or something into the http module. Jetty wouldn't subclass the http factory or anything. It just provides functionality

Re: jaxws:endpoint wsdlLocation attribute -- form for class path reference?

2007-05-05 Thread Steven E. Harris
[WARNING: Much rambling follows.] Daniel Kulp [EMAIL PROTECTED] writes: Basically, in the servlet, we need to have some objects that the Servlet provides set into the bus that spring creates. Those objects aren't created by any spring xml or anything like that. A bus is first created by

Re: Figuring out why an endpoint isn't reachable through a Servlet

2007-05-05 Thread Dan Diephouse
As mentioned in that issue it seems this is fixed in JAXB 2.1.3. I saw that you were getting some linkage error when you tried this. If you're running on Java 6 this is probably because JAXB 2.0 is bundled with the JVM, which causes a conflict. If not, it would be great if you could post the