Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 244729

Fix for this bug has been committed to SVN

https://bugs.eclipse.org/bugs/show_bug.cgi?id=244729

A setSchema(javax.xml.validation.Schema) method has been added to XMLUnmarshaller which will set the schema on the underlying parser and perform validation during unmarshal operations.

Reviewed By: Blaise Doughan
Test Cases: New JUnit test added

-Matt


Back to the top