Hi, I want Unmarshall to update an existing object instead of creating a new one and also to not overwrite the exiting values for optional fields that are missing.
I've cast my object to IUnmarshallable and then called unmarshal(UnmarshallingContext) on my instance but, for optional fields that are missing in xml, unmarshall replace my instance's existing values with null values. Please let me know if there is a solution to preserve the original values for optional fields that are missing. Thanks, Tudor ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
