Friday, September 21, 2007

Classpath Problem - javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found

error
com.bea.xml.stream.MXParserFactory not found

environment
The following xml jars are in my classpath:
xerces.jar - org.apache.*, org.w3c.dom.html.*, org.w3c.dom.ls.*
xercesImpl.jar - com.sun.org.apache.*


possible causes:
You do not have a StAX implementation in your classpath.

solution
You must provide an implementation of StAX in your classpath.

references
http://forums.java.net/jive/thread.jspa?messageID=117971

No comments: