Re: [Hibernate] feature request (?)

2003-08-28 Thread Serge Knystautas
Gavin King wrote: The property is hibernate.connection.datasource you are not allowed to abbreviate outside of the .cfg.xml. Thanks! I can understand the use of the prefix and then supporting an abbreviation in the config file. Two comments: 1. Could you mention this a bit in the docs? It's

[Hibernate] feature request (?)

2003-08-27 Thread Serge Knystautas
I'm using Hibernate is a servlet container, and I have a servlet context listener that configures Hibernate. What I noticed was that I had to put the JNDI datasource location in both the web.xml (for JSTL and servlets to use) and in the hibernate.cfg.xml. What I did was a bit of a hack... I