I solved this problem changing the annotations:
@XmlElement
ClassA {
}
ClassB extends ClassA {
ClassContainer {
@XmlElements( @XmlElement(type=ClassA.class) )
private ClassA classA;
Thanks
Reply to this message by going to Community
Start a new discussion in JBoss Web Services at Community