Community

Error signing message: element has a relative namespace

reply from Henrique Oliveira in JBoss Web Services - View the full discussion

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

Start a new discussion in JBoss Web Services at Community