[jboss-dev-forums] [Design of JBossXB] - XsdBinder status
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Oct 15 14:24:54 EDT 2007
I ran into an error in the jboss-metadata project where a ejb-jar.xml that was parsed in one test failed to parse in another. It turned out the schema resolver has not been configured correctly in the latter case, and the XsdBinder was being used to build the schema from the xsd rather than the xsd location being mapped to the EjbJar21MetaData jaxb annotated class in the passing test.
We do use the XsdBinder for a number of schemas. I guess it cannot handle the ejb-jar_2_1.xsd though. I expect we are moving toward the jaxb/jbossxb annotations and deprecating XsdBinder?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095362#4095362
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095362
More information about the jboss-dev-forums
mailing list