Installing EJB 3.0 RC7 with JBoss 4.0.4.GA installer
The EJB 3.0 RC7 implementation is only usable with JBoss 4.0.4.GA. The EJB 3.0 implementation that comes packaged with the JBoss 4.0.4.GA installer is the same as the standalone EJB 3.0 RC7 distribution with one exception. The standalone distribution has been patched to fix the EJBTHREE-573 JIRA bug. Also the JBoss Remoting jar has been patched to fix the SSL problems in the 4.0.4.GA release. If you don't need these fixes, then installing with the installer is fine.
Installing into JBoss AS 4.0.4.GA
- Download JBoss 4.0.4.GA.
- Download EJB 3.0 RC7.
- Unzip both of these downloads
- Copy ejb3.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
- Copy ejb3-clustered-sfsbcache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
- Copy ejb3-entity-cache-service.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
- Copy ejb3-interceptors-aop.xml from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
- Copy jboss-aop-jdk50.deployer from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
- Copy quartz-ra.rar from the lib/ directory of the distribution to jboss-4.0.x/server/all/deploy
- Copy jboss-remoting.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
- Copy hibernate-annotations.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
- Copy hibernate-entitymanager.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
- Copy ejb3-persistence.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
- Copy quartz-all-1.5.2.jar from the lib/ directory of the distribution to jboss-4.0.x/server/all/lib
- Copy jboss-ejb3-client.jar from the lib/ directory of the distribution to jboss-4.0.x/client
- Copy jboss-annotations-ejb3.jar from the lib/ directory of the distribution to jboss-4.0.x/client
- Copy hibernate-client.jar from the lib/ directory of the distribution to jboss-4.0.x/client
- Remove jboss-aop.deployer/ from jboss-4.0.x/server/all/deploy
- Start jboss up with the all configuration run.sh -c all
没有评论:
发表评论