[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Pointcut expression for methods that take arrays as argu

2004-08-05 Thread Bill Burke
We don't support this. If you'd like to contribute it, it would be most welcome. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844305#3844305 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844305

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Pointcut expression for methods that take arrays as argu

2004-07-29 Thread nthx
Hi, there. This is my first post after checking out JBossAOP, and implementing persistance and transaction layer for my POJOs with it. So ... Is it possible to intercept element-of-an-array assignment? I mean: | //I'd like some code here (through Interceptor, of course) | myArray[5] =

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Pointcut expression for methods that take arrays as argu

2004-07-14 Thread Bill Burke
This should work | execution(void java.lang.Object[],com.pkg.CustomObject[]) | | Don't forget that any class, even if it is in java.lang package must be fully qualified. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842134#3842134 Reply to