Thanks :) Lasantha > Try adding following jar > (http://www.ibiblio.org/maven2/stax/stax/1.2.0/stax-1.2.0.jar) to your > classpath or runtime. > > <dependency> > <groupId>stax</groupId> > <artifactId>stax</artifactId> > <version>1.2.0</version> > </dependency> > > > >> >> >> ------------------------------------------------------------------------ >> >> Subject: >> Integrate Axis2 with an Application Server >> From: >> "Lasantha Ranaweera" <[EMAIL PROTECTED]> >> Date: >> Mon, 20 Nov 2006 15:49:48 -0500 (EST) >> To: >> [email protected] >> >> To: >> [email protected] >> >> >> Hi All, >> >> I have been trying to integrate Axis2 in to an application server >> (Geronimo). In this application the class loading part will be done by >> the >> application server and trying pass class to the Axis2 component. I was >> reffering to the http://www.wso2.net/kb/83 tutorial and added several >> jar >> files in to application server class path in the middle to avoid >> ClassNotFoudnd exception. But finally got stucked due in the given >> error. >> Any ideas, suggestions??? >> >> javax.xml.stream.FactoryConfigurationError: Provider >> com.bea.xml.stream.MXParser >> Factory not found >> at >> javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72) >> at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178) >> at >> javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:155 >> ) >> at >> org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java: >> 40) >> at >> org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.ja >> va:66) >> at >> org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBui >> lder.java:81) >> at >> org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConf >> igBuilder.java:63) >> at >> org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguratio >> n(DeploymentEngine.java:769) >> at >> org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfigurati >> on(FileSystemConfigurator.java:113) >> at >> org.apache.axis2.context.ConfigurationContextFactory.createConfigurat >> ionContext(ConfigurationContextFactory.java:38) >> at >> org.apache.axis2.context.ConfigurationContextFactory.createConfigurat >> ionContextFromFileSystem(ConfigurationContextFactory.java:90) >> at >> org.apache.geronimo.axis2.deployer.util.Axis2Service.start(Axis2Servi >> ce.java:29) >> >> Thanks, >> Lasantha Ranaweera >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
