Greetings, I've asked this before, and maybe I failed to describe the problem I'm having, so I'll give it another go. I have a set of classes generated from XSD using JiBX. I fill in the values, and I can see in the debugger that all fields are set properly, just before I serialize the root object to XML. The result XML is incomplete, with only a few fields serialized to XML. No exceptions, no errors. I'd like to debug the serialization process to see what is failing, but since the code that serializes to XML is added to bytecode, I can't do it in the usual way of attaching source code to Java classes. Is there a way of debugging this process? Has anyone encountered something like this?
Kind regards Seref ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
