Re: [Hibernate] Re: Caching cglib generated runtime proxies?

2003-09-30 Thread Andrea Aime
Mao, Dean (IHG) wrote: I agree that it's not really that slow, but it feels slow when the application is a heavyweight client side app that people often open and close all the time. And the majority of the time is spent doing the cglib stuff... but now I have optimized hibernate to load in 5 sec

[Hibernate] hibernate & weblogic 8.1 problem

2003-09-30 Thread dai yamamoto
I have a problem using hibernate on weblogic 8.1 . (BMy Application was worked in Jboss. (Bburing this application to Weblogic. (BThis Application try to lookup to get SessionFactory that should be bound (BJNDI Initalcontext. (Bbut I had got only following Exception. (B (BI had looked Hiber

[Hibernate] v21branch broke

2003-09-30 Thread John Kristian
Title: Message The code in Hibernate2 -r v21branch got worse (from my point of view) a few days ago, and has stayed worse.  Perhaps y'all knew this already, in which case I apologize for this interruption (and trust you'll press the 'Delete' key now).  If you'd prefer I posted such trivia e

Re: [Hibernate] v21branch broke

2003-09-30 Thread Gavin King
This is because your Interceptor.instantiate() method does not set the identifier that is passed in. John Kristian wrote: The code in Hibernate2 -r v21branch got worse (from my point of view) a few days ago, and has stayed worse. Perhaps y'all knew this already, in which case I apologize for

[Hibernate] Schema changes

2003-09-30 Thread Andrew Zeon
> Hi... > > This may be a stupid question, but I'm struggling to find an answer for > it. I have a class called UserImpl. To this class I want to add another > variable called 'mobileNumber' of type int. Obviously, I want a > corresponding column in my db table as well. > > I've tried adding a n