[jibx-users] JiBX Upgrade Problem from 1.1 to 1.2.1
by Mayur Gupta
 |
REPLY TO AUTHOR
|
 |
|
|
 |
REPLY TO GROUP
|
 |
|
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
Bookmark with:
Delicious
Digg
reddit
Facebook
StumbleUpon
opensubscriber is not affiliated with the authors of this message nor responsible for its content.
|