JBoss AS Question:

What version of JBoss AS do I need to run Seam?

Tweet Share WhatsApp

Answer:

For Seam 1.3: Seam was developed against JBoss 4.2. Seam can still be run against JBoss 4.0. The seam documentation contains instructions for configuring JBoss 4.0.


For Seam 1.2: Since Seam requires the latest edition of EJB3, you need to install JBoss AS from the latest JEMS installer. Make sure that you select the "ejb3" or "ejb3+clustering" profile to include EJB3 support. Also, the jboss-seam.jar library file from the Seam distribution must be included in each Seam application you deploy. Refer to examples in Seam distribution (inside the examples directory) to see how to build and package Seam applications.

Download JBoss PDF Read All 31 JBoss Questions
Previous QuestionNext Question
Do you know how you could add support for Web Service transactions?Can I run Seam outside of JBoss AS?