RE: [Hibernate-devel] XML SessionFactory configuration

2002-06-13 Thread Brad Clow
hat involve changing hibernate to improve the situation. brad > -Original Message- > From: Gavin_King/[EMAIL PROTECTED] > [mailto:Gavin_King/[EMAIL PROTECTED] > Sent: Wednesday, 12 June 2002 5:41 PM > To: [EMAIL PROTECTED] > Subject: [Hibernate-devel] XML SessionFactory confi

Re: [Hibernate-devel] XML SessionFactory configuration

2002-06-12 Thread Gavin_King/Cirrus%CIRRUS
I expressed this badly, of course. I was meaning to imply no hooks into the system initialization procedure as opposed to hooks into the component _instance_ initialization procedure. You want to configure a single session factory thats shared between potentially many instances of several componen

Re: [Hibernate-devel] XML SessionFactory configuration

2002-06-12 Thread Jon Lipsky
With this in place, I would no longer need this code, and I could share the SessionFactory between the instances of the web application. - Original Message - From: To: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 9:40 AM Subject: [Hibernate-devel] XML SessionFactory co

[Hibernate-devel] XML SessionFactory configuration

2002-06-12 Thread Gavin_King/Cirrus%CIRRUS
I've been thinking about the problem of configuring a SessionFactory for a J2EE application where application code has no control over the system initialization procedure. I'm thinking that instead of forcing the application to do this programmatically, there could be a config file like: fa