[Proxool-developer] RE: Proxool 0.8.0RC1 additional dependency
UNMAINTAINED!
Brought to you by:
billhorsman
From: Christian N. <chr...@em...> - 2003-09-12 09:05:22
|
[Switching to dev-list] Hi Mark. This might be jar-mageddon. Did you include the CGLIB jar in Proxool as well as in Hibernate, or are they in the same webapp? If you have two CGLIB jars could you try to remove them both, and then add one to the Websphere root classloader? I've never used Websphere but I guess it has a global 'lib' directory or somehting? Another thing you might try is to use this alternative build of CGLIB: http://prdownloads.sourceforge.net/cglib/cglib-bcel-1.0.jar?download It uses BCEL as a backend instead of ASM. Bill: If this is jar-mageddon we might consider cannibalizing the code into Proxool like we have done with Commons Logging. By the way: Are there any IBM jdks in the SourceForge test cluster? CHR > -----Original Message----- > From: meagle [mailto:me...@me...] > Sent: 12. september 2003 02:37 > To: Bill Horsman > Subject: Re: Proxool 0.8.0RC1 additional dependency > > > Bill, > > I am using JDK 1.3.1. I am not at my work pc, so this might > be the IBM > version of the JDK. We use WebSphere Application Developer > for our IDE. I > compared the cglib-asm jar that I have with the one that you > suggested in > the link. They seem to be identical. Also, Hibernate has a > file in their > lib directory that has a list of all of the jars they use > with versions. > They claim that it is version 1.0. I will try some more > tommorrow. I am > stuck with the JDK because our production WebSphere server > will not work > with anything higher than JDK 1.3.1. I am willing to help you find a > resolution to this and will experiment more tommorrow. > > Thanks, > > Mark > > > ----- Original Message ----- > From: "Bill Horsman" <bi...@lo...> > To: "Mark Eagle" <me...@me...> > Cc: "Christian Nedregård" <chr...@em...> > Sent: Thursday, September 11, 2003 7:29 PM > Subject: Re: Proxool 0.8.0RC1 additional dependency > > > > Hi Mark, > > > > On Thu, 2003-09-11 at 20:08, Mark Eagle wrote: > > > > [snip] > > > 2003-09-11 15:01:29,422 ERROR logicalcobwebs.proxool.dvlp > -> Couldn't > get > > > connection > > > net.sf.cglib.CodeGenerationException: net.sf.cglib.Proxy$ProxyImpl > > > at > net.sf.cglib.EnhancerGenerator.<init>(EnhancerGenerator.java:145) > > > at net.sf.cglib.Enhancer.enhanceClassHelper(Enhancer.java:239) > > > at net.sf.cglib.Enhancer.enhanceClass(Enhancer.java:200) > > > at net.sf.cglib.Proxy.getProxyClass(Proxy.java:106) > > > at net.sf.cglib.Proxy.newProxyInstance(Proxy.java:117) > > > at > > > > org.logicalcobwebs.proxool.ProxyFactory.buildProxyConnection(P > roxyFactory.ja > > > va:42) > > > > It doesn't give us many clues does it? What JDK are you > using? And can > > you confirm that your cglib JAR is the same as ours? I > would hope that > > there wouldn't be a conflict but it would be nice to rule that out. > > > > I'm copying this to Christian Nedregård who coded the > switch to cglib. > > > > Thanks for taking the time to help us with this release. > > > > Regards, > > Bill > > > -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers |