RE: Fw: RE: [Hibernate] Complex class loaders hierarchy

2005-06-16 Thread baliuka juozas
> > > -Original Message- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of baliuka juozas > > Sent: Thursday, June 16, 2005 12:12 AM > > To: [EMAIL PROTECTED]; > hibernate-devel@lists.sourceforge.net > > Subject:

RE: Fw: RE: [Hibernate] Complex class loaders hierarchy

2005-06-16 Thread Scott M Stark
; [mailto:[EMAIL PROTECTED] On > Behalf Of baliuka juozas > Sent: Thursday, June 16, 2005 12:12 AM > To: [EMAIL PROTECTED]; hibernate-devel@lists.sourceforge.net > Subject: Re: Fw: RE: [Hibernate] Complex class loaders hierarchy > > I do not think it is possible to find the the best

Re: Fw: RE: [Hibernate] Complex class loaders hierarchy

2005-06-16 Thread baliuka juozas
--- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > > > > I do not think it is possible to find the the best > way > > for this stuff, but we expected hibernate (and > cglib) > > classes will be in the same or in the parent > > classloader (asumption is based on j2ee container > > class loadi

Re: Fw: RE: [Hibernate] Complex class loaders hierarchy

2005-06-16 Thread Max Rydahl Andersen
I do not think it is possible to find the the best way for this stuff, but we expected hibernate (and cglib) classes will be in the same or in the parent classloader (asumption is based on j2ee container class loading stuff). It must be better to use this asumption, it has more chances to be ma

Re: Fw: RE: [Hibernate] Complex class loaders hierarchy

2005-06-16 Thread baliuka juozas
I do not think it is possible to find the the best way for this stuff, but we expected hibernate (and cglib) classes will be in the same or in the parent classloader (asumption is based on j2ee container class loading stuff). It must be better to use this asumption, it has more chances to be mainta

Fw: RE: [Hibernate] Complex class loaders hierarchy

2005-06-14 Thread Ivan S. Dubrov
> >cant see your attachement (at netcafe ,), but im quite sure this is not the >right solution to this *eclipse* problem ,) > >And I cant recall having this issue when installing own classloader. > >you should go to eclipse and look for the bug talking about buddy classloading >which can handl

RE: [Hibernate] Complex class loaders hierarchy

2005-06-14 Thread Max Andersen
Title: [Hibernate] Complex class loaders hierarchy   cant see your attachement (at netcafe ,), but im quite sure this is not the right solution to this *eclipse* problem ,)   And I cant recall having this issue when installing own classloader.   you should go to eclipse and look for the

[Hibernate] Complex class loaders hierarchy

2005-06-14 Thread Ivan S. Dubrov
Hello, I've trying to use Hibernate in the environment with complex classloaders hierarchy (Eclipse plugin). During my experiments I've found the following problem. In order to proxy generation (via cglib) to work it is required that HibernateProxy is visible from the classloader that loads min