[jboss-dev-forums] [Design of JBossXB] - Re: about JBMETA 198/199
jeff.zhang
do-not-reply at jboss.com
Mon Jun 1 09:23:55 EDT 2009
I still meet parser issue for default namespace, the JCA15DefaultNSMetadata class has annotation like this.
| @XmlRootElement(name="connector", namespace=JavaEEMetaDataConstants.JAVAEE_NS)
| @JBossXmlSchema(
| xmlns={@XmlNs(namespaceURI = JavaEEMetaDataConstants.JAVAEE_NS},
| ignoreUnresolvedFieldOrClass=true,
| namespace=JavaEEMetaDataConstants.JAVAEE_NS,
| elementFormDefault=XmlNsForm.QUALIFIED,
| normalizeSpace=true,
| strict=false)
|
I don't know where I can add xsd definition in the JBossXmlSchema annotation.
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234461#4234461
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234461
More information about the jboss-dev-forums
mailing list