User: user57
Date: 02/01/02 20:00:53
Modified: src/resources/jca-sar/META-INF jboss-service.xml
Log:
o migrated all components to a new JMX domain name model. jboss.system
is now where to core/spine components live. moved all components that
were in JBOSS-SYSTEM that did not move into a jboss.* domain into
jboss (where the server is now registered). The point was to limit the
members of jboss.system to core bits only.
o Created org.jboss.system.Server, which does the work of initialization
that org.jboss.Main used to do. Main now only parses the command line,
sets up basic legecy properties and creates a Server instance.
o Moved functionality of Shutdown (component not cl tool) into Server (
which is bound as jboss.system:service=Server)
o Moved more Runtime access from Info into Server. Exposed memory info
as attributes.
o Logging a WARN everywhere that uses System.getProperty("jboss.system.home")
as that should go away soon/eventually.
o Initialized the invokerMap in the harmi impl to avoid NPE
o Made getopt.jar a member of the lib/* dir instead of adding it to the
run.jar and shutdown.jars each time.
o Minor cosmetic changes along the way.
Revision Changes Path
1.5 +7 -12 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jboss-service.xml 2001/11/22 18:06:46 1.4
+++ jboss-service.xml 2002/01/03 04:00:52 1.5
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!-- ===================================================================== -->
<!-- -->
-<!-- JBoss JCA Configuration -->
+<!-- JBoss JCA Configuration -->
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: jboss-service.xml,v 1.4 2001/11/22 18:06:46 d_jencks Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.5 2002/01/03 04:00:52 user57 Exp $ -->
<!--
| This contains configuration for the RARDeployer and the
@@ -15,13 +14,10 @@
| should not need to alter this configuration. Configure your
| ConnectionFactoryLoaders in separate *-service.xml or .sar files.
| Consult the hypersonic-default.sar for an example.
- -->
-
+ -->
<server>
-
-
<!--jbosspool.jar is included as "jar in sar" -->
<!-- ==================================================================== -->
@@ -31,7 +27,7 @@
<!-- ==================================================================== -->
<mbean code="org.jboss.resource.RARDeployer"
- name="JCA:service=RARDeployer">
+ name="jboss.jca:service=RARDeployer">
</mbean>
<!--
@@ -40,7 +36,7 @@
| Use this for resource adapters that don't support transactions.
-->
<mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
-
name="JCA:service=ConnectionManagerFactoryLoader,name=MinervaNoTransCMFactory">
+
name="jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaNoTransCMFactory">
<attribute name="FactoryName">MinervaNoTransCMFactory</attribute>
<attribute name="FactoryClass">
org.jboss.resource.connectionmanager.jboss.MinervaNoTransCMFactory
@@ -54,7 +50,7 @@
| Use this for resource adapters that support "local" transactions.
-->
<mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
-
name="JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory">
+
name="jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory">
<attribute name="FactoryName">MinervaSharedLocalCMFactory</attribute>
<attribute name="FactoryClass">
org.jboss.resource.connectionmanager.jboss.MinervaSharedLocalCMFactory
@@ -68,13 +64,12 @@
| Use this for resource adapters that support "xa" transactions.
-->
<mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
- name="JCA:service=ConnectionManagerFactoryLoader,name=MinervaXACMFactory">
+
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