On Mon, Sep 15, 2008 at 7:29 AM, Tammo van Lessen <[EMAIL PROTECTED]>wrote:
> >> 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... Yup, that would be the way to do it. alex