users@jaxb.java.net

Does turning on schema validation require packaging the xsd file?

From: KARR, DAVID (ATTCINW) <"KARR,>
Date: Fri, 15 Jan 2010 10:41:53 -0800

In order to do schema validation with JAXB 2, do I really have to
package the xsd file so the SchemaFactory can create a Schema I can put
on the unmarshaller? It seems odd to need this, as my JAXB-annotated
classes seem to already have all the information that might be required
to do a validation.