I believe that it is still the case. Note that it runs with Java 6 just fine, as far as I'm aware. It's just a compilation issue.
Note that vast parts of OpenJPA are still 1.4-compatible. IIRC, the problem is that when compiling with the Java 6 classes in the classpath (regardless of the source and target versions), the new JDBC interface methods cause problems for our code, since our JDBC implementation is restricted to the 1.4 footprint. I'd be interested to know more about why this is a problem. Sadly, I believe that the goals of compiling with either Java 6 or 1.4 / 5.0 environment are not compatible. -Patrick On 9/5/07, Bill Slack <[EMAIL PROTECTED]> wrote: > Looking through the installation 'Release Notes', I noticed a comment that > OpenJPA isn't able to compile with Java 6.0. Is that still the case? > > Thanks, > Bill -- Patrick Linskey 202 669 5907
