Application working fine with Jaxb1.0 and jdk1.6. now need to migrate to jdk1.8 with Jaxb2.0. but am getting error saying Error in setup:java.lang.UnsupportedOperationException: This feature is not available in JAXB RI 2.0
inside my program Validator is deprecated.how to implement schema validation using jaxb2.0?