Re: Axis2 SAAJ implementation in Geronimo - possible class cast bug when unmarshalling?

2007-10-08 Thread Lin Sun
Hi Paul, You can try with CXF, which uses sun's saaj impl. Here is an instruction on how to configure the jax-ws engine in geronimo - http://cwiki.apache.org/GMOxDOC20/configure-jax-ws-engine.html. Also, I haven't tried to use JDK6 or the wsimport provided by JDK6. I have been using Sun's

Axis2 SAAJ implementation in Geronimo - possible class cast bug when unmarshalling?

2007-10-08 Thread Paul ANDERSON
I've hit trouble moving my JAXB-unmarshalled web service (based on Spring Web Services 1.0.0) from Tomcat 5.5.23 to Geronimo 2.0.1; stack trace below. I used JDK6 on Linux for both TC and Geronimo. I stripped the .war down to use dummy empty implementations of everything, with no extra jar's, so t