Hi Dennis, Thank you for the response. I am almost there. I looked at the code HashMapper.java. As I see the below line in it :
if (entry.getValue() instanceof IMarshallable) where HashMap value entry is assumed to be a custom java object which has mapping defined in binding.xml and above line is true. So in my case HashMap value entry is a java.lang.String instance and again I assume we need a binding defined for this in binding.xml which I dont know how to define. How do I define binding definition for java.lang.String so that it can become an instanceof IMarshallable. I dont think I can write my own version of java.lang.String and define binding definition for that which is not always feasible ? Can you please clarify ? Thanks & Regards, K. ------------------------------------------------------- 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
