Henrique Oliveira [
http://community.jboss.org/people/hnqoliveira] replied to the
discussion
"Error signing message: element has a relative namespace"
To view the discussion, visit:
http://community.jboss.org/message/537516#537516
--------------------------------------------------------------
I solved this problem changing the annotations:
@XmlElement
ClassA {
}
@XmlElement
ClassB extends ClassA {
}
ClassContainer {
@XmlElements( @XmlElement(type=ClassA.class) )
private ClassA classA;
}
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/537516#537516]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]