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

  Modified:    jboss.net/testsuite/src/main/org/jboss/test/net
                        AxisTestServices.java
  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.2       +6 -6      
contrib/jboss.net/testsuite/src/main/org/jboss/test/net/AxisTestServices.java
  
  Index: AxisTestServices.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/testsuite/src/main/org/jboss/test/net/AxisTestServices.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisTestServices.java     2001/10/16 15:52:57     1.1
  +++ AxisTestServices.java     2002/01/03 04:00:55     1.2
  @@ -5,7 +5,7 @@
    * See terms of license at gnu.org.
    */
   
  -// $Id: AxisTestServices.java,v 1.1 2001/10/16 15:52:57 cgjung Exp $
  +// $Id: AxisTestServices.java,v 1.2 2002/01/03 04:00:55 user57 Exp $
   
   package org.jboss.test.net;
   
  @@ -18,13 +18,13 @@
    * helper functions to deal with the JBoss integrated axis service
    * @created  15. Oktober 2001, 18:39
    * @author <a href="mailto:[EMAIL PROTECTED]";>Christoph G. Jung</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
  -
  -public class AxisTestServices extends JBossTestServices {
  -    
  +public class AxisTestServices
  +   extends JBossTestServices 
  +{    
       /** where the beast is located */
  -    protected final static String axisServiceName = "JBOSS-SYSTEM:service=Axis";
  +    protected final static String axisServiceName = "jboss:service=Axis";
       
       /** Creates new AxisTestServices */
       public AxisTestServices(String name) {
  
  
  

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

Reply via email to