3 Replies Latest reply on Oct 8, 2008 3:01 PM by alrubinger

    Where might I download 1.0.0-Beta4?

    huberth

      I see the release notes for it, but can't find anywhere to download it.

      Or are the release notes just a work-in-progress page?

        • 1. Re: Where might I download 1.0.0-Beta4?
          wolfc

          There is no distribution download for 1.0.0-Beta4. This release is meant to be used within the JBoss AS build process (as is any release of EJB 3 right now).

          Although we do have a prototype for a new plugin which can install the latest EJB 3 into JBoss AS (see http://wiki.jboss.org/wiki/DevEJB3NewPlugin), it does not take into account any sub-components we depend upon.

          • 2. Re: Where might I download 1.0.0-Beta4?
            huberth

            OK, thanks. I'm trying to make progress migrating to AS 5.0, but have been stopped by the 'Call setBeanContext, not setTarget' bug [EJBTHREE-1430]. I was hoping to patch that part to get things going again. The plugin thing sounds a little convoluted for just getting a couple jars... I presume the part where I have to install maven and svn and build it myself are just because it's a prototype at the moment, though.

            • 3. Re: Where might I download 1.0.0-Beta4?
              alrubinger

               

              "huberth" wrote:
              The plugin thing sounds a little convoluted for just getting a couple jars... I presume the part where I have to install maven and svn and build it myself are just because it's a prototype at the moment, though.


              Building the Plugin is a requirement just because we haven't made a release. :)

              Once built the Plugin is an executable JAR which patches an AS Installation w/ proper EJB3 bits. As Carlo mentions this is a prototype because it does not account for upgrades to dependencies of the EJB3 project.

              S,
              ALR