quality@glassfish.java.net

does GFv3 support javax.interceptor.InvocationContext ?

From: Survivant 00 <survivant00_at_gmail.com>
Date: Tue, 21 Oct 2008 09:29:48 -0400

I use Spring 2.54 and Spring webflow 2 and I obtain a error in the console
talking about ejb.


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;