That should be all you need to do. You've probably checked this already, but a few
things:
Please paste in this part of your jboss console:
| Kabir@KabirDell /c/temp/jboss-4.0.5.GA/bin
| $ run.sh
| =========================================================================
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: C:\temp\jboss-4.0.5.GA
|
| JAVA: /c/Java/jdk/jdk1.5.0_14/bin/java
|
| JAVA_OPTS: -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
-Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000 -javaagent:pluggable-instrumentor.jar
|
| CLASSPATH: C:\temp\jboss-4.0.5.GA\bin\run.jar;C:\Java\jdk\jdk1.5.0_14\lib\tools.jar
|
| =========================================================================
|
|
Also make sure that you are modifying the correct
jboss-aop-jdk50.deployer/META-INF/jboss-service.xml. For example if you are starting jboss
with
$run
you should be modifying the one in the server/default/deploy directory. If you are
starting jboss with
$run -c all
you should be modifying the one in the server/all/deploy directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123120#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...