Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:2.12
I am using Weblogic 8.1 Server and Oracle 10g JDBC driver. From Hibernate mapping/properties file, I configured to use Weblogic datasource through JNDI. So the JDBC connection pool is configured at Weblogic console. Do I need to consider hibernate.connection.pool_size in hibernate.properties file? If I define its value as "1", does that will override Weblogic console configuration? My thinking is not. Weblogic configuration should take effect since I am using WLS' JDBC connection pooling. Just wanted to confirm.
Thanks,
J