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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...