2 Replies Latest reply on Aug 4, 2006 9:44 AM by wolfc

    trunk ejb3 build

    starksm64

      The jbossas trunk build of ejb3 is out of synch with the 4.0 branch version in that its pulling in way too many dependencies on thirdparty components that should not be in the jbossas ejb3 deployer. This needs to be cleaned up.

        • 1. Re: trunk ejb3 build
          starksm64

          Also, cglib should not be used in jbossas. Javassit should be the only proxy framework being used.

          • 2. Re: trunk ejb3 build
            wolfc

            My fault.
            I tried out multiple proxy class builders when I was working on EJBTHREE-485. I've refactored some (ejb proxy) factories to have a single point of proxy class generation.
            Pending the solution of EJBTHREE-485 there is still some zombie code using cglib which I've now commented out. (org.jboss.ejb3.BaseStatelessProxyFactory)