Can you catch the exception in your webservice and get the stack
trace? Alternatively, if you can turn on FINE level logging for
java.util.logging, that may get the stack trace in the log.
CXF 2.1 does have an XMLBeans data binding, so I do know it at least
works for that.
Dan
On May 16, 2008, at 6:39 AM, Piotr Skawinski wrote:
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.
---
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog