Installing EJB 3.0 RC10

EJB 3.0 RC2 has been tested with JBoss 4.0.2, JBoss 4.0.3RC1, JBoss 4.0.3RC2, JBoss 4.0.3 Final. You might want to download the graphical JBoss 4.0.3 installer to install EJB3.


Installing into JBoss AS 4.0.3 Final

EJB 3.0 comes with 4.0.3 if you use the graphical installer


Installing into JBoss AS 4.0.2, JBoss AS 4.0.3RC1, JBoss AS 4.0.3RC2

Note, the ejb 3.0 installation with JBoss AS 4.0.3RC2 is old, you should download the latest EJB3 RC2 impl and follow these directions.

  1. Download JBoss 4.0.2 (or 4.0.3RC1 or 4.0.3RC2).
  2. Download EJB 3.0 RC2.
  3. Unzip both of these downloads
  4. reqg,gw/
  5. Copy ejb3.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
  6. Copy ejb3-clustered-sfsbcache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
  7. Copy ejb3-entity-cache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
  8. Copy ejb3-interceptors-aop.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
  9. Copy jboss-aop-jdk50.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
  10. Copy jboss-xb.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
  11. Remove jboss-aop.deployer/ from jboss-4.0.x/server/all/deploy
  12. Start jboss up with the all configuration run.sh -c all