[Hibernate] Shared Reference Error

2004-01-09 Thread Mike Porter
Hi,   I am getting this error now when I try to execute a query.   I have walked into the SessionImpl in my debugger and it appears that the collection in question is collection of dependent objects that are of the same type of the host object. IE: Russian Dolls contain many Russian Dolls. 

SOLVED: RE: [Hibernate] Hibernate 2.1 : CGLib? IllegalAccessError

2004-01-09 Thread Scott A. Resnik
I found an errant cglib2.jar that had been there since I upgraded to 2.1 when it first came out. I cleared that out, replaced everything with 2.1.1, and now all is good on Jboss. Thanks for the help, and sorry to bother everyone. Scott -Original Message- From: [EMAIL PROTECTED] [mailt

RE: [Hibernate] Hibernate 2.1 : CGLib? IllegalAccessError

2004-01-09 Thread Scott A. Resnik
Yeah I guess I didn't make that clear. I've tried 2.1, and 2.1.1, I get the same behavior with both of them. I've also tried mixing and matching the cglib2.jar files from 2.1 and 2.1.1 and still the same Error. Thanks for the quick response. -Original Message- From: Bill Horsman [mailto

Re: [Hibernate] Hibernate 2.1 : CGLib? IllegalAccessError

2004-01-09 Thread Bill Horsman
Hi Scott, On Fri, 2004-01-09 at 14:17, Scott A. Resnik wrote: > upgraded to Hibernate 2.1 [snip] > java.lang.IllegalAccessError > at net.sf.cglib.core.ClassEmitter.setTarget(ClassEmitter.java:87) I recommend you upgrade to Hibernate 2.1.1: "Version 2.1.1 fixes some minor hiccups relating

[Hibernate] Hibernate 2.1 : CGLib? IllegalAccessError

2004-01-09 Thread Scott A. Resnik
Hello: I have an application running on both Jboss and WebSphere, and when I upgraded to Hibernate 2.1, I get the following error when my application attempts to initialize the SessionFactory, and bind it in JNDI: java.lang.IllegalAccessError at net.sf.cglib.core.ClassEmitter.setTarget(C

Re: [Hibernate] Middlegen hibernate plugin release 4

2004-01-09 Thread Max Rydahl Andersen
improvements sounds really cool! Great work! /max I am about to release the 4th release of the plugin. Waiting for SF to come back up. The next release will feature more enhancements. Anyway here are the details: --David, This is the fourth release of the Middlegen with hibernate plugin. It incl

[Hibernate] Middlegen hibernate plugin release 4

2004-01-09 Thread David Channon
I am about to release the 4th release of the plugin. Waiting for SF to come back up. The next release will feature more enhancements. Anyway here are the details: --David, This is the fourth release of the Middlegen with hibernate plugin. It includes enhancements and fixes. It has: o Middleg