[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Tue Oct 10 02:43:16 EDT 2006


  User: gavin   
  Date: 06/10/10 02:43:16

  Modified:    src/main/org/jboss/seam/core  Dispatcher.java
  Log:
  refactored interceptor fwk, fixed serialization problems
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-seam/src/main/org/jboss/seam/core/Dispatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Dispatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Dispatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- Dispatcher.java	10 Oct 2006 02:33:22 -0000	1.3
  +++ Dispatcher.java	10 Oct 2006 06:43:16 -0000	1.4
  @@ -20,7 +20,7 @@
   import org.jboss.seam.annotations.timer.IntervalDuration;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.contexts.Lifecycle;
  -import org.jboss.seam.ejb.SeamInterceptor;
  +import org.jboss.seam.intercept.RootInterceptor;
   import org.jboss.seam.util.Reflections;
   
   /**
  @@ -31,7 +31,7 @@
    */
   @Stateless
   @Name("org.jboss.seam.core.dispatcher")
  - at Interceptors(SeamInterceptor.class)
  + at Interceptors(RootInterceptor.class)
   public class Dispatcher implements LocalDispatcher
   {
      
  
  
  



More information about the jboss-cvs-commits mailing list