[jboss-cvs] JBossAS SVN: r63193 - trunk/deployment/src/etc.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed May 23 10:22:09 EDT 2007
Author: jfrederic.clere at jboss.com
Date: 2007-05-23 10:22:09 -0400 (Wed, 23 May 2007)
New Revision: 63193
Modified:
trunk/deployment/src/etc/jsr88-service.xml
Log:
Fix JBCTS-534. Missing from previous commit.
Modified: trunk/deployment/src/etc/jsr88-service.xml
===================================================================
--- trunk/deployment/src/etc/jsr88-service.xml 2007-05-23 14:17:37 UTC (rev 63192)
+++ trunk/deployment/src/etc/jsr88-service.xml 2007-05-23 14:22:09 UTC (rev 63193)
@@ -13,7 +13,8 @@
<attribute name="RarDeployerType">org.jboss.resource.metadata.ConnectorMetaData</attribute>
<attribute name="WarDeployerType">org.jboss.metadata.WebMetaData</attribute>
<attribute name="CarDeployerType">org.jboss.ejb3.metamodel.ApplicationClientDD</attribute>
- <!-- The MainDeployer to process deployments -->
+ <!-- The MainDeployer and the Controller to process deployments -->
+ <attribute name="Controller"><inject bean="jboss.kernel:service=KernelController"/></attribute>
<attribute name="MainDeployer"><inject bean="MainDeployer" /></attribute>
<attribute name="UploadDir">${jboss.server.temp.dir}/jsr88</attribute>
<!-- If false, the an existing deployment may exist in the upload dir -->
More information about the jboss-cvs-commits
mailing list