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 <[EMAIL PROTECTED]> 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 > > > > > >
