users@jaxb.java.net

RE: Re: How can JAXB generate getter method for boolean?

From: Glen Verran <glen.verran_at_traderoot.com>
Date: Thu, 10 Apr 2008 13:38:07 +0200

Thanks very much. It seems that axis2 is not compliant in this case and
I am taking it up with them.

________________________________

From: Benson Margulies [mailto:bimargulies_at_gmail.com]
Sent: 10 April 2008 13:36
To: users_at_jaxb.dev.java.net
Subject: Re: How can JAXB generate getter method for boolean?


The 'is' convention is a mandatory aspect of the Bean protocol, and JAXB
sticks to the Bean protocol like glue. If Axis doesn't like it, Axis has
a defect.

There is all kinds of hairy customization possible at a low level in
JAXB, but I can't tell you if any of it would help you.