[jboss-cvs] JBossAS SVN: r58615 - trunk/cluster/src/etc
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Nov 18 12:51:56 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-18 12:51:54 -0500 (Sat, 18 Nov 2006)
New Revision: 58615
Modified:
trunk/cluster/src/etc/farm-beans.xml
Log:
The deployer property is the legacy main deployer ObjectName, not the MainDeployer bean
Modified: trunk/cluster/src/etc/farm-beans.xml
===================================================================
--- trunk/cluster/src/etc/farm-beans.xml 2006-11-18 17:46:16 UTC (rev 58614)
+++ trunk/cluster/src/etc/farm-beans.xml 2006-11-18 17:51:54 UTC (rev 58615)
@@ -10,7 +10,7 @@
<depends>HAPartition</depends>
<property name="clusterPartition"><inject bean="HAPartition"/></property>
- <property name="deployer"><inject bean="MainDeployer"/></property>
+ <property name="deployer">jboss.system:service=MainDeployer</property>
<!-- The URLComparator can be used to specify a deployment ordering
for deployments found in a scanned directory. The class specified
More information about the jboss-cvs-commits
mailing list