Re: [jibx-users] HashMapper ClassCastException when Marshalling

2004-10-14 Thread Chris Huisman
Dennis, That was the only change I made. Unfortunately I no longer have the class file where this occured. If I have time I'll rollback my project and try and recreate the problem. Thanks, Chris. Dennis Sosnoski wrote: I don't know offhand why it would work one way and not the other. That was

Re: [jibx-users] HashMapper ClassCastException when Marshalling

2004-10-13 Thread Dennis Sosnoski
I don't know offhand why it would work one way and not the other. That was the only thing you changed? If you get the ClassCastException again and can send me the class file where it occurs I'll take a look to see the actual instruction that's causing the problem. - Dennis Chris Huisman wrote

Re: [jibx-users] HashMapper ClassCastException when Marshalling

2004-10-05 Thread Chris Huisman
I changed my mapping to this: class="com.taylor.qseries.client.framework.Routings" factory="com.taylor.qseries.client.framework.Routings.getInstance"> name="map" marshaller="com.taylor.qseries.client.qs.xml.util.HashMapper"

[jibx-users] HashMapper ClassCastException when Marshalling

2004-10-05 Thread Chris Huisman
Hello, I am having trouble marshalling a HashMap element. The unmarshalling of the element works fine, but when I marshall it I get the following ClassCastException: java.lang.ClassCastException at com.taylor.qseries.client.framework.metadata.Routing.JiBX_qSeriesMetaDataBinding_marshal_2_0(