"alex.loubyansky(a)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#...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110237#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...