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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...