Hi, Menno,

On Fri, 25 Mar 2005 17:37:17 +0100, Menno Jonkers
<[EMAIL PROTECTED]> wrote:

> I'm trying to get the unmarshaller to validate, i.e.

reading through the SPECS API, I note that we are currently doing the
wrong here:

The state suggests, that the attribute controls the unmarshallers
validation. In JaxMe, this cannot be turned off. So there's no need
for you to turn it on.

What JaxMe currently does, however, is turning the SAX parsers
validation on or off! In other words, you are implicitly requesting
that your XML parser (Crimson?) should do schema validation, which it
currently cannot.

We should change the sources to do nothing, if setValidating(true) is
invoked or throw an IllegalArgumentException for setValidating(false).


Jochen



-- 
Outside of a dog, a book is man's best friend.
Inside of a dog, its too dark to read.
(Groucho Marx)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to