4 Replies Latest reply on Mar 30, 2012 5:21 AM by krot-s

    jboss 7.1 and jboss-ejb3 projects relation

    krot-s

      Hello all,

       

      What is the relation between jboss-ejb3 project and jboss 7.1 ejb3 implementation?

      For me it would be natural if jboss AS used jboss-ejb3 project, just including as a module, some latest stable version. Instead, I see that jboss src contains own version of ejb3 implementation. Moreover, it does not contain some classes that have been in ejb3 project for years, example is Ejb3Registry.

      Why is it done that way?

      I want to use IsLocalInterceptor in order to do calls by reference if EJB is located in same JVM as the client.

       

      Thank you in advance.