You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/09/08 06:18:10 UTC

cvs commit: incubator-geronimo/modules/core/src/deploy remoting-service.xml

dain        2003/09/07 21:18:10

  Modified:    modules/core/src/deploy remoting-service.xml
  Log:
  Updated to reflect movement of Relation MBean to common module and MBeanServerStub to
  o.a.g.remoting.jmx.
  
  Revision  Changes    Path
  1.2       +2 -2      incubator-geronimo/modules/core/src/deploy/remoting-service.xml
  
  Index: remoting-service.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/deploy/remoting-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- remoting-service.xml	29 Aug 2003 19:33:43 -0000	1.1
  +++ remoting-service.xml	8 Sep 2003 04:18:10 -0000	1.2
  @@ -18,7 +18,7 @@
               name="geronimo.remoting:router=SubsystemRouter">
       </mbean>
   
  -    <mbean code="org.apache.geronimo.jmx.Relationship" 
  +    <mbean code="org.apache.geronimo.common.jmx.Relationship"
              name="geronimo.remoting:role=Relationship,name=Route">
           <constructor>
               <arg type="java.lang.String">
  @@ -61,7 +61,7 @@
       <!-- Expose the MBeanServer via remoting URI                      -->
       <!--   async://localhost:3434/JMX#geronimo.jmx:target=MBeanServerStub -->
       <!-- ============================================================ -->
  -    <mbean code="org.apache.geronimo.jmx.MBeanServerStub" 
  +    <mbean code="org.apache.geronimo.remoting.jmx.MBeanServerStub"
               name="geronimo.remoting:target=MBeanServerStub">
       </mbean>