Thilina, Thanks for the help. I am, however, using AXIS2-1.1 and I still got the class not found as described above. Actually, that was the intent of my post -- to determine whether a jar was missing from the distribution, or I had done something not quite right. Do you think the jar was actually missing?
Chad On 1/6/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote:
Hi Chad, Try putting [1] & [2] in to the classpath (make sure to remove the existing stax-api & dev prior to that)...They are the stax jars used by Axis2 1.1... Which version of Axis2 are you using.. I would recommend you to start with the 1.1 release. Download the binary distribution. It contains almost all the jars required for you (Except for jars required for advanced usages like Spring jars). ~Thilina [1]http://dist.codehaus.org/stax/jars/stax-api-1.0.1.jar [2]http://woodstox.codehaus.org/3.1.1/wstx-asl-3.1.1.jar On 1/7/07, ChadDavis <[EMAIL PROTECTED]> wrote: > Hi. I'm working through the examples in the AXIS2 introduction. I've > written a class to invoke the echo string service. It complained > about a class not being in the classpath, > com.bea.xml.stream.MXSomeKindofFactory. I managed to find a jar ( > stax-1.1.1-dev.jar ) with this on the STAX site and put it in the path > and proceeded on to other problems. > > However, I'm curious as to why a required resources was missing from > the AXIS distribution. I'm sure there's a reason, so . . . what am I > missing ? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thilina Gunarathne WSO2, Inc.; http://www.wso2.com/ Home page: http://webservices.apache.org/~thilina/ Blog: http://thilinag.blogspot.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]
