1 Reply Latest reply on Jan 20, 2005 8:08 AM by juggernaut

    Instrumenting Hibernate classes

    juggernaut

      How to do this? using such a jboss-aop.xml does not help:

      <bind pointcut="execution(* net.sf.hibernate.impl.SessionImpl->find(..))">
       <advice name="findAdvice" aspect="SimpleTestAspect"/>
      </bind>
      


      And is there any way to instrument Hibernate classes in compile-time, not in the runtime?