quality@glassfish.java.net

Re: does GFv3 support javax.interceptor.InvocationContext ?

From: Ludovic Champenois <Ludovic.Champenois_at_Sun.COM>
Date: Tue, 21 Oct 2008 08:17:05 -0700

Survivant 00 wrote:
> I use Spring 2.54 and Spring webflow 2 and I obtain a error in the
> console talking about ejb.

I've been told that InvocationContext is a class provided by an EJB
container...
You might want to try to get from the v3 prelude update center the
preview ejb container.
Ludo
>
>
> 2008-10-21 09:08:14 org.glassfish.apf.impl.DefaultErrorHandler error
> GRAVE: Class [ javax/interceptor/InvocationContext ] not found. Error
> while loading [ class
> org.springframework.ejb.interceptor.SpringBeanAutowiringInterceptor ]
> 2008-10-21 09:08:14 com.sun.enterprise.deployment.archivist.Archivist
> readAnnotations
> ATTENTION: Error in annotation processing:
> java.lang.NoClassDefFoundError: javax/interceptor/InvocationContext
>
>
> I don't use EJB in my webapp.
>
> I don't use directly javax.interceptor, but I use
>
> import com.opensymphony.xwork2.ActionContext;
> import com.opensymphony.xwork2.ActionInvocation;
> import com.opensymphony.xwork2.config.ConfigurationException;
> import com.opensymphony.xwork2.interceptor.Interceptor;
> import com.opensymphony.xwork2.interceptor.PreResultListener;
>
>
>