0 Replies Latest reply on Aug 13, 2007 8:45 PM by gena777

    EJB3InterceptorsInterceptor instead of EE5SeamInvocationCont

    gena777

      Hello,

      i'm trying to get the testng tests working.

      Could please someone explain, why the method invocation on a POJO- Seam- component is correctly intercepted by EE5SeamInvocationContext but each call to an ejb3 component is intercepted by EJB3InterceptorsInterceptor if i use the Jboss embedded.

      This small deviation results in a fully loss of injection on EJB3-Seam-components. The POJO-components receive their injections as expected.

      Thanks, Gena

      PS. With the full installed jboss all works fine