[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Mixing schemas WildcardBinding exception
alesj
do-not-reply at jboss.com
Thu Feb 1 11:19:55 EST 2007
I've added missing DeploymentWildcardHandler to Spring beans element handler, but w/o success, I still get the same exception.
| public static void initBeansHandler(TypeBinding typeBinding)
| {
| typeBinding.setHandler(SpringBeansHandler.HANDLER);
| // handle beans
| typeBinding.pushInterceptor(SpringSchemaBinding.beanQName, SpringBeansInterceptor.INTERCEPTOR);
| // todo alias
| // todo import
| // Deployment can take wildcards
| typeBinding.getWildcard().setWildcardHandler(DeploymentWildcardHandler.HANDLER);
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009534#4009534
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009534
More information about the jboss-dev-forums
mailing list