User: reverbel
Date: 02/03/10 17:34:17
Modified: src/etc/conf/default jboss-service.xml
Log:
Added MBean entry (commented out by default) for RMI/IIOP with JacORB.
Revision Changes Path
1.36 +13 -1 jboss/src/etc/conf/default/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- jboss-service.xml 9 Mar 2002 02:42:11 -0000 1.35
+++ jboss-service.xml 11 Mar 2002 01:34:17 -0000 1.36
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE server>
-<!-- $Id: jboss-service.xml,v 1.35 2002/03/09 02:42:11 user57 Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.36 2002/03/11 01:34:17 reverbel Exp $ -->
<!-- ===================================================================== -->
<!-- -->
@@ -116,6 +116,18 @@
name="jboss:service=ClientUserTransaction">
</mbean>
+ <!-- ==================================================================== -->
+ <!-- RMI/IIOP -->
+ <!-- ==================================================================== -->
+ <!-- Uncomment to use the iiop module with JacORB
+ <mbean code="org.jboss.iiop.CorbaORBService"
+ name="jboss:service=CorbaORB">
+ <attribute name="ORBClass">org.jacorb.orb.ORB</attribute>
+ <attribute name="ORBSingletonClass">org.jacorb.orb.ORBSingleton</attribute>
+ <attribute name="IIOPPort">5000</attribute>
+ <attribute
name="PortableInterceptorInitializerClass">org.jboss.ejb.plugins.iiop.server.CodebaseInterceptorInitializer</attribute>
+ </mbean>
+ -->
<!-- ==================================================================== -->
<!-- The deployers... -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development