On Fri, Jan 15, 2010 at 1:55 PM, jcaristi <jcari...@whisolutions.com> wrote: > > My Axis2/Spring application functions properly on Jetty 7 with Axis2 1.4.1. > When I attempt to upgrade to Axis2 1.5.1, the Jetty context fails to start > with the following exceptions. I have searched and found similar issues on > Weblogic, but nothing for Jetty. I did try switching Jetty to prefer the > parent classloader, but this causes other problems. I am using version > 7.0.1.v20091125 of the jetty-maven-plugin. Can someone help? > > 2010-01-15 11:35:28.406:WARN::FAILED AxisServlet: > javax.xml.stream.FactoryConfigurationError: Provider > javax.xml.stream.XMLInputFactory coul > d not be instantiated: java.lang.InstantiationException
Do you have a "Caused by" section in your stacktrace? Anyways, one thing to check is to make sure you have the right stax-api and wstx-asl jars in your classpath. - R