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&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to