I'm confused. For example, the jdk1.5-unpublished directory contains a class ConnectionWrapper which imports java.sql.NClob, a JDK-1.6 class.
On Mon, Mar 16, 2009 at 11:43 AM, Andrus Adamchik <[email protected]>wrote: > Hi Bryan, > > welcome back. > > The easiest thing I guess is to check things out from SVN. There's only one > java 6 dependent module, which is marked as such > (cayenne-jdk1.6-unpublished). For most applications you'd only need to > import "cayenne-jdk1.5-unpublished" module anyways. > > Andrus > > > On Mar 16, 2009, at 5:37 PM, [email protected] wrote: > > Hello. I used to be an active cayenne user but I've been away from web-app >> development for over a year. I'm back into it now and trying out Cayenne >> 3.0. >> >> I tried to add the cayenne source as an eclipse project so I could >> single-step into it occasionally. Some of the imports appear to be >> JDK-6-dependent, such as java.sql.NClob and SQLXML. What's the recommended >> practice? Install both versions 5 and 6 of the JDK? >> >> Thanks, >> Bryan Lewis >> > >
