User: oberg   
  Date: 00/12/07 07:45:28

  Modified:    src/main/test/jboss/jmx TestClient.java
  Log:
  Changed configuration scheme (lots of changes to jboss.conf, jboss.jcml, 
org.jboss.Main)
  Added ServiceControl
  Changed jBoss -> JBoss
  Changed GPL -> LGPL
  Added jaxp/parser
  Updated services to have default constructors
  
  Revision  Changes    Path
  1.5       +3 -3      jboss/src/main/test/jboss/jmx/TestClient.java
  
  Index: TestClient.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/test/jboss/jmx/TestClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestClient.java   2000/10/13 02:43:38     1.4
  +++ TestClient.java   2000/12/07 15:45:28     1.5
  @@ -1,6 +1,6 @@
   /*
  -* jBoss, the OpenSource EJB server
  -* Distributable under GPL license.
  +* JBoss, the OpenSource EJB server
  +* Distributable under LGPL license.
   * See terms of license at gnu.org.
   */
   package test.jboss.jmx;
  @@ -179,7 +179,7 @@
                                "7. Try to add a listener to all available MBeans.\n" +
                                "Please note that this will keep this test client up 
and running waiting\n" +
                                "for an event from the server. If there is no event 
comming then try\n" +
  -                             "to shutdown the jBoss server.\n" +
  +                             "to shutdown the JBoss server.\n" +
                                "To end this test client just hit <CTRL>-C\n"+
                                "=> hit any key to proceed"
                        );
  
  
  

Reply via email to