You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/03/13 10:45:12 UTC

cvs commit: jakarta-avalon-apps/enterprise/ins/src/java/org/apache/ins NamingProvider.java

mcconnell    02/03/13 01:45:12

  Modified:    enterprise/ins/src/java/org/apache/ins NamingProvider.java
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +2 -3      jakarta-avalon-apps/enterprise/ins/src/java/org/apache/ins/NamingProvider.java
  
  Index: NamingProvider.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/enterprise/ins/src/java/org/apache/ins/NamingProvider.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NamingProvider.java	13 Mar 2002 09:18:35 -0000	1.1
  +++ NamingProvider.java	13 Mar 2002 09:45:12 -0000	1.2
  @@ -330,7 +330,7 @@
               // IOR publication disabled
           }
   
  -        String message = "INS available";
  +        String message = "INS initialized";
           getLogger().debug( message );
       }
   
  @@ -340,7 +340,6 @@
       public void start() throws Exception
       {
           m_root.the_POAManager().activate();
  -        m_orb.start();
           String banner = "Interoperable Naming Service available ";
           if( getLogger().isInfoEnabled() ) getLogger().info( banner );
       }
  @@ -351,7 +350,7 @@
       public void execute() throws Exception
       {
           if( getLogger().isInfoEnabled() ) getLogger().info( "execution" );
  -        if( getLogger().isInfoEnabled() ) getLogger().info( "\n\n" + m_naming );
  +        // here is the slot for Gary to add some tests
       }
   
      /**
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>