I get the follwoing exception when I deploy my web application in Jetty (6.1.11) and start a soap request (my web app acts as a soap client)
Caused by: javax.xml.bind.JAXBException: mitm.application.mimesecure.ws.AdminDTO is not known to this context The strange thing is that my application works when deployed from Eclipse using run-jetty-run (an Eclipse Jetty plugin). I have tried all kinds of things but still no luck and I ran out of ideas. Any idea what's causing this? it must be some kind of classloading problem? Thanks, Martijn Brinkers PS. I use CXF 2.1
