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

  Modified:    src/main/org/jboss/test/naming/test
                        ExternalContextUnitTestCase.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.5       +2 -2      
jbosstest/src/main/org/jboss/test/naming/test/ExternalContextUnitTestCase.java
  
  Index: ExternalContextUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/naming/test/ExternalContextUnitTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ExternalContextUnitTestCase.java  2001/10/11 01:42:00     1.4
  +++ ExternalContextUnitTestCase.java  2002/01/03 04:01:01     1.5
  @@ -26,7 +26,7 @@
    * A test of the ExternalContext naming mbean. To test there needs to be one or
    * more ExternalContex mbeans setup. An example filesystem context setup would
    * be: 
  -  <mbean code="org.jboss.naming.ExternalContext" 
name="JBOSS-SYSTEM:service=ExternalContext,jndiName=external/fs/tmp">
  +  <mbean code="org.jboss.naming.ExternalContext" 
name="jboss:service=ExternalContext,jndiName=external/fs/tmp">
       <attribute name="JndiName">external/fs/Scott</attribute>
       <attribute name="Properties">tmp.fs</attribute>
       <attribute name="RemoteAccess">true</attribute>
  @@ -39,7 +39,7 @@
   
    *
    * @author    [EMAIL PROTECTED]
  - * @version   $Revision: 1.4 $
  + * @version   $Revision: 1.5 $
    */
   public class ExternalContextUnitTestCase extends JBossTestCase
   {
  
  
  

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

Reply via email to