sjsxp-1.0.2.jar
Alternative JSR 173 StAX API implementation.
https://mvnrepository.com/artifact/com.sun.xml.stream/sjsxp

In order to read/write XML signature files, EDOC 1.0 SDK uses StAX API implementation included in Java6.
The default Java6 implementation is incompatible with Woodstox XML API (http://woodstox.codehaus.org/) and some Java application servers.

The workaround is based on Sun's Java Streaming XML Parser (http://sjsxp.java.net/) that was released in 2010 before Java 6.
In order to use this alternative implementation, jar file 'sjsxp-1.0.2.jar' must be added to the CLASSPATH environment variable.
'META-INF/services' section is removed from the original jar, to avoid any StAX compatibility issues with other implementations.
