It should be the same issue since  it is the same Axis2 that is used by
WSAS. Please try out the Axis2 nightly build at
http://people.apache.org/dist/axis2/nightly/

Thanks
Azeez

On Jan 17, 2008 1:49 PM, Trasca Virgil <[EMAIL PROTECTED]> wrote:

> Hi Azeez,
>
>        Sorry for insisting so much. I am not using WSAS 2.1 only axis2.war
> 1.3. Because of that I want you to confirm me that what I found is the
> same issue (as I am using Axis1.3 and you are saying about wsas). Also if
> it is the same issue I am intersted when it will be fixed in Axis2.war as
> I am using this one and not WSAS. I assume it will be fixed in Axis2 1.4.
>
> When will 1.4 be released? Till then is it possible that you will send me
> an updated jar file that will contain the fix so I can test it?
>
> Thank you,
> Virgil
>
> ----- Original Message ----
> From: Afkham Azeez <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Thursday, January 17, 2008 8:29:38 AM
> Subject: Re: WSAS-603 - I am getting the same stack exception
>
> Hi Virgil,
> WSAS is an enterprise ready Web services engine powered by Apache Axis2.
> You could deploy Axis2 Web services on WSAS and also there are many more
> value additions. The JIRA you cited is related to this product. In fact, the
> WSAS 2.1 release was based on Axis2 1.3, and the next 2.2 release contains
> many bug fixes to Axis2 including the issue you cited.
>
> For further information see:
>
> 1. http://wso2.com/products/wsas/
> 2. https://wso2.org/projects/wsas/java
> 3. http://wso2.org/library/821
>
> Thanks
> Azeez
>
> On Jan 17, 2008 11:44 AM, Trasca Virgil <[EMAIL PROTECTED]> wrote:
>
> >  Hi,
> >
> >       What is WSAS? I am using Axis2 1.3 & ADB and I get this exception
> > stack. Can you confirm me that the issue I found is the same like
> > http://wso2.org/jira/browse/WSAS-603?
> >
> > Thank you,
> > Virgil
> >
> >
> > ----- Original Message ----
> > From: Afkham Azeez <[EMAIL PROTECTED]>
> > To: [email protected]
> > Sent: Thursday, January 17, 2008 7:29:15 AM
> > Subject: Re: WSAS-603 - I am getting the same stack exception
> >
> > FYI, issue WSAS-603 has been fixed. The WSAS 2.2 release will be
> > available next week. You will be able to download it from
> > https://wso2.org/projects/wsas/java. You could also check this out in
> > the nightly build.
> >
> > Thanks
> > Azeez
> >
> > On Jan 17, 2008 12:00 AM, Trasca Virgil <[EMAIL PROTECTED]> wrote:
> >
> > >  Hi all,
> > >
> > >       I found this issue
> > >
> > > http://wso2.org/jira/browse/WSAS-603
> > >
> > > While calling a deployed (jetty) web service I am getting a very
> > > similar stack
> > >
> > >  [java] java.lang.NullPointerException
> > >      [java] at com.ctc.wstx.sw.BaseNsStreamWriter.doWriteAttr(
> > > BaseNsStreamWriter.java:468)
> > >      [java] at com.ctc.wstx.sw.BaseNsStreamWriter.writeAttribute(
> > > BaseNsStreamWriter.java:230)
> > >      [java] at org.apache.axiom.om
> > > .impl.MTOMXMLStreamWriter.writeAttribute(MTOMXMLStreamWriter.java:137)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.util.omserializerutil.se/>
> > > .impl.util.OMSerializerUtil.serializeStartpart(OMSerializerUtil.java
> > > :420)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.util.omserializerutil.se/>
> > > .impl.util.OMSerializerUtil.serializeStartpart(OMSerializerUtil.java
> > > :172)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omelementimpl.int/>
> > > .impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:780)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omelementimpl.int/>
> > > .impl.llom.OMElementImpl.internalSerializeAndConsume(
> > > OMElementImpl.java:814)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omelementimpl.int/>
> > > .impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:785)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omelementimpl.int/>
> > > .impl.llom.OMElementImpl.internalSerializeAndConsume(
> > > OMElementImpl.java:814)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omelementimpl.int/>
> > > .impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:785)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omelementimpl.int/>
> > > .impl.llom.OMElementImpl.internalSerializeAndConsume(
> > > OMElementImpl.java:814)
> > >      [java] at 
> > > org.apache.axiom.om<http://org.apache.axiom.om.impl.llom.omnodeimpl.se/>
> > > .impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:421)
> > >      [java] at
> > > org.apache.axis2.transport.http.ApplicationXMLFormatter.writeTo(
> > > ApplicationXMLFormatter.java:114)
> > >      [java] at
> > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream
> > > (CommonsHTTPTransportSender.java:294)
> > >      [java] at
> > > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(
> > > CommonsHTTPTransportSender.java:211)
> > >      [java] at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java
> > > :396)
> > >      [java] at
> > > org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic
> > > (AbstractInOutMessageReceiver.java:43)
> > >      [java] at
> > > org.apache.axis2.receivers.AbstractMessageReceiver.receive(
> > > AbstractMessageReceiver.java:96)
> > >      [java] at org.apache.axis2.engine.AxisEngine.receive(
> > > AxisEngine.java:145)
> > >      [java] at
> > > org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(
> > > RESTUtil.java:125)
> > >      [java] at
> > > org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(
> > > RESTUtil.java:119)
> > >      [java] at
> > > org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest
> > > (AxisServlet.java:799)
> > >      [java] at org.apache.axis2.transport.http.AxisServlet.doGet(
> > > AxisServlet.java:242)
> > >      [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java
> > > :707)
> > >      [java] at javax.servlet.http.HttpServlet.service(HttpServlet.java
> > > :820)
> > >
> > >
> > > Is this the same issue? How can I solve this problem?
> > >
> > > Thank you,
> > > Virgil
> > >
> >
> >
> >
> > --
> > Thanks
> > Afkham Azeez
> >
> > http://www.wso2.org
> > GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760
> >
> >
>
>
> --
> Thanks
> Afkham Azeez
>
> http://www.wso2.org
> GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760
>
>


-- 
Thanks
Afkham Azeez

http://www.wso2.org
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760

Reply via email to