[jboss-user] [JBoss Web Services] - Error signing message: element has a relative namespace

Henrique Oliveira do-not-reply at jboss.com
Wed Apr 14 17:20:07 EDT 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100414/2a8f158d/attachment.html 


More information about the jboss-user mailing list