11 Replies Latest reply on Feb 20, 2012 9:08 AM by mstruk

    Gatein AS 7 direction

    nickarls

      Hi,

       

        Any informal statement of direction regarding JBoss AS 7 on GateIn? Has there been any work done, are you waiting for 7.1 final or something else?

        • 1. Re: Gatein AS 7 direction
          mstruk

          There is work being done on getting GateIn to work on JBoss AS7.

           

          Current integration can be used by building the portal from source following these instructions:

          http://anonsvn.jboss.org/repos/gatein/portal/trunk/packaging/jboss-as7/README.txt

           

          I've just committed a little packaging fix I noticed. Following these instructions should work, and give you a working GateIn packaged with JBoss AS 7.0.2.Final. Not everything works at the moment - specifically - WSRP support has not been integrated yet.

           

          Some of the necessary changes to some component libraries have not been released yet, so you have to checkout and build them from sandbox - it's all explained in README.txt.

           

          Unfortunately GateIn integration has some dependencies on JBoss AS7 internals which have still been evolving recently, so the trunk supports only one specific JBoss AS 7 release - at the moment it's 7.0.2.Final, but will soon be the latest - 7.1.0.Beta1b.

          • 2. Re: Gatein AS 7 direction
            mazsatria

            same with me. I can't deploying GATEIN on JBOSS AS 7

            • 3. Re: Gatein AS 7 direction
              nickarls

              As a curiosity it could be mentioned that checking out windows with some clients can be difficult because

               

              svn: Can't open file 'gatein-portal\testsuite\selenium-snifftests\src\suite\org\

              exoplatform\portal\selenium\candidate\.svn\tmp\text-base\Test_POR_19_074_CheckDi

              splayingOfPageWhenUserHasRightAccessOnPageAndPorletButHasNoRightAccessOnContaine

              rWhichContainsPortlet.html.svn-base': The system cannot find the path specified.

               

              exceeds 256 chars and goes kaboom...

              • 4. Re: Gatein AS 7 direction
                nickarls

                I get a

                 

                Failed to execute goal on project exo.portal.component.test.core: Couldnot resolve dependencies for project org.exoplatform.portal:exo.portal.component.test.core:jar:3.2.0-CR01-SNAPSHOT: The following artifacts could not be resolved: org.jacorb:jacorb:jar:2.2.3-jonas-patch-20071018, org.jacorb:jacorb-idl:jar:2.2.3-jonas-patch-20071018: Could not find artifact org.jacorb:jacorb:jar:2.2.3-jonas-patch-20071018

                 

                 

                Are there any exo-specific repositories required?

                • 5. Re: Gatein AS 7 direction
                  mstruk

                  I've created GTNPORTAL-2314 for checking out on windows issue.

                   

                  For building it's very likely that exo repository is required. Try the instructions in http://anonsvn.jboss.org/repos/gatein/portal/trunk/README.txt to add repository definition to your settings.xml

                   

                  And please, use new discussions, for new topics

                  • 6. Re: Gatein AS 7 direction
                    mstruk

                    JBoss AS7 integration now uses JBoss AS 7.1.0.Beta1b.

                    • 7. Re: Gatein AS 7 direction
                      mstruk

                      And now it uses JBoss AS 7.1.0.CR1.

                      • 8. Re: Gatein AS 7 direction
                        traviskds

                        I am following the instructions given in http://anonsvn.jboss.org/repos/gatein/portal/trunk/packaging/jboss-as7/README.txt

                         

                        As indicated by Marko Strukelj above, you need to add the exo repository definition to your settings.xml

                         

                        But it takes such an awful time to do the builds. It looks like maven is downloading the entire internet in it's dependancy mgmt

                         

                        But I notice that by following the instructions, it builds for all the support app servers/containers. I think the instructions should be altered so it does the builds only for AS7 if that is possible.

                         

                        Cheers

                        Travis

                        • 9. Re: Gatein AS 7 direction
                          nickarls

                          Fortunately the maven download is only once. I think it took over an hour for me.

                           

                          BTW, will the devs let us know when it's 7.1.0.Final compatible?

                          • 10. Re: Gatein AS 7 direction
                            mstruk

                            Travis De Silva wrote:

                             

                            But it takes such an awful time to do the builds. It looks like maven is downloading the entire internet in it's dependancy mgmt

                             

                            But I notice that by following the instructions, it builds for all the support app servers/containers. I think the instructions should be altered so it does the builds only for AS7 if that is possible.

                             

                            Maybe some improvement can be achieved by excluding transitive dependencies. And maybe reconfiguring profiles a bit could help as well.

                            • 11. Re: Gatein AS 7 direction
                              mstruk

                              Nicklas Karlsson wrote:

                               

                              BTW, will the devs let us know when it's 7.1.0.Final compatible?

                               

                              Hopefully by the end of the week.