Whenever I create an input binding (e.g. for unmarshalling), I always get the following error message:
org.jibx.runtime.JiBXException: No deserializer for com.travelocity.datatype.car.sabre.CarPolicyResponse; define deserializer or constructor from java.lang.String And I create a dummy constructor that takes a string argument, and then it works. In testing (by placing a breakpoint in that constructor), it doesn't appear that this constructor is being used... does anybody know why this is required? I'm using beta 3c. ------------------------------------------------------- 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://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
