You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Yves Langisch <li...@langisch.ch> on 2005/03/04 11:42:38 UTC

strange lowestSetBit attribute in 1.2RC3

All,

After switching from RC2 to RC3 I have a strange "lowestSetBit"
attribute in all my integer (positiveInteger, nonNegativeInteger,..)
elements on the wire. With this attribute the xml is not valid anymore.

Any hints on this attribute? Bug?

Yves


Re: strange lowestSetBit attribute in 1.2RC3

Posted by Yves Langisch <li...@langisch.ch>.
Yes, the field's type is org.apache.axis.types.PositiveInteger which
extends NonNegativeInteger resp. BigInteger.

The problem comes from your change in the SimpleSerializer (Rev. 1.36)
in the init() method. 

I'll file a bug report.

Yves

On Sat, 2005-03-05 at 12:40 -0500, Davanum Srinivas wrote:
> I can see the lowestSetBit in java.math.BigInteger class. do you have
> a java bean which has an instance of this class?
> 
> thanks,
> dims
> 
> 
> On Fri, 04 Mar 2005 11:42:38 +0100, Yves Langisch <li...@langisch.ch> wrote:
> > All,
> > 
> > After switching from RC2 to RC3 I have a strange "lowestSetBit"
> > attribute in all my integer (positiveInteger, nonNegativeInteger,..)
> > elements on the wire. With this attribute the xml is not valid anymore.
> > 
> > Any hints on this attribute? Bug?
> > 
> > Yves
> > 
> > 
> 
> 


Re: strange lowestSetBit attribute in 1.2RC3

Posted by Davanum Srinivas <da...@gmail.com>.
I can see the lowestSetBit in java.math.BigInteger class. do you have
a java bean which has an instance of this class?

thanks,
dims


On Fri, 04 Mar 2005 11:42:38 +0100, Yves Langisch <li...@langisch.ch> wrote:
> All,
> 
> After switching from RC2 to RC3 I have a strange "lowestSetBit"
> attribute in all my integer (positiveInteger, nonNegativeInteger,..)
> elements on the wire. With this attribute the xml is not valid anymore.
> 
> Any hints on this attribute? Bug?
> 
> Yves
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: strange lowestSetBit attribute in 1.2RC3

Posted by Davanum Srinivas <da...@gmail.com>.
Does not ring a bell...can u please log a bug report with traces/sample code?

thanks,
dims


On Fri, 04 Mar 2005 11:42:38 +0100, Yves Langisch <li...@langisch.ch> wrote:
> All,
> 
> After switching from RC2 to RC3 I have a strange "lowestSetBit"
> attribute in all my integer (positiveInteger, nonNegativeInteger,..)
> elements on the wire. With this attribute the xml is not valid anymore.
> 
> Any hints on this attribute? Bug?
> 
> Yves
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/