Thanks Jongjin. I can reporduce the problem now. Seems we have a bug in the serializer when it tries to serialize the stream directly. Will let you know as soon as it is fixed.
BTW Shouldn' t we use JIRA for these matters ?. My guess is these things should be recorded and prioritized and there's no place like JIRA to do it better :) On Mon, 7 Mar 2005 16:37:33 +0900, Jongjin Choi <[EMAIL PROTECTED]> wrote: > Ajith, > > In NoNamespaceSerializerTest.java, > > modify following line > from: > (line number : 64) env.serialize(write, false); > to: > (line number : 64) env.serialize(write, true); > > You can see the error. > > /Jongjin. > > > ----- Original Message ----- > From: "Ajith Ranabahu" <[EMAIL PROTECTED]> > To: <[email protected]>; "jayachandra" <[EMAIL PROTECTED]> > Sent: Saturday, March 05, 2005 4:00 PM > Subject: Re: [Axis2] OMElementImpl question > > > Hi, > > I have added a new testcase to check the namespace behavior with the > > exact soapmessage Jongjin has mentioned and it seems to pass! Would > > you be able let me know how exactly the problem came ? > > In the mean time have a look at the very simple test I wrote to check it at > > org.apache.axis.om.impl.serializer.NoNamespaceSerializerTest class in > > the src/test folder in OM module. > > > > Ajith > > > > > > On Fri, 4 Mar 2005 20:15:39 +0530, jayachandra <[EMAIL PROTECTED]> wrote: > >> Hi Axis2 Developers! > >> Has it been taken care of in Axis2 to (de)serialize non-qualifying > >> objects too. Kindly update the group when it's done and where from can > >> the new source be gotten. > >> > >> Thank you, > >> Jayachandra > >> > > > > -- > > Ajith Ranabahu > > -- Ajith Ranabahu
