[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-04 Thread chelaru.viorel
i downloaded the aop 1.5.0 dist , i copyed jboss-aop-jdk50.deployer in my deploy dir, i deleted 2 jars(javaassist and common-softvaluehashmap), then i've put the -javaagent option to JAVA_OPTS , i've set EnableLoadTimeWeaving to true and UseJbossWebLoader to true and all worked well thaks

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-02 Thread chelaru.viorel
hi, first ...thanks for replying... additionally i've put the -javaagent option to JAVA_OPTS, i renamed jboss-aop.deployer to jboss-aop-jdk50.deployer and i modified mbean code=org.jboss.aop.deployment.AspectManagerService to mbean code=org.jboss.aop.deployment.AspectManagerServiceJDK5 and

[jboss-user] [JBoss AOP] - interceptor not executing in jboss4.0.4GA

2006-08-01 Thread chelaru.viorel
hi, i know this is a newbie question but i've searched the forum for posts that give the solution of making aop work on jboss4.0.4GA but non works for me; so i have jboss4.0.4GA, config all,jdk5; -in \jboss-aop.deployer\META-INF\jboss-service.xml i 've set EnableLoadtimeWeaving to true -in

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-01 Thread chelaru.viorel
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962306#3962306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962306 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - the aop xml

2006-08-01 Thread chelaru.viorel
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962307#3962307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962307 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-01 Thread chelaru.viorel
aop | bind pointcut=execution(public void test.HelloAOP-callMe()) | interceptor class=viorel.testaop.interceptors.HelloAOPInterceptor/ | /bind | /aop View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962309#3962309 Reply to the post :