User: user57  
  Date: 02/01/02 20:01:02

  Modified:    src/resources/jmx test-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 -5      jbosstest/src/resources/jmx/test-service.xml
  
  Index: test-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/jmx/test-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- test-service.xml  2001/12/19 06:49:30     1.4
  +++ test-service.xml  2002/01/03 04:01:02     1.5
  @@ -1,7 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!-- Test *service.xml file, deploying a ConnectionFactoryLoader.
  --->
   
  +<!-- 
  +   | Test *service.xml file, deploying a ConnectionFactoryLoader.
  + -->
  +
   <server>
   
     <!--classpath archive="jbosscx.sar"</classpath-->
  @@ -15,10 +17,10 @@
       <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
   
       <!--Anonymous depends to database being started -->
  -    <depends>JBOSS-SYSTEM:service=Hypersonic</depends>
  +    <depends>jboss:service=Hypersonic</depends>
   
  -    <depends 
optional-attribute-name="ResourceAdapterName">JCA:service=RARDeployment,name=Minerva 
JDBC LocalTransaction ResourceAdapter</depends>
  -    <depends 
optional-attribute-name="ConnectionManagerFactoryLoaderName">JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</depends>
  +    <depends 
optional-attribute-name="ResourceAdapterName">jboss.jca:service=RARDeployment,name=Minerva
 JDBC LocalTransaction ResourceAdapter</depends>
  +    <depends 
optional-attribute-name="ConnectionManagerFactoryLoaderName">jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</depends>
       <attribute name="ConnectionManagerProperties">#
         #Wed Aug 15 16:17:29 EDT 2001
         MinSize=0
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to