[jboss-dev-forums] [Design of JBossXB] - Re: 2 root elements question
jeff.zhang
do-not-reply at jboss.com
Sun Mar 1 20:35:49 EST 2009
Cool!
So our tests initResolver() should like this: ?
public static SchemaBindingResolver initResolver()
{
MultiClassSchemaResolver resolver = new MultiClassSchemaResolver();
resolver.addClassBindingForLocation("jboss-ds_5_0.xsd", ManagedConnectionFactoryDeploymentGroup.class, ConnectionFactoryDeploymentGroup.class);
return resolver;
}
I will go those testcases done after JBXB 2.0.1 Beta 2 release.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214048#4214048
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214048
More information about the jboss-dev-forums
mailing list