Author: pete.muir(a)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 )
Show replies by date