Feature Requests item #664696, was opened at 2003-01-08 15:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=664696&group_id=40712
Category: None Group: None Status: Open Priority: 5 Submitted By: Eric Everman (eeverman) Assigned to: Nobody/Anonymous (nobody) Summary: hibernate.cfg.xml for non-JNDI use Initial Comment: The hibernate.cfg.xml seems to be the ideal way to configure Hibernate, since it allows all the information to be in one place and does not require hard-coding class names and options into code. However, hibernate.cfg.xml requires the use of JNDI. Could the notion of the Hibernate.configure() method be expanded include non-JNDI use? For instance, the following method could return a SessionFactory each time it is called: SessionFactory Hibernate.configureNoJNDI(); For naming consitency, the current Hibernate.configure() method could be renamed configureJNDI() with the method configure() depreciated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428711&aid=664696&group_id=40712 ------------------------------------------------------- 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