[jboss-cvs] JBossAS SVN: r100115 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 29 03:33:40 EST 2010


Author: alesj
Date: 2010-01-29 03:33:40 -0500 (Fri, 29 Jan 2010)
New Revision: 100115

Modified:
   trunk/tomcat/src/resources/war-deployers-jboss-beans.xml
Log:
More exact usage -- no need to load the class if it's not there.

Modified: trunk/tomcat/src/resources/war-deployers-jboss-beans.xml
===================================================================
--- trunk/tomcat/src/resources/war-deployers-jboss-beans.xml	2010-01-29 08:13:06 UTC (rev 100114)
+++ trunk/tomcat/src/resources/war-deployers-jboss-beans.xml	2010-01-29 08:33:40 UTC (rev 100115)
@@ -47,7 +47,9 @@
       <property name="allInputs">true</property>
       -->
       <!-- Order this after AopMetaDataDeployer *if it is present* -->
-      <install method="addInput"><parameter>org.jboss.aop.asintegration.jboss5.AopMetaDataDeployerOutput</parameter></install>
+      <install method="addInput">
+        <parameter class="java.lang.String">org.jboss.aop.asintegration.jboss5.AopMetaDataDeployerOutput</parameter>
+      </install>
    </bean>
 
   <!-- See JBAS-6062 -->




More information about the jboss-cvs-commits mailing list