Re: [Hibernate] Trouble with proxy implementations

2003-02-02 Thread Juozas Baliuka
weekend :) Jeff Schnitzer [EMAIL PROTECTED] > -----Original Message- > From: Juozas Baliuka [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 30, 2003 10:34 PM > To: Schnitzer, Jeff; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Hibernate] Trouble with proxy impleme

Re: [Hibernate] Trouble with proxy implementations

2003-02-02 Thread Gavin King
al Message - From: "Juozas Baliuka" <[EMAIL PROTECTED]> To: "Schnitzer, Jeff" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 10:04 AM Subject: Re: [Hibernate] Trouble with proxy imple

RE: [Hibernate] Trouble with proxy implementations

2003-02-02 Thread Schnitzer, Jeff
Thanks, you guys are great :-) Jeff --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ hibernate-devel mailing li

Re: [Hibernate] Trouble with proxy implementations

2003-02-01 Thread Juozas Baliuka
e);//new setter > > > > > > public void setInterceptor(MethodInterceptor ih);//new setter > > > } > > > > > > > > > It gets weird. The problem is that *sometimes* the proxy exposes a > > > getInterceptor() method of type net.sf.cglib.proxy.Me

RE: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Schnitzer, Jeff
ssage- > From: Juozas Baliuka [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 30, 2003 10:34 PM > To: Schnitzer, Jeff; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Hibernate] Trouble with proxy implementations > > > This public method implemented for *all*

Re: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Juozas Baliuka
, however, something "breaks" and this method is consistently exposed. ??? Jeff > -Original Message- > From: Schnitzer, Jeff > Sent: Thursday, January 30, 2003 5:23 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Hibernate] Trouble with pr

RE: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Schnitzer, Jeff
nsistently exposed. ??? Jeff > -Original Message- > From: Schnitzer, Jeff > Sent: Thursday, January 30, 2003 5:23 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Hibernate] Trouble with proxy implementations > > It's possible that there i

RE: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Schnitzer, Jeff
ECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 30, 2003 4:45 PM > To: Schnitzer, Jeff > Cc: [EMAIL PROTECTED] > Subject: RE: [Hibernate] Trouble with proxy implementations > > > Wierd those methods are defined on the _handler_ class, > not the proxy interface it

RE: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Gavin . King
MAIL PROTECTED] cc: xis.com> Subject: RE: [Hibernate] Trouble

Re: [Hibernate] Trouble with proxy implementations

2003-01-31 Thread Gavin . King
Sent by:cc: [EMAIL PROTECTED] Subject: [Hibernate] Trouble with proxy implementations

[Hibernate] Trouble with proxy implementations

2003-01-31 Thread Schnitzer, Jeff
I'm having a small problem with the generated proxy implementations in one of my webapps. My data objects are of course java beans, and these java beans are passed up into the presentation tier. Among other things, my presentation tier uses reflection to examine the data (model) components and ge