You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by as...@apache.org on 2010/11/17 13:28:03 UTC

svn commit: r1035997 - /geronimo/server/branches/2.1/plugins/clustering/clustering/pom.xml

Author: ashishjain
Date: Wed Nov 17 12:28:03 2010
New Revision: 1035997

URL: http://svn.apache.org/viewvc?rev=1035997&view=rev
Log:
GERONIMO-5690 Fix for 2.1

Modified:
    geronimo/server/branches/2.1/plugins/clustering/clustering/pom.xml

Modified: geronimo/server/branches/2.1/plugins/clustering/clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/clustering/clustering/pom.xml?rev=1035997&r1=1035996&r2=1035997&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/clustering/clustering/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/clustering/clustering/pom.xml Wed Nov 17 12:28:03 2010
@@ -65,6 +65,13 @@
             <version>${version}</version>
             <type>car</type>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>jmx-security</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
@@ -89,6 +96,11 @@
                             <config-xml-content>
                                 <gbean name="Node">
                                     <attribute name="nodeName">#{ClusterNodeName}</attribute>
+                                    <reference name="JMXConnector">
+                                      <pattern>
+                                        <name>JMXService</name>
+                                      </pattern>
+                                    </reference>
                                 </gbean>
                             </config-xml-content>
                             <config-substitution key="ClusterNodeName">NODE</config-substitution>