users@jaxb.java.net

_at_XmlTransient ignored

From: <s.michea_at_diviosoft.com>
Date: Fri, 17 Nov 2006 12:06:51 -0500

Hi,

I have a strange problem: i'm using Jaxb2.0.4 to create XML representation of EJB3 on jboss (developped in NB5.5)
1) the @XmlTransient annotations are ignored (they have no effect). I don't if this might help, but the fields also have a @Column annotation
2) sometimes, when I try to set explicitly the xml name of an element, I get a "Class has two properties of the same name" exception. (all my fields are private)

Any idea ?

Thank you.
Sebastien Michea