Re: Fw: High Priority ,Parallel requests throwing null pointer exception.

2009-09-18 Thread Andreas Veithen
This is a known issue that occurs when using Axiom = 1.2.8 together with Sun's StAX implementation. See issue WSCOMMONS-489. Andreas On Thu, Sep 17, 2009 at 15:33, sri ram pinnamaraju_sri...@yahoo.co.in wrote: Hi All, I have a webservice developed in axis 2. Works fine when there are

Fw: High Priority ,Parallel requests throwing null pointer exception.

2009-09-17 Thread sri ram
Hi All, I have a webservice developed in axis 2. Works fine when there are sequence of requests. However when two  parallel request hit the Axis Servlet I get exception. When I send these two requests sequentially everything is holy . So ideally,nothing is wrong with the  request. PFA :

Re: Fw: High Priority ,Parallel requests throwing null pointer exception.

2009-09-17 Thread Amila Suriarachchi
do you have wstx-asl-3.2.4.jar, and geronimo-stax-api_1.0_spec-1.0.1.jar in the class path? thanks, Amila. On Thu, Sep 17, 2009 at 7:03 PM, sri ram pinnamaraju_sri...@yahoo.co.inwrote: Hi All, I have a webservice developed in axis 2. Works fine when there are sequence of requests.