Hi, I am newbie to jboss AOP. My exposure to it is mainly for TreeCacheAOP.
I use the following advice for instrumenting my POJO objects to put into the cache(per TreeCacheAOP documentation): <aop> | <prepare expr="field(* @org.jboss.cache.aop.AopMarker->*)" /> | <prepare expr="field(* [EMAIL PROTECTED]>*)"/> | </aop> I have only 3 interfaces that have this adivce using JDK 1.4 annotation: @@org.jboss.cache.aop.InstanceOfAopMarker When I run the ant target "aopc" on all my source files(including the ones that are not aspectized), It seems that all of them transformed into MyClass_Get MyClass_Set etc. so instead of just the 3 aspectized classes/interfaces, all of my calls objects are being transformed. Is this correct ? why ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910348#3910348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910348 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
