User: user57  
  Date: 01/05/01 20:04:14

  Modified:    src/etc/conf/default jboss.properties
  Added:       src/etc/conf/default handle-jndi.properties
  Log:
   o Removed IteratorImpl & MethodInvocation, since they were not being used
     by anything.  Could probably remove SecureSocketFactory too, deprecated
     it for now and added class comment.
   o Consolidated common Proxy and Handle actions and data members into
     base-classes.
   o Added package javdocs for jrmp.interfaces.
   o Added support for EJB home and bean handles to "remember" the server from
     which they came from.  This is currently down by reading the enviroment
     properties for the InitialContext from a files specified by a property.
   o Added a default properties files (handle-jndi.properties) and updated
     jboss.properties to reflect the location of this file.
   o Added javadoc for most modified classes, methods and fields.
  
   * See change note for more information.
  
  Revision  Changes    Path
  1.6       +7 -1      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss.properties  2001/01/25 10:43:07     1.5
  +++ jboss.properties  2001/05/02 03:04:14     1.6
  @@ -13,4 +13,10 @@
   java.security.auth.login.config==file:../conf/default/auth.conf 
   
   # Tomcat session Id generation. Uncomment to make Tomcat initial request faster
  -# tomcat.sessionid.randomclass=java.util.Random
  \ No newline at end of file
  +# 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
  
  
  
  1.1                  jboss/src/etc/conf/default/handle-jndi.properties
  
  Index: handle-jndi.properties
  ===================================================================
  ##
  ## Defines the environment properties required to construct an
  ## InitialContext inside of an EJB handle to access the container
  ## which the bean originated from.
  ##
  
  java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  java.naming.provider.url=localhost:1099
  java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  
  
  

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

Reply via email to