chirino 2003/11/10 17:50:00
Modified: modules/core/src/conf boot-service.xml
Added: modules/core/src/deploy mx4j-service.xml
Log:
Moved the m4j mbeans out of the boot-service. Disabled for now since they do
not work with run:main
Revision Changes Path
1.18 +1 -7 incubator-geronimo/modules/core/src/conf/boot-service.xml
Index: boot-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/conf/boot-service.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- boot-service.xml 29 Oct 2003 05:09:42 -0000 1.17
+++ boot-service.xml 11 Nov 2003 01:50:00 -0000 1.18
@@ -21,12 +21,6 @@
</mbean>
-->
- <!-- RMI adaptor to support MX4J -->
- <mbean code="mx4j.tools.naming.NamingService"
name="Naming:type=rmiregistry">
- </mbean>
- <mbean code="mx4j.adaptor.rmi.jrmp.JRMPAdaptor"
name="Adaptor:protocol=JRMP">
- <attribute name="JNDIName">jrmp</attribute>
- </mbean>
<mbean
code="org.apache.geronimo.kernel.deployment.scanner.DeploymentScanner"
name="geronimo.deployment:role=DeploymentScanner">
<constructor>
1.1
incubator-geronimo/modules/core/src/deploy/mx4j-service.xml
Index: mx4j-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<components>
<class-space name="geronimo.system:role=ClassSpace,name=System"/>
<!-- RMI adaptor to support MX4J -->
<!-- Commented out for now since it is not working right now -->
<!--
<mbean code="mx4j.tools.naming.NamingService"
name="Naming:type=rmiregistry">
</mbean>
<mbean code="mx4j.adaptor.rmi.jrmp.JRMPAdaptor"
name="Adaptor:protocol=JRMP">
<attribute name="JNDIName">jrmp</attribute>
</mbean>
-->
</components>