bloritsch    2003/06/04 07:05:37

  Modified:    src/java/org/apache/avalon/phoenix/components/manager
                        MX4JSystemManager.java
  Log:
  undo the putNamingProperty() change
  
  Revision  Changes    Path
  1.32      +2 -4      
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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- MX4JSystemManager.java    4 Jun 2003 12:56:41 -0000       1.31
  +++ MX4JSystemManager.java    4 Jun 2003 14:05:37 -0000       1.32
  @@ -254,10 +254,8 @@
           // Set the JNDI name with which will be registered
           mbean.setJNDIName( "jrmp" );
   
  -        mbean.putNamingProperty( javax.naming.Context.INITIAL_CONTEXT_FACTORY,
  -                                 m_namingFactory);
  -        //mbean.putJNDIProperty( javax.naming.Context.INITIAL_CONTEXT_FACTORY,
  -        //                       m_namingFactory );
  +        mbean.putJNDIProperty( javax.naming.Context.INITIAL_CONTEXT_FACTORY,
  +                               m_namingFactory );
           //mbean.putJNDIProperty( javax.naming.Context.PROVIDER_URL, 
"rmi://localhost:1099" );
           // 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