You should be able to configure the underlying xml parser to validate the xml. There are
methods in the Unmarshaller to do that: setValidation() and setFeature(). In addition you
should make sure that the XML schema can be resolved by the xml parser, so it knows what
to validate against.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132652#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...