[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: intercepting proxies

2004-06-22 Thread solo
Hi, Yes that was my wery wery first attemt but something is wrong since it will always end up in a exception (see below). That is why i started to try out interception of the proxy itself (but failed). At last I did generate my own proxy over the JBOSS proxy and tried to advice such but failed

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: intercepting proxies

2004-06-21 Thread Bill Burke
You should be able to do: | call(* $instanceof{EJBInterface}->*(..)) | You said that didn't work. Either there is a bug in JBoss AOP, or you did something wrong. I haven't had a chance to look into it. If you could, please debug this problem and get back to me of why it doesn't work.