|This raises an issue of adding payload not only to the Invocation itself |but to the return from Invocation. Say we can introduce InvocationResult |which can contain arbitrary payload along with the actual result of the |invocation or exceptions that occured during invocation. Stripping the |payload can be done by the proxy-side interceptors.
1- I will move the return to "Invocation" so that you can add anything you want to the payload on return, not just on the way in. 2- I will code support for client side interceptor where the stripping can be isolated and the kind of feature you are requesting can be dynamically assembled at proxy factory time I will be there probably next week. I really want to do an official DR1 release before then. _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
