I'm trying to setup an xfire binding, but I am getting the following
exception.
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 org.codehaus.yom.stax.StaxBuilder.<init>(StaxBuilder.java:25)
at
org.codehaus.xfire.fault.Soap11FaultSerializer.<init>(Soap11FaultSerializer.
java:23)
at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectService
Factory.java:222)
at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectService
Factory.java:186)
at
org.codehaus.xfire.spring.ServiceComponent.afterPropertiesSet(ServiceCompone
nt.java:53)
In which jar file is this class located?
Thanks,
Matthew