User: d_jencks
Date: 02/04/11 22:22:20
Modified: src/resources/jca-sar/META-INF jboss-service.xml
Log:
removed obsolete mbeans. RARDeployer can be removed when xslt based deployment is
written
Revision Changes Path
1.6 +2 -45 jbosscx/src/resources/jca-sar/META-INF/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/jbosscx/src/resources/jca-sar/META-INF/jboss-service.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jboss-service.xml 3 Jan 2002 04:00:52 -0000 1.5
+++ jboss-service.xml 12 Apr 2002 05:22:20 -0000 1.6
@@ -6,7 +6,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: jboss-service.xml,v 1.5 2002/01/03 04:00:52 user57 Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.6 2002/04/12 05:22:20 d_jencks Exp $ -->
<!--
| This contains configuration for the RARDeployer and the
@@ -22,54 +22,11 @@
<!-- ==================================================================== -->
<!-- JBossCX setup, for J2EE connector architecture support -->
- <!-- The RARDeployer and three Connection Manager Factories are parts of -->
- <!-- JBoss and do not need further configuration. -->
+ <!-- The RARDeployer is needed only until xslt based deployment is written.-->
<!-- ==================================================================== -->
<mbean code="org.jboss.resource.RARDeployer"
name="jboss.jca:service=RARDeployer">
- </mbean>
-
- <!--
- | Minerva no transaction connection manager factory.
- |
- | Use this for resource adapters that don't support transactions.
- -->
- <mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
-
name="jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaNoTransCMFactory">
- <attribute name="FactoryName">MinervaNoTransCMFactory</attribute>
- <attribute name="FactoryClass">
- org.jboss.resource.connectionmanager.jboss.MinervaNoTransCMFactory
- </attribute>
- <attribute name="Properties"></attribute>
- </mbean>
-
- <!--
- | Minerva local transaction connection manager factory.
- |
- | Use this for resource adapters that support "local" transactions.
- -->
- <mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
-
name="jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory">
- <attribute name="FactoryName">MinervaSharedLocalCMFactory</attribute>
- <attribute name="FactoryClass">
- org.jboss.resource.connectionmanager.jboss.MinervaSharedLocalCMFactory
- </attribute>
- <attribute name="Properties"></attribute>
- </mbean>
-
- <!--
- | Minerva XA transaction connection manager factory
- |
- | Use this for resource adapters that support "xa" transactions.
- -->
- <mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
-
name="jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaXACMFactory">
- <attribute name="FactoryName">MinervaXACMFactory</attribute>
- <attribute name="FactoryClass">
- org.jboss.resource.connectionmanager.jboss.MinervaXACMFactory
- </attribute>
- <attribute name="Properties"></attribute>
</mbean>
</server>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development