mx4j/src/tools/mx4j/tools/remote/local LocalConnectionManager.java,1.4,1.5

Simone Bordet <[email protected]>
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/local
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8008/src/tools/mx4j/tools/remote/local

Modified Files:
	LocalConnectionManager.java 
Log Message:
Passing the environment to the subject invoker, so that it can configure itself

Index: LocalConnectionManager.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/local/LocalConnectionManager.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** LocalConnectionManager.java	10 Aug 2004 08:46:41 -0000	1.4
--- LocalConnectionManager.java	27 Aug 2004 22:06:13 -0000	1.5
***************
*** 39,43 ****
     {
        LocalConnection serverInvoker = new LocalServerInvoker(mbeanServer);
!       LocalConnection subjectInvoker = LocalSubjectInvoker.newInstance(serverInvoker, subject, getSecurityContext());
        return new LocalConnectionHandler(connectionId, this, subjectInvoker);
     }
--- 39,43 ----
     {
        LocalConnection serverInvoker = new LocalServerInvoker(mbeanServer);
!       LocalConnection subjectInvoker = LocalSubjectInvoker.newInstance(serverInvoker, subject, getSecurityContext(), getEnvironment());
        return new LocalConnectionHandler(connectionId, this, subjectInvoker);
     }



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.