I seemed to have editied my posting instead of posting a correction.
Here's the full correct post:
Something like:
| @JBossXmlSchema(elementFormDefault=XmlNsForm.UNQUALIFIED)
| @XmlRootElement(name="aop");
| public class AOPDeployment extends AbstractKernelDeployment
| {
| }
|
Although I don't think Alex has put much testing into unqualified schemas in JBossXB
so you might want to force people to update their xml to use a namespace?
| @JBossXmlSchema(namespace="urn:jboss:aop:2.0",
elementFormDefault=XmlNsForm.QUALIFIED)
| @XmlRootElement(name="aop");
| <aop xmlns="urn:jboss:aop:2.0">
| </aop>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131100#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...