Quick thought; if you're using JAXB to marshal/unmarshal then you might be able to implement the ValidationEventHandler interface and inject it to catch and handle any validation errors...
Cheers,...
Type: Posts; User: bennettm; Keyword(s):
Quick thought; if you're using JAXB to marshal/unmarshal then you might be able to implement the ValidationEventHandler interface and inject it to catch and handle any validation errors...
Cheers,...
I need to serialize XML fragments in a CDATA block. I'm using JAXB and Spring OXM, the JAXB FAQs has a comment about CDATA (See: jaxb.dev.java.net/faq/index.html#marshalling_cdata) but I can't use...