JAXB runtime vaildation issue
843834Aug 17 2004 — edited Sep 3 2004We are moving some things around in our dev environment and I'm having a problem with JAXB validation on marshalling. The root exception is that there is no serializable Object in the Stream when loading 'Grammar' but I suspect that JAXB is looking for a schema. Does this sound feasible? I can get around the issue by turing off validation.
Does anyone know where JAXB loads it's runtime validation info from? Is it the schema used at generation? If so, does anyone know where it wants the schema to be located?
thanks.