hi people, my appfuse fails in jboss-4.2.2.GA server not in jetty and tomcat that works fine! any idea?
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainProxy': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainList': Cannot resolve reference to bean '_basicAuthenticationFilter' while setting bean property 'filters' with key [8]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_basicAuthenticationFilter': Initialization of bean failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [es.sac.psac.webapp.interceptor.UserRoleAuthorizationInterceptor] for bean with name 'adminInterceptor' defined in ServletContext resource [/WEB-INF/applicationContext-struts.xml]; nested exception is java.lang.ClassNotFoundException: es.sac.psac.webapp.interceptor.UserRoleAuthorizationInterceptor thanks!!!