As the manual, self-install JBoss AS 4.0.4.CR2 package does not come with 
EJB3.0 in any of the three server configurations, this tutorial serves as a 
quick guide to integrate EJB3.0 into a server configuration.

* Download the EJB3.0 manual package:
  | http://www.jboss.com/products/list/downloads.
  | * Extract all the files within the package.
  | * Go to the lib folder of the extracted files. You should see these files 
and folders:
  | * ejb3.deployer
  |   | * jboss-aop-jdk50.deployer
  |   | * jboss-j2ee.jar
  |   | * jboss-remoting.jar
  |   | * jboss-serialization.jar
  |   | * ejb3-clustered-sfsbcache-service.xml
  |   | * ejb3-entity-cache-service.xml
  |   | * ejb3-interceptors-aop.xml
  | * Determine the server configuration that you would like to integrate with 
EJB3.0.
  | * If you would like to install EJB3.0 into the all configuration:
  | * In your server/all/deploy folder:
  |   | * Copy ejb3.deployer over
  |   |   | * Copy jboss-aop-jdk50.deployer over
  |   |   | * Copy ejb3-clustered-sfsbcache-service.xml over
  |   |   | * Copy ejb3-entity-cache-service.xml over
  |   |   | * Copy ejb3-interceptors-aop.xml over
  |   |   | * Remove jboss-aop.deployer
  |   | * In your server/all/lib folder:
  |   | * Remove ejb3-persistence.jar
  |   |   | * Remove hibernate3.jar
  |   |   | * Remove hibernate-annotations.jar
  |   |   | * Remove hibernate-entitymanager.jar
  | * If you would like to install EJB3.0 into the default configuration:
  | * In your server/default/deploy folder:
  |   | * Copy ejb3.deployer over
  |   |   | * Copy jboss-aop-jdk50.deployer over
  |   |   | * Copy ejb3-clustered-sfsbcache-service.xml over
  |   |   | * Remove jboss-aop.deployer
  |   | * In your server/default/lib folder:
  |   | * Remove ejb3-persistence.jar
  |   |   | * Remove hibernate3.jar
  |   |   | * Remove hibernate-annotations.jar
  |   |   | * Remove hibernate-entitymanager.jar
  | * Your server configuration now supports EJB3!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934164#3934164

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934164


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to