hi,

On Tue, 11 Feb 2003 22:35:13 +1100 (EST), "Gavin King" <[EMAIL PROTECTED]>
said:
> 
> You need to do:
> 
> new Configuration.configure().buildSessionFactory();

i tried that too, didn't seem to make a difference.. in fact i see no
indication in the method where it would do the JNDI bind (it just creates
the SessionFactory, and returns it):

        public SessionFactory buildSessionFactory() throws HibernateException {
                secondPassCompile();
                Environment.verifyProperties(properties);
                Properties copy = new Properties();
                copy.putAll(properties);
                return new SessionFactoryImpl(this, copy, interceptor);
        }

best regards,
       viktor

-- 
http://fastmail.fm - Choose from over 50 domains or use your own


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to