Hi All, I have one doubt on writing jibx binding.xml. I have a class that has a vector and the vector holds only objects of java.lang.String type.
Now, is the below binding correct for this collection : <collection field="dummyVector"> <value name="vectorElement" /> </collection> since I always get the below exception: org.jibx.runtime.JiBXException: Collection item of type java.lang.String has no binding defined Thanks & Regards, Kumar. ------------------------------------------------------- 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_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
