Hide Forgot
Date of First Response: 2010-02-18 07:51:51 project_key: SOA [jpechane@dhcp-0-121 lib]$ ls stax* stax-api-1.0.1.jar stax-api-1.0-2.jar These two files contains different versions of classes inside.
I actually read that the version of the second jar listed above in the description as 1.0.2. The versions for the two jars are as follows: unzip -p stax-api-1.0-2.jar META-INF/MANIFEST.MF Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.2 Created-By: 1.5.0-b64 (Sun Microsystems Inc.) unzip -p stax-api-1.0.1.jar META-INF/MANIFEST.MF Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.4 Created-By: 1.4.2_03-b02 (Sun Microsystems Inc.) Built-By: tatu Specification-Title: StAX Specification-Version: 1.0.1 Specification-Vendor: JCP-173 Implementation-Title: StAX 1.0 API Implementation-Version: 1.0.1 Implementation-Vendor: JCP EAP uses 1.0
I removed both stax jars from esb.deployer/lib and the QE IT tests passed on Oracle10g, Sun JDK 1.6.
The candidate GA build will have these jars removed: jboss-soa-p.5.0.0/jboss-as/server/*/deployers/esb.deployer/lib/stax-api-1.0.1.jar * 3 copies (all, default, production) in embedded * 1 copy (default) in standalone
Verified in GA build.
Link: Added: This issue related JBESB-3183