This advice looks fine. Where are you expecting it to be applied that
it shouldn't?
On Mon, Sep 8, 2008 at 2:15 AM, Rashid Mahmood <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Why this advice has not been applied? Whats wrong with it?
>
> pointcut clientCreate() : call(* javax.ejb.EJBHome+.create(..));
>
> Object around(Object p, Object homeObject) throws RemoteException :
> clientCreate() && args(p) && target(homeObject) {
>
> // invoke method
> try {
> // Some invoking code
> }catch ( Exception e){
> throw new RemoteException();
> }
> }
>
> Thanx.
>
>
> _______________________________________________
> aspectj-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users