Hey,
Here is the scenario
BaseClass
-Field1
-Field2
<mapping name="BaseClass" class="BaseClass" ordered="false">
<value name="Field1" field="field1" usage="optional"/>
<value name="Field2" field="field2" usage="optional"/>
</mapping>
DerivedClass
-Field3
<mapping name="DerivedClass" class="DerivedClass" ordered="false"
extends="BaseClass">
<value name="Field3" field="field3" usage="optional"/>
</mapping>
Both base class & derived class are in different jars.
I was on JiBX version 1.1, so take advantage of precomplied binding I
upgraded to 1.2.1 but I am getting following error:
Serializer org.jibx.runtime.Utility.serializeBoolean not found
Any clues?
Thanks
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users