Hi, wstx-asl-3.0.1.jar is in my lib folder. Also the stax jars I am using are from the nightly build distribution.
Thanks, Brian -----Original Message----- From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: 17 October 2006 21:43 To: [email protected] Subject: Re: Axis2 and Seam Hi, Do you have the stax jars from the reference implementation in the classpath ? On 10/17/06, robert lazarski <[EMAIL PROTECTED]> wrote: > If you have wstx-asl-3.0.1.jar from the std-bin nightly distro in your > classpath, it will use those classes. > > HTH, > Robert > > On 10/17/06, Brian Dillon (ext. 944) <[EMAIL PROTECTED]> wrote: > > Hi Chinthaka, > > > > I took down the Axis war file from the nightly build of the 16th but > > unfortunately this still gives an error. It is however a different > > error (I have copied it bellow); > > > > ERROR 17-10 10:55:30,531 (StandardContext.java:loadOnStartup:3882) > > -Servlet /re fappsoap threw load() exception > > javax.xml.stream.FactoryConfigurationError: Could not locate > > provider [com.bea.x ml.stream.MXParserFactory] > > at > > javax.xml.stream.FactoryLocator.newInstance(FactoryLocator.java:55) > > at javax.xml.stream.FactoryLocator.find(FactoryLocator.java:145) > > at > > javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:22 > > 0 > > ) > > at > > org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java: > > 40) > > at > > org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.j > > a > > va:66) > > at > > org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBu > > i > > lder.java:82) > > at > > org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisCon > > f > > igBuilder.java:58) > > at > > org.apache.axis2.deployment.DeploymentEngine.populateAxisConfigurati > > o > > n(DeploymentEngine.java:681) > > at > > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBased > > A > > xisConfigurator.java:127) > > at > > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisSe > > r > > vlet.java:366) > > at > > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:30 > > 4 > > ) > > at > > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper. > > java:1091) > > at > > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:9 > > 2 > > 5) > > at > > org.apache.catalina.core.StandardContext.loadOnStartup(StandardConte > > x > > t.java:3880) > > at > > org.apache.catalina.core.StandardContext.start(StandardContext.java: > > 4 > > 141) > > at > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBas > > e > > .java:759) > > at > > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:7 > > 3 > > 9) > > at > > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524 > > ) > > > > at > > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.ja > > v > > a:910) > > at > > org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig. > > j > > ava:873) > > at > > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:47 > > 4 > > ) > > at > > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118) > > at > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.jav > > a > > :310) > > at > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecyc > > l > > eSupport.java:119) > > at > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020 > > ) > > > > at > > org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > > at > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012 > > ) > > > > at > > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:44 > > 2 > > ) > > at > > org.apache.catalina.core.StandardService.start(StandardService.java: > > 4 > > 50) > > at > > org.apache.catalina.core.StandardServer.start(StandardServer.java:68 > > 0 > > ) > > at org.apache.catalina.startup.Catalina.start(Catalina.java:536) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > > s > > sorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > 17-Oct-2006 10:55:30 org.apache.coyote.http11.Http11BaseProtocol > > start > > INFO: Starting Coyote HTTP/1.1 on http-8080 > > 17-Oct-2006 10:55:31 org.apache.jk.common.ChannelSocket init > > > > > > Any help with this is much appreciated, > > > > Thanks, > > > > Brian > > > > -----Original Message----- > > From: Eran Chinthaka [mailto:[EMAIL PROTECTED] > > Sent: 16 October 2006 13:19 > > To: [email protected] > > Subject: Re: Axis2 and Seam > > > > > > Hi Brian, > > > > I had a quick look at this. Seems you are using Axis2 1.0, as the > > line numbers are incorrect in the current code base. Can you please > > check this with latest nightly builds and post here the stacktrace > > if the problem exists even with it? > > > > -- Chinthaka > > > > Brian Dillon (ext. 944) wrote: > > > > > > Hi, > > > > > > Has anyone used Axis2 with Seam ? When I add in the > > > jboss-ejb3-all.jar (shipped with Seam) into the lib directory of > > > my axis2 war I get the following exception ? > > > > > > > > > - Servlet /refappsoap threw load() exception > > > java.lang.NullPointerException > > > at > > > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBas > > > edA > > > xisConfigurator.java:81) > > > at > > > org.apache.axis2.transport.http.AxisServlet.initConfigContext(Axis > > > Ser > > > vlet.java:213) > > > at > > > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java: > > > 182 > > > ) > > > at > > > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper. > > > java:1091) > > > at > > > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java > > > :92 > > > 5) > > > at > > > org.apache.catalina.core.StandardContext.loadOnStartup(StandardCon > > > tex > > > t.java:3880) > > > at > > > org.apache.catalina.core.StandardContext.start(StandardContext.jav > > > a:4 > > > 141) > > > at > > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerB > > > ase > > > .java:759) > > > at > > > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java > > > :73 > > > 9) > > > at > > > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:5 > > > 24) > > > > > > at > > > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig. > > > jav > > > a:910) > > > at > > > org.apache.catalina.startup.HostConfig.deployDirectories(HostConfi > > > g.j > > > ava:873) > > > at > > > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java: > > > 474 > > > ) > > > at > > > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118) > > > at > > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.j > > > ava > > > :310) > > > at > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifec > > > ycl > > > eSupport.java:119) > > > at > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:10 > > > 20) > > > > > > at > > > org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > > > at > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:10 > > > 12) > > > > > > at > > > org.apache.catalina.core.StandardEngine.start(StandardEngine.java: > > > 442 > > > ) > > > at > > > org.apache.catalina.core.StandardService.start(StandardService.jav > > > a:4 > > > 50) > > > at > > > org.apache.catalina.core.StandardServer.start(StandardServer.java: > > > 680 > > > ) > > > at org.apache.catalina.startup.Catalina.start(Catalina.java:536) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > > java:39) > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc > > > ces > > > sorImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > > > at > > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > > > > > Is there a way around this compatability issue ? > > > > > > Thanks, > > > > > > Brian > > > > > > __________________________________________________________ > > > > > > The information contained in this e-mail is confidential, may be > > > privileged and is intended > > > > > > only for the user of the recipient named above. If you are not the > > > intended recipient or a > > > > > > representative of the intended recipient, you have received this > > > e-mail in error and must > > > > > > not copy, use or disclose the contents of this e-mail to anybody else. > > > > > > > > > > > > If you have received this e-mail in error, please notify the > > > sender immediately by return > > > > > > e-mail and permanently delete the copy you received. This e-mail > > > has been swept for > > > > > > computer viruses. However, you should carry out your own virus checks. > > > > > > *Registered in Ireland, No. 205721. ** http://www.FINEOS.com * > > > > > > __________________________________________________________ > > > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > - 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] > > -- Ajith Ranabahu --------------------------------------------------------------------- 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]
