0 Replies Latest reply on Mar 22, 2011 12:21 PM by windigo

    Embedded EJBContainer Test with Interceptors

    windigo

      Hi,

      my application is based on JBoss 6 and EJB 3.1. In my EJBs I'm using @Interceptors which works nicely within an deployed environment.

      But if I want to test them in the embedded ejbcontainer they dont fire - all interceptors around my EJB's are just ignored.

      By the way the annotated @EntityListeners in an JPA-Entity works perfectly within the embedded ejbcontainer.

       

      So whats the problem?

       

      ciao

      Felix

       

      ps.: How could I mark this discussion as a question?