On Tue, Sep 15, 2009 at 14:49, GOOSSENS Wim <w...@cipal.be> wrote: > Hi all, > > Got 2 problems when upgrading to 1.5 (deployed in tomcat 6.0.18) > > 1. In 1.5 , only in the war distribution, the > geronimo-jta_1.1_spec-1.1.jar is included in the lib > This gives me problems when getting a UserTransation (class cast exception) > This problem is solved by removing geronimo-jta_1.1_spec-1.1.jar (correct > javaee.jar is in the tomcat/lib) > > > 2. Version 1.5 goes back from xerces 2.8.1 to xerces 2.6.2 > > - Why is this ? I get problems with the reset method not being know by > 2.6.2
Is this method used by your code or is it used by Axis2? > - Is it save to put xerces 2.8.1 in the lib or should i use 2.9.1 > instead > (1.5 seems to work with xerces 2.8.1 and 2.9.1) > > Regards > Wim > > >