[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Instrumenting Hibernate classes

2005-01-20 Thread juggernaut
the mapping in the post above works well if we use runtime instrumentation, but when I use runtime instrumentation my classes are not instrumented :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862894#3862894 Reply to the post : http://www.jboss.org/index

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Instrumenting Hibernate classes

2005-01-20 Thread juggernaut
How to do this? using such a jboss-aop.xml does not help: | | | | And is there any way to instrument Hibernate classes in compile-time, not in the runtime? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862887#3862887 Reply to the post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Problems with "injboss" tutorial

2005-01-20 Thread juggernaut
The "injboss" tutorial refuses to work with JBoss 4.0.0. I've set up EnableTransformer to true in jboss-service.xml in jboss-aop.deployer, but it just oes nothing. Compile-time class instrumentation works well at the same time. What can be done to use runtime instrumentation? View the origina