Change Notes item #420628, was updated on 2001-05-01 20:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=420628&group_id=22866

Category: None
Group: v2.4
Status: Open
Priority: 5
Submitted By: Jason Dillon (user57)
Assigned to: Nobody/Anonymous (nobody)
Summary: Handles "remember" their container.

Initial Comment:
The JRMP proxy and handle implementation has been
updated to "remember" which container they came from. 

This allows clients to pass handles to VMs that do not
have an explicit configuration for the initial context
factory and provider url (as well as other environment
properties) from which the bean originated.

This should provide a better migration path from other
EJB containers which provide this behavior.

The issuing container reads the environment properties
which are required to construct a new InitialContext
object from a properties files specified by the system
property:

org.jboss.ejb.plugins.jrmp.interfaces.InitialContextHandle.environment

The value of this property is currently assumed to be a
URL or omitted to disable the feature.

The default value for this property is currently being
set to:

  file:../conf/default/handle-jndi.properties

Which contains properties suitable for connecting to
the default JNDI server configured to start with JBoss.
 If the port number which the Naming service is changed
from the default, then this file should be updated to
reflect the new value.

If this property is omitted, then the old behavior will
be used, which simply constructed a new InitialContext
with no environment properties.  This will assume that
they are suitable system properties set to setup the
context.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=420628&group_id=22866

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

Reply via email to