User: user57  
  Date: 01/05/03 15:39:54

  Modified:    src/etc/conf/default jboss.properties
  Removed:     src/etc/conf/default handle-jndi.properties
  Log:
   o Modified InitialContextHandle.create() to use an InitialContextHandleFactory
     instance, which is pluggable via properties.
   o Created a PropertiesInitialContextHandle, which provides the old behavior
     of reading from a properties file.
   o Added DefaultInitialContextHandle, which currently assumes the usage of
     the default jnp naming server and asks the Naming service for the port
     number when constructing the provider url.
   o Removed configuration properties and configuration file for handles.  The
     default behavior will provide handles that remember with no extra
     configuration.
  
  Revision  Changes    Path
  1.7       +0 -6      jboss/src/etc/conf/default/jboss.properties
  
  Index: jboss.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jboss.properties  2001/05/02 03:04:14     1.6
  +++ jboss.properties  2001/05/03 22:39:54     1.7
  @@ -14,9 +14,3 @@
   
   # Tomcat session Id generation. Uncomment to make Tomcat initial request faster
   # tomcat.sessionid.randomclass=java.util.Random
  -
  -# Specifies the URL of a properties file which should contain the
  -# required enviorment properties to an InitialContext for EJB handle objects.
  -
  -org.jboss.ejb.plugins.jrmp.interfaces.InitialContextHandle.environment=\
  -     file:../conf/default/handle-jndi.properties
  \ No newline at end of file
  
  
  

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

Reply via email to