Hi, I am trying to use jibx with Hibernate. My goal is to pull data out of one system (in form of hibernate objects), marshall them to xml files using jibx and then use these xml files to import data on some other system.
I am able to export data from source system successfully but having some issue with import. While importing data, there could be a case where a new object has to be created which reference to some existing object. While marshalling jibx pulle out that object in xml file but I don't want that object to be created while importing (as that object already exists on target system). I'll appreciate any help in this regard. thanks rohit ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
