3 Replies Latest reply on May 7, 2013 11:01 AM by wdfink

    Migrating Stateful Bean from EJB 2 to EJB 3 (org.jboss.invocation.CannotProceedException)

    mbuamuh

      See ejb3 stateful session bean attached. Migrating from ejb2 to ejb 3 requires me to use a home interface for my bean. But i am getting a blank CannotProceedException with no further explanations on what is causing it. Does anyone have an insight into this? Thank you.

       

      Caused by: org.jboss.invocation.CannotProceedException: INV-00002:Invocation cannot proceed (end of interceptor chain has been hit)

      at org.jboss.invocation.InvocationMessages_$bundle.cannotProceed(InvocationMessages_$bundle.java:131) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

      at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:293) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

      at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]

      at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]

      at com.ec.pf.screenlet.common.model.ejb.SystemMessageEJBHome$$$view10.findMessages(Unknown Source) [com.ec.pf.screenlet.common-ejb-0.0.1-SNAPSHOT.jar:]