anonymous wrote : So, is it possible to make an interface extend another one using introduction?
I'm sure you can, but that won't fix your problem. Tthe real issue you have is that your underlying implemetation of that interface must be able to perform the behavior you need to execute. By themselves, interfaces don't do much. I think You'd need to find a way to do something to the proxy.
One question though, do you have the aspects working on both side of the equation? Meaning both client and server are using AOP?
Ryan-
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886071#3886071
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886071
|