[jboss-cvs] JBossAS SVN: r74436 - trunk/profileservice/src/main/org/jboss/profileservice/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 19:05:39 EDT 2008


Author: dimitris at jboss.org
Date: 2008-06-11 19:05:39 -0400 (Wed, 11 Jun 2008)
New Revision: 74436

Modified:
   trunk/profileservice/src/main/org/jboss/profileservice/remoting/ProxyFactory.java
Log:
JBAS-5619, Restore ProfileService proxies SecurityClientInterceptor (with the update to jboss-aspects-security 1.0.0.Beta3

Modified: trunk/profileservice/src/main/org/jboss/profileservice/remoting/ProxyFactory.java
===================================================================
--- trunk/profileservice/src/main/org/jboss/profileservice/remoting/ProxyFactory.java	2008-06-11 22:51:06 UTC (rev 74435)
+++ trunk/profileservice/src/main/org/jboss/profileservice/remoting/ProxyFactory.java	2008-06-11 23:05:39 UTC (rev 74436)
@@ -142,9 +142,7 @@
       Dispatcher.singleton.registerTarget(dispatchName, ps);
 
       ArrayList<Interceptor> interceptors = new ArrayList<Interceptor>();
-      /*
       interceptors.add(SecurityClientInterceptor.singleton);
-      */
       interceptors.add(MergeMetaDataInterceptor.singleton);
       interceptors.add(InvokeRemoteInterceptor.singleton);
 




More information about the jboss-cvs-commits mailing list