Matthieu Riou wrote:
> On Mon, Sep 15, 2008 at 2:31 AM, <[EMAIL PROTECTED]> wrote:
> 
>> Author: vanto
>> Date: Mon Sep 15 02:31:06 2008
>> New Revision: 695391
>>
>> URL: http://svn.apache.org/viewvc?rev=695391&view=rev
>> Log:
>> JDK5, not 6..., who volunteers to port our JDBC debug facade to JDK5+6?
>>
>> Modified:
>>
>>  ode/trunk/bpel-api/src/main/java/org/apache/ode/bpel/rapi/Serializer.java
>>
> 
> Thanks for the fix! Actually I tried to port the JDBC facade but that would
> need a few classes (used by the additional methods) that are JDK 6 only. We
> could create our own "backport" but I'm not sure it's worth it. Plus there
> are some legal issues in implementing classes in the java.* package.

What about translating it into a dynamic proxy. Its then independent of
the underlying JDBC version. IIRC I have started that a while on a
another machine, perhaps I can find it again...

Cheers,
  Tammo

Reply via email to