hammant     2003/03/04 23:41:50

  Modified:    src/java/org/apache/avalon/phoenix/components/manager Tag:
                        RELEASE_402-branch MX4JSystemManager.java
  Log:
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13600 fixed?  copied from HEAD.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.19.2.2  +2 -0      
avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/MX4JSystemManager.java
  
  Index: MX4JSystemManager.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-phoenix/src/java/org/apache/avalon/phoenix/components/manager/MX4JSystemManager.java,v
  retrieving revision 1.19.2.1
  retrieving revision 1.19.2.2
  diff -u -r1.19.2.1 -r1.19.2.2
  --- MX4JSystemManager.java    16 Dec 2002 00:37:13 -0000      1.19.2.1
  +++ MX4JSystemManager.java    5 Mar 2003 07:41:50 -0000       1.19.2.2
  @@ -199,6 +199,8 @@
                                                            adaptor );
           // Set the JNDI name with which will be registered
           mbean.setJNDIName( "jrmp" );
  +        mbean.putJNDIProperty( javax.naming.Context.INITIAL_CONTEXT_FACTORY,
  +                               m_namingFactory );
           // Register the JRMP adaptor in JNDI and start it
           mbean.start();
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to