It's actually not missing. The happiness page is telling you that Axis2 has _found_ StAX, but that it can't determine its location. Assuming that you are using Java 6, this may be because the StAX API is part of the JRE.
Andreas On Thu, Jul 9, 2009 at 13:16, ksh29<[email protected]> wrote: > > Hi, > > I am new to Axis. I tried to deployed the 2.1.5 war file to Tomcat 6.0.18. > When I go to the happness page, it shows that one of needed componenets is > missing, > > Found Streaming API for XML (javax.xml.stream.XMLStreamReader) at an > unknown location > > I can see that under the axis lib, the jar file > geronimo-stax-api_1.0_spec-1.0.1 should have > javax.xml.stream.XMLStreamReader in it. I have also tried to copy this jar > file to the %Catalina_home%\lib as well and restarted the tomcat server. > Still doesn't work. > > Can anyone please help me with it??? > > Many thanks, > > Ksh29 > -- > View this message in context: > http://www.nabble.com/Install-Axis2---Happness-validation-failed---Found-Streaming-API-for-XML-at-an-unknown-location-tp24408335p24408335.html > Sent from the Axis - User mailing list archive at Nabble.com. > >
