Can't happen with jaxb 2.0, it needs jaxb 2.1. And then as Emanuel pointed out, it
simply becomes:
@XmlElement(name="managed-bean")
| @XmlElementWrapper(name="managed-beans")
| public void setManagedBeans(ManagedBeansMetaData managedBeans)
| {
| this.managedBeans = managedBeans;
| }
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233190#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...