[seam-commits] Seam SVN: r7592 - branches/Seam_2_0/src/main/org/jboss/seam/intercept.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Mar 15 17:41:55 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-15 17:41:55 -0400 (Sat, 15 Mar 2008)
New Revision: 7592

Modified:
   branches/Seam_2_0/src/main/org/jboss/seam/intercept/Interceptor.java
Log:
Backport r7591, JBSEAM 2667

Modified: branches/Seam_2_0/src/main/org/jboss/seam/intercept/Interceptor.java
===================================================================
--- branches/Seam_2_0/src/main/org/jboss/seam/intercept/Interceptor.java	2008-03-15 21:41:04 UTC (rev 7591)
+++ branches/Seam_2_0/src/main/org/jboss/seam/intercept/Interceptor.java	2008-03-15 21:41:55 UTC (rev 7592)
@@ -150,7 +150,7 @@
          if ( annotation!=null && params.length==1 && params[0]==annotation.annotationType() )
          {
             annotationInjectorMethod = method;
-            Reflections.invokeAndWrap(method, userInterceptorClass, annotation);
+            Reflections.invokeAndWrap(method, statelessUserInterceptorInstance, annotation);
          }
          //if there is a method that takes the component, call it
          if ( params.length==1 && params[0]==Component.class )




More information about the seam-commits mailing list