1 Reply Latest reply on May 5, 2008 4:51 PM by starksm64

    Duplicate Code? EJBRemoteHandler

    alrubinger

      What's up with:

      jbossas/trunk/ejb3: org.jboss.ejb3.clientmodule.EJBRemoteHandler
      jbossas/projects/trunk/core: org.jboss.injection.EJBRemoteHandler

      Clearly one is for client and one server...but there's lots of copy/paste here. In what direction are we heading?

      S,
      ALR

        • 1. Re: Duplicate Code? EJBRemoteHandler
          starksm64

          The client container is moving to the mc framework I have been working on, but for now I'm just replacing the handler usage that is just wrong for the client side by forking the existing code and updating it. The Ejb3ClientDeployer will also be moving to the mc injection code.