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

Re: [dbcp] svn commit: r584222 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/managed/TransactionContext.java

2007-10-19 Thread Dain Sundstrom
On Oct 18, 2007, at 10:54 AM, Hanson Char wrote: "Unable to enlist connection the transaction becuase transaction has been Garbage Collected" ?? Do you mean: "Unable to enlist connection because the transaction has been Garbage Collected" Yes, I committed this change. -dain -

[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2007-10-19 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2007-10-19 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[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

[JCI] Moving fam module to Commons IO

2007-10-19 Thread Niall Pemberton
I have created an issue ticket to add the functionality (with some refactoring) provided by the fam module in JCI to Commons IO: https://issues.apache.org/jira/browse/IO-132 If its accepted by Commons IO I hope it can be used by JCI as well - rather than duplicating. Comment welcome Niall