3 Replies Latest reply on Oct 20, 2008 4:04 AM by alesj

    Can anybody let me know an example that can run on JBOSS5 CR

    andrew11

      I am kinda new to JBOSS, but I manage to have it installed and run successfully on my desktop. It looks fantastic. The only thing is I cannot find an example to run on it, some examples on the Net seem only intended for 4.xx version.

      Thanks in advance.

        • 1. Re: Can anybody let me know an example that can run on JBOSS
          alesj

          Perhaps try any of the Seam examples:
          - http://www.jboss.org/jbossseam/faq/#docs

          We had some issues with .war Seam apps,
          but should be fixed in trunk or with updated jboss-seam-int lib to 5.0.0.CR4.

          • 2. Re: Can anybody let me know an example that can run on JBOSS
            andrew11

            I am running JBOSS 5 CR2 though. I went thru the SEAM documentation, it says JBOSS 4.2 is assumed for the examples. Have you tried on JBOSS 5 CR2? Some examples I downloaded on the web that cannot even compile because of the structural difference between version 5 and 4. After I made them compile, they failed on deployment. Very frustrating.

            Like to hear from you again. Thanks.

            • 3. Re: Can anybody let me know an example that can run on JBOSS
              alesj

               

              "Andrew11" wrote:
              Have you tried on JBOSS 5 CR2?

              JBossAS project runs 3 Seam examples as part of its testsuite - Booking, DVD, Numberguess. And they all work.
              And I know they all passed testing for CR2 release.

              "Andrew11" wrote:
              Some examples I downloaded on the web that cannot even compile because of the structural difference between version 5 and 4.

              What does JBossAS have to do with compiling Seam or its examples?
              Seam is a standalone project/framework, which definitely doesn't depend on any AS details,
              hence able to run in different containers/AS - JBossAS, GlassFish, Tomcat, ...

              "Andrew11" wrote:
              After I made them compile, they failed on deployment. Very frustrating.

              Like I said on previous post, we are aware of some issues,
              and we're working hard to resolve them.
              The latest trunk should be the most stable wrt these issues.