2 Replies Latest reply on Oct 16, 2006 10:55 AM by peterj

    Best way to do portal and EJB3?

    meselfe

      Should I use portal 2.4.1.cr1 bundled with AS 4.0.4 and then add EJB3 jboss-EJB-3.0_RC9-FD.zip?

      or

      JBoss 4.0.4GA with EJB3 through installer and then add portal binary?

      or some other method??

      I have tried the two first with no succes. The first one dosent work as stated in the docs. For instance i cant just run it - i have to "run -c all" and it pumps out loads of exceptions although the portal starts.

      The second method dosent work according to the portal docs.

      Is there some other way thats working but not documentet enywhere ??

        • 1. Re: Best way to do portal and EJB3?
          peterj

          Yes, there is another way. I do this all the time, works great. Download the JBoss AS source and compile using JDK 5.0. You will get two JBoss AS builds in the build/output directory, one the standard build, the other for ejb3 (they are clearly labelled). Deploy the portal to the ejb3 build.

          • 2. Re: Best way to do portal and EJB3?
            peterj

            Oops, I didn't see that you also want RC9. In that case, do what I described but download the JBoss AS 4.0.5 source code.