So, what's not clear about the error?
The error is "Failed to resolve schema nsURI= location=connector".
Which comes from resolver.
Which means "connector" has not been mapped to any class.
| + public static SchemaBindingResolver initResolver()
| + {
| + MutableSchemaResolver resolver = MetaDataSchemaResolverFactory.createSchemaResolver();
| + resolver.mapLocationToClass("connector", JCA16DefaultNSMetaData.class);
| + return resolver;
| + }
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234972#4234972
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234972
I still meet problem about default namespace parser. The test can't pass when it parser xml file like
| <connector>
| <vendor-name>Red Hat Middleware LLC</vendor-name>
| <eis-type>JMS 1.1 Server</eis-type>
| <resourceadapter-version>6.0</resourceadapter-version>
| <resourceadapter>
| </resourceadapter>
| </connector>
|
I had commit some minimal codes about this test (r89720), currently I ignore the test ignoretestDefaultNS in RA16EverythingUnitTestCase
could you help me to check what is wrong and give me some point about this?
Thanks a lot
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234910#4234910
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234910