1. Hibernate tries to use conn. config, but DataSource is jndi forum.hibernate.orgI'm using Tomcat, Spring, and Hibernate. The app. uses a DataSource made available using Tomcat's JNDI and a SessionFactory made available by Spring in a WebApplicationContext. My application works great and the DataSource is used just fine, but when the SessionFactory is initialized, I get the following Exceptions. Is there some configuration issue that would make this occur? It doesn't seem ... |
2. SessionFactory-Config: Connection Timeout forum.hibernate.org |
3. [CONFIG] JNDI datasource and pool size forum.hibernate.orgHibernate version: 3.2 Hi there, I'm currently using Hibernate on an App deployed on a Jonas 4.8.5 Server. Database connections are pooled as configured in my datasource properties file. Project is in developement on a single machine, so min and max connection count are both set to 10. All is working fine, but I have a question though, as you guessed ... |
4. How do you config DB connection pool with C3p0 for Oracle? forum.hibernate.orgNewbie Joined: Wed May 02, 2007 11:53 am Posts: 3 Hi, friends: I have problems in using c3p0 connection pool with Oracle. Below shows how I put the configuration and what the exception I got. Basically, can c3p0 be used for Oracle? Is it because my configuration is wrong? Besides, why can't we use Oracle its own connection pool? If yes, ... |