Hi,
thanks to your help now I can work with EJB-Intercetors in JBoss 3.2.3...
But I have one more question... it's possible to get the target object from
within the interceptor like targetObject in JBoss4's AOP?!
Just like this:


public Object invoke(Invocation arg0) throws Exception {
        Object lRet;

        //Here I want to manipulate the target object!!

        lRet=getNext().invoke(arg0);
        return lRet;
}

Any idea?!
Thanx

Gio



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to