On Sat February 28 2009 10:49:01 am Benson Margulies wrote: > If I pushed our dependency on Woodstox to 4.0.2, and added some msv > dependencies, I could add Schema Validation to Aegis. (3.9.9-3 would > be enough, but if we're going to make a change) ...
Cool. It could ALSO potentially fix a couple other validation related JIRA issues. For example, if you try to validate wrapped doc/lit WITHOUT wrapper classes and without ASM on the classpath, it will fail since we call JAXB for each individual part which won't be top level elements. Also, we may be able to get RPC/Lit to validate as well for the same reason. > We could make the msv dependencies optional, and even have a version > range for woodstox and make the code adapt to what it sees if that > makes people happier. Thoughts? That would be perfect if possible. Also allow for the Sun parser found in Java6. The current code SHOULD work fine for the Sun parser. If you DO get this to work, I'd love to know which is faster: woodstox validation or JAXB validation. :-) -- Daniel Kulp [email protected] http://www.dankulp.com/blog
