Hi, Kevin, Thank you. I agree with your suggestion. My only fear is that I'll have to spend even more time trying to get third party libs to work, rather than getting "real" work done. ;-)
Any version I try above 0.9.5 gives me the following error during enhancement: > > java.lang.NoSuchFieldError: brokerPlugin > > > > This happens when I run the kodo.ant.PCEnhancerTask. > > Any ideas what I would need to do to resolve this? With any luck, it's a simple fix... Thank you! =David On Thu, 2009-01-15 at 09:25 -0600, Kevin Sutter wrote: > 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 > > > > > > > >
