Found the problem. Turned out to be a class loading problem caused by my stupidity. My eclipse plugin was loading the org.jibx.binding.Compile class from the beta3c jar file (defined in the plugin's classpath) but the org.jibx.runtime.Utility class was being loaded from the beta3b jar file defined in the eclipse project's classpath.


Norm Deane wrote:
Anyone seen this before? I get this during binding compile.

ExceptonInInitializerError:
Serializer org.jibx.runtime.Utility.serializeSqlDate not found


The only date in my object model and binding is a java.util.Date.


Thanks,

Norm


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to