users@jaxb.java.net

Error using StAX API with JAXB 2.0

From: Brian Pontarelli <brian_at_pontarelli.com>
Date: Sun, 27 Feb 2005 19:10:54 -0600

Here's a stack trace I'm getting when using the JSR 173 code to marshal
and unmarshal objects.

javax.xml.stream.FactoryConfigurationError: Provider
com.bea.xml.stream.MXParserFactory not found
     at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
     at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:176)
     at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
     at
javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
     at com.inversoft.util.JAXBTools.unmarshal(JAXBTools.java:87)
     (snip)

The stack trace looks like an issue with the JSR 173 code, but I wasn't
sure if anyone on this list knew what the issue was. Perhaps the JAXB
download is missing a required JAR file or something?

- brian