AXIOM does not specify the classloader used to locate StAX implementation
-------------------------------------------------------------------------
Key: WSCOMMONS-70
URL: http://issues.apache.org/jira/browse/WSCOMMONS-70
Project: WS-Commons
Issue Type: Bug
Components: AXIOM
Reporter: Jeremy Boynes
The implementation in StAXUtils uses XMLInputFactory.newInstance() to load the
pool which, with the stax-api version used, uses the current classloader to
locate the StAX implementation. This has two problems:
* it requires the implementation to be on the application's classpath
* it may result in factories from different implementations being in the pool
as different classloaders may be present when the factory is instantiated
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]