The rest of the exception message should read "define deserializer or constructor from java.lang.String". The exception means that you're using an object class with a <value> that doesn't have either a defined deserializer (using <format ..> defined for that type, or deserializer="..." on the <value>) or a constructor of the form className(String). You need one of these for an input binding so that JiBX can convert the value from text to the object type.

 - Dennis

John Crossman wrote:


I can't seem run a successful binding. I get:

JiBXException: No deserializer for ...<classname>

What does this error tell me?

J.




------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to