Hi Matthias; We bundle jar via Jetty profile becuase of other Java EE servers contains this jar. So you can run samples via -Pjetty like this
mvn jetty:run -Pjetty Hope,this works. Thanks; ________________________________ From: Matthias Wessendorf <[email protected]> To: [email protected] Sent: Wednesday, August 26, 2009 11:35:51 AM Subject: java.lang.NoClassDefFoundError: javax/interceptor/AroundInvoke Hi, running TRUNK and JSF 2.0, I am getting this when accessing a XHTML page: java.lang.NoClassDefFoundError: javax/interceptor/AroundInvoke at org.apache.webbeans.intercept.InterceptorUtil.isWebBeansBusinessMethod(InterceptorUtil.java:60) at org.apache.webbeans.intercept.InterceptorHandler.invoke(InterceptorHandler.java:68) at org.apache.webbeans.conversation.ConversationImpl_$$_javassist_0.updateTimeOut(ConversationImpl_$$_javassist_0.java) at org.apache.webbeans.jsf.WebBeansPhaseListener.beforePhase(WebBeansPhaseListener.java:167) at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:212) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:311) this was working in June - Question is why is there no dependency bundled ? -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
