Hi, I am new to JIBX and am practicing the tutorial. While working on the example given under 'http://jibx.sourceforge.net/jibxtools/schemagen.html' I am facing problems
I have been able to create the binding.xml, but when i try to create the XSD from this XML, I get an error. This is as follows: Running schema generator version 0.4 Error: Static serializer method org.jibx.runtime.Utility.serializeByte not found Error: Static deserializer method org.jibx.runtime.Utility.parseByte not found Error: Static serializer method org.jibx.runtime.Utility.serializeChar not found Error: Static deserializer method org.jibx.runtime.Utility.parseChar not found Error: Static serializer method org.jibx.runtime.Utility.serializeDouble not found Error: Static deserializer method org.jibx.runtime.Utility.parseDouble not found Error: Static serializer method org.jibx.runtime.Utility.serializeFloat not found Error: Static deserializer method org.jibx.runtime.Utility.parseFloat not found Error: Static serializer method org.jibx.runtime.Utility.serializeInt not found Error: Static deserializer method org.jibx.runtime.Utility.parseInt not found Error: Static serializer method org.jibx.runtime.Utility.serializeLong not found Error: Static deserializer method org.jibx.runtime.Utility.parseLong not found Error: Static serializer method org.jibx.runtime.Utility.serializeShort not found Error: Static deserializer method org.jibx.runtime.Utility.parseShort not found Error: Static serializer method org.jibx.runtime.Utility.serializeBoolean not found Error: Static deserializer method org.jibx.runtime.Utility.parseBoolean not found Error: Static serializer method org.jibx.runtime.Utility.serializeDateTime not found Error: Static deserializer method org.jibx.runtime.Utility.deserializeDateTime not found Error: Static serializer method org.jibx.runtime.Utility.serializeSqlDate not found Error: Static deserializer method org.jibx.runtime.Utility.deserializeSqlDate not found Error: Static serializer method org.jibx.runtime.Utility.serializeSqlTime not found Error: Static deserializer method org.jibx.runtime.Utility.deserializeSqlTime not found Error: Static serializer method org.jibx.runtime.Utility.serializeTimestamp not found Error: Static deserializer method org.jibx.runtime.Utility.deserializeTimestamp not found Error: Static serializer method org.jibx.runtime.Utility.serializeBase64 not found Error: Static deserializer method org.jibx.runtime.Utility.deserializeBase64 not found Error: Static serializer method org.jibx.runtime.Utility.serializeCharString not found Error: Static deserializer method org.jibx.runtime.Utility.deserializeCharString not found Error: Need deserializer or constructor from string for type java.sql.Date; on value element at (line 17, col 5, in binding.xml) http://www.nabble.com/file/p19992168/binding.xml binding.xml My binding.xml file has been attached. Please help!! Regards, Yogita -- View this message in context: http://www.nabble.com/Error-generation-XSD-from-binding.xml-tp19992168p19992168.html Sent from the jibx-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
