Hi, I'm using xml beans inside webservices. Webservices are implemented with cxf 2.0.5. When I inside my webservice start to parse the documents using xml beans cxf throws an exception with following message:
2008-05-16 12:31:49 org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Application has thrown exception, unwinding now: null The same error occurs when the webservice is deployed on the jetty server and weblogic server. The code runs fine from the stand alone application. Is cxf not compatible with XML beans? I'm using version 2.3.0.
