Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
There are 2 versions of the stax-api in SMX 3.x trunk currently:
1) <smx-home>/lib contains stax-api-1.0-2.jar
and
2) In servicemix-shared-2011.02-SNAPSHOT-installer.zip it is in /lib/geronimo-stax-api_1.0_spec-1.0.1.jar
The Geronimo one is older and still contains javax.xml.XMLConstants class and some other additional classes that can cause trouble (ex. JRE v1.6 already contains XMLConstants with different constants). So we should make sure to only use stax-api-1.0-2.jar. Attaching patch for this shortly.