1. Hibernate - changing connection string during runtime stackoverflow.comI have JSF + Hibernate app. During runtime, i need to change database, to which user is connected. For example, User can manually switch databases in my app, so app is ... |
2. Hibernate+PostgreSQL throws JDBCConnectionException: Cannot open connection stackoverflow.comI write an Test Java APP and it works right BUt this Web app throws an exception like that with to same cfg.xml file
|
3. Hibernate Fails to Close Connection? stackoverflow.comIs there any situation that hibernate fails to close the open connection??? I'm developing a JSF 2.0 application using Hibernate 3.2.5 and Oracle 10g express. After a fixed number of transactions, hibernate ... |
4. question about handling loss of database connection in JSF app stackoverflow.comI have a JSF app with the DAO layer implemented for Hibernate (also using Spring for transaction management). The problem I'm having is occasionally the database goes down and when this happens ... |
5. Converting JSF-Web-App with JDBC Connections to Hibernate forum.hibernate.org |