[jboss-cvs] JBossAS SVN: r60051 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 27 14:34:44 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-27 14:34:44 -0500 (Sat, 27 Jan 2007)
New Revision: 60051

Modified:
   trunk/cluster/src/etc/deploy-hasingleton-beans.xml
Log:
Temporarily remove property replacement in annotation tags

Modified: trunk/cluster/src/etc/deploy-hasingleton-beans.xml
===================================================================
--- trunk/cluster/src/etc/deploy-hasingleton-beans.xml	2007-01-27 19:34:15 UTC (rev 60050)
+++ trunk/cluster/src/etc/deploy-hasingleton-beans.xml	2007-01-27 19:34:44 UTC (rev 60051)
@@ -16,7 +16,8 @@
    -->
    <bean name="HASingletonDeploymentScanner" class="org.jboss.ha.singleton.HASingletonDeploymentScanner">
       
-      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=HASingletonDeploymentScanner,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.singleton.HASingletonDeploymentScannerMBean.class, registerDirectly=true)</annotation>
+      <!-- FIXME restore the property replacement on the partition name once JBMICROCONT-143 is fixed -->
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=HASingletonDeploymentScanner,partitionName=DefaultPartition", exposedInterface=org.jboss.ha.singleton.HASingletonDeploymentScannerMBean.class, registerDirectly=true)</annotation>
          
       <property name="profileService"><inject bean="ProfileService"/></property>
       <property name="filterInstance"><inject bean="DeploymentFilter"/></property>




More information about the jboss-cvs-commits mailing list