Wow, David, that is really an old release of OpenJPA... As you have found out, the oldest version that we have available is 0.9.6-incubating. Instead of trying to work through the problems with 0.9.6-incubating, I would recommend moving to a release past our incubation phase. Lots and lots of changes were going into OpenJPA during incubation so that we could become a 1.0 release. So, I would suggest moving to one of the service branches (1.0.x, 1.1.x, 1.2.x, or 1.3.x). The trunk branch is being used for JPA 2.0 development, so I wouldn't recommend that one.
Kevin On Thu, Jan 15, 2009 at 2:32 AM, David Leangen <[email protected]> wrote: > > Hello! > > I have been using kodo 4.1.2 as my backend for a long time now without > touching it. > > I did some work on my maven repository recently, and I am no longer able > to use the cached version of openjpa due to this problem: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > GroupId: org.apache.openjpa > ArtifactId: openjpa > Version: 0.9.5-incubating > > Reason: Unable to download the artifact from any repository > > org.apache.openjpa:openjpa:pom:0.9.5-incubating > > > When I check out the openjpa site, this version is not there. > > If I try any more recent version, including 0.9.6-incubating, I get this > error during my build: > > java.lang.NoSuchFieldError: brokerPlugin > > This happens when I run the kodo.ant.PCEnhancerTask. > > > Is anybody able to tell me where I can find 0.9.5, or otherwise how I > can fix the brokerPlugin problem? > > > Thank you! > =David > > > >
