[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How to write aop in jar?

2004-04-12 Thread jerkzzz
Thanks a lot. And I hope that an ear example with AOP would be in Jboss4.0 Final Release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830249#3830249 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830249 --

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How to write aop in jar?

2004-04-12 Thread Bill Burke
I have run with a .aop file embedded within a .sar file. Maybe it doesn't work for embedded .ears. I'll have to get back to you. Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830177#3830177 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How to write aop in jar?

2004-04-11 Thread jerkzzz
I have enable EnableTransformer as true, so when I place jboss-aop.xml in the deploy/ directory, it can work. I read the source code, I found that deployer only deploy .aop file. But when I write xxx.aop in application.xml, xxx.aop isn't deployed. Can't JBoss AOP apply to ear application? Than

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How to write aop in jar?

2004-04-09 Thread Bill Burke
Crap, sorry. Forgot. In JBoss 4 DR3, load-time instrumentation is turned off by default. Look in jboss-4.0.0DR3/server/default/config/jboss-service.xml Search for AspectManagerService. This is a switch there for turning on load-time instrumentation. Bill View the original post : http:

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How to write aop in jar?

2004-04-09 Thread jerkzzz
I follow the steps,but it isn't ok. The example is not deployed in jboss. But I place the jar into one ear,and deploy the ear in Jboss4.0 DR3. How can I finish it? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829954#3829954 Reply to the post : ht

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How to write aop in jar?

2004-04-08 Thread Bill Burke
Please read this part of the tutorial (comes with download) and get back to me: http://jboss.org/wiki/Wiki.jsp?page=Packaging View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829786#3829786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos