[jboss-dev-forums] [Design of JBossXB] - Re: about JBMETA 198/199
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Wed Jun 3 08:34:57 EDT 2009
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
More information about the jboss-dev-forums
mailing list