On Fri February 27 2009 6:05:04 pm Benson Margulies wrote: > I am somehow unable to locate the code that actually marries a schema > to a Stax stream to activate validation when the app turns it on. We > have about 35 setSchema methods that are no-ops. What am I missing?
It's not set with Stax. We set the schema on the JAXB Marshaller/Unmarshaller and it does the validation as part of what it does. Does that help? -- Daniel Kulp [email protected] http://www.dankulp.com/blog
