[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPtize a SessionBean

2004-06-16 Thread pipothebit
Hello again!! ok, EnableTransformer was turned off (false) I have turned it on (true) and certainly the server is a bit slow but the result is the same, my LoggingInterceptor code is not executed. Are my packages right? (see avove package structure) Are my jboss-aop.xml correct? (see it avove)

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPtize a SessionBean

2004-06-16 Thread Bill Burke
Can you send me your example? [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838954#3838954 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838954 ---

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPtize a SessionBean

2004-06-15 Thread pipothebit
I have read your link and don't undertand somethings. 1. I must have 2 files Simple.jar and Simple.aop or all can be contained in only one file. 2.- You can either deploy an XML file directly in the deploy/ directory with the signature *-aop.xml... ok i put my Simple-aop.xml in deply dir but

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPtize a SessionBean

2004-06-15 Thread pipothebit
After read your post and I was thinking a little and I believe that two files with .aop and .jar extension is the correct way. Correct me if don't? In order to clarify the things I show you an unpack of my jar and aop file. # unzip Simple.jar Archive: Simple.jar creating: META-INF/ inflating:

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPtize a SessionBean

2004-06-15 Thread Bill Burke
Are you doing load time or precompiled aspects? if you are doing load-time then you must set the EnableTransformer attribute to true within the AspectManagerService MBEAN within jboss/server/xxx/conf/jboss-service.xml It is turned off by default because JBoss boots up a little slower. Let me

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPtize a SessionBean

2004-06-14 Thread Bill Burke
This is a packaging issue: http://www.jboss.org/wiki/Wiki.jsp?page=RunningWithJBossApplicationServer Also, there is a server/xxx/conf/base-aop.xml file in which you can put AOP definitions as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838728#3838728