Re: [proxy] SerializingInterceptor...

2007-10-19 Thread James Carman
I created a JIRA issue (https://issues.apache.org/jira/browse/PROXY-4) for it just so I didn't lose my idea! :) I'll see about throwing that code in tonight. On 10/19/07, simon <[EMAIL PROTECTED]> wrote: > On Fri, 2007-10-19 at 11:42 -0400, James Carman wrote: > > When unit testing classes that a

Re: [proxy] SerializingInterceptor...

2007-10-19 Thread simon
On Fri, 2007-10-19 at 11:42 -0400, James Carman wrote: > When unit testing classes that are going to be remotified (it's a > word), it's important to test that the parameters and return types can > be serialized/deserialized properly. What if commons-proxy included a > neat little helper class tha

[proxy] SerializingInterceptor...

2007-10-19 Thread James Carman
When unit testing classes that are going to be remotified (it's a word), it's important to test that the parameters and return types can be serialized/deserialized properly. What if commons-proxy included a neat little helper class that makes a serialized copy of the parameters of an invocation be