[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - intercepting arrays

2004-11-27 Thread bhakthi
Hi, i am using jboss-AOP final release. Is there any way i can intercept arrays. I had tried using field interceptor but i am getting error stating interception failed while deploying. And also i am using AOP for logging in my project. By this time i don't want AOP to handle Exceptions however

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Field Interception

2004-11-23 Thread bhakthi
Hi Bill, Thanks a lot! I can read the values using getValue method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856106#3856106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856106 --

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Field Interception

2004-11-22 Thread bhakthi
Hi, AOP is new for me. So i started of exploring with the traditional uses of aspects .i.e, logging and exceptional handling. Currently i am facing a small problem in my AOP project - i need to log the 'Field' values which is of primitive data types. I can trace the read and write invocation but