JBoss.org Community Documentation
JBoss AS 5 ships with AOP 2.0.0.GA. To upgrade to a newer AOP version, we have provided am an script to
upgrade the server. It can be found at jboss-50-install/build.xml
. Modifly
jboss-50-install
to point to the root of your JBoss installation, and specify the
application server configuration you want to upgrade. These are the steps taken by the
ant script:
${jboss.home}/lib
and
${jboss.home}/server/<config-name>/deployers/jboss-aop-jboss5.deployer
folders.
${jboss.home}/server/<config-name>/deployers/jboss-aop-jboss5.deployer
folder with the files from jboss-50-install/jboss-aop-jboss5.deployer
.
${jboss.home}/lib
folder with the files from
jboss-50-install/lib
.