[jboss-dev-forums] [Design of POJO Server] - Re: A valid empty jboss.xml
pete.muir@jboss.org
do-not-reply at jboss.com
Tue Dec 4 11:00:15 EST 2007
"alex.loubyansky at jboss.com" wrote : Something's wrong in the SchemaBinding resolver/initialization. Maybe it's not up to date?
|
| The default behavior is to ignore unresolved classes. SchemaBinding.isIgnoreUnresolvedFieldOrClass() is true by default. If it was false you would get an exception.
|
| Anyway, I think we need to look into your SchemaResolver initialization.
The deployer does
private static final SchemaBindingResolver resolver = SingletonSchemaResolverFactory.getInstance().getSchemaBindingResolver();
I'm not sure where else to look. You can find all the xml we are using here
http://fisheye.jboss.com/browse/JBoss/jboss-seam/bootstrap-new
And the jars in use
http://fisheye.jboss.com/browse/JBossAS/trunk/embedded/build.xml?r=67802#l343
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110237#4110237
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110237
More information about the jboss-dev-forums
mailing list