It is also referred to as "instrumentation".

http://docs.jboss.com/jbcache/1.2.4beta/TreeCacheAop/html/instrumentation.html

Note that TreeCacheAop does not support jdk5 annotations as of yet (that I am 
aware of) so you have to use an annotation precompiler.

Example:

1.  add a marker to the class:
/**
 * @@org.jboss.cache.aop.AopMarker
 */
public class Address {...}  

2. use the annotation precompiler "aopc" (see example in JbossCache ant build 
file target )against the marked class.  (Make sure the jboss-aop.xml file is in 
the classpath).


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900968#3900968

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900968


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to