JBoss 5.1.0.GA中的通配符bean加载

JBoss 5.1.0.GA中的通配符bean加载,jboss,jboss5.x,Jboss,Jboss5.x,我们在config.xml中有这个,它在JBoss4.2.2.GA中加载OK <import resource="classpath*:/META-INF/apollo/babel-*-beans.xml"/> 我按照这里的建议禁用验证 %JBOSS_HOME%/server/< serverName>/deployers/ear-deployer-jboss-beans.xml, uncommentthe commented out lines: <prope

我们在config.xml中有这个,它在JBoss4.2.2.GA中加载OK

<import resource="classpath*:/META-INF/apollo/babel-*-beans.xml"/>
我按照这里的建议禁用验证

%JBOSS_HOME%/server/< serverName>/deployers/ear-deployer-jboss-beans.xml, uncommentthe commented out lines: 
<property name="useValidation">false</property>
%JBOSS\u HOME%/server//deployers/ear-deployer-JBOSS-beans.xml,取消注释注释注释掉的行:
错误的
但错误依然存在


那么,如何降低JBoss 5.1.0.GA的严格性,并能够使用通配符进行加载呢?

@skaffman config.xml只是包含babel-*-beans.xmlYes的xml,但这些文件是什么?JBossBeans文件,或者Spring,或者什么?
%JBOSS_HOME%/server/< serverName>/deployers/ear-deployer-jboss-beans.xml, uncommentthe commented out lines: 
<property name="useValidation">false</property>