[jboss-cvs] JBossAS SVN: r62554 - trunk/server/src/main/org/jboss/invocation.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 25 11:04:58 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-04-25 11:04:58 -0400 (Wed, 25 Apr 2007)
New Revision: 62554

Modified:
   trunk/server/src/main/org/jboss/invocation/InvokerInterceptor.java
Log:
new methods for the security context and inter-vm semantics

Modified: trunk/server/src/main/org/jboss/invocation/InvokerInterceptor.java
===================================================================
--- trunk/server/src/main/org/jboss/invocation/InvokerInterceptor.java	2007-04-25 15:04:34 UTC (rev 62553)
+++ trunk/server/src/main/org/jboss/invocation/InvokerInterceptor.java	2007-04-25 15:04:58 UTC (rev 62554)
@@ -237,7 +237,7 @@
    protected Object invokeInvoker(Invocation invocation) throws Exception
    {
       //Specify that it is inter-vm on the invocation
-      invocation.getAsIsPayload().put(InvocationKey.INTERVM, Boolean.TRUE);
+      invocation.setInterVM(Boolean.TRUE);
       
       InvocationContext ctx = invocation.getInvocationContext();
       Invoker invoker = ctx.getInvoker();




More information about the jboss-cvs-commits mailing list