Can you try with 2.1.2? There was a class caching issue in 2.1 that the Geronimo folks found where the classes were being used from the wrong classloaders.
Dan On Thursday 04 September 2008 9:58:15 am Martijn Brinkers wrote: > 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 -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
