1. JDBC connection for a background thread being closed accessing in Websphere stackoverflow.comI have an application running in Websphere Portal Server inside of Websphere Application Server 6.0 (WAS). In this application for one particular functionality that takes a long time to complete, I ... |
2. Configure Hibernate to obtain a fresh connection from a connection pool stackoverflow.comHow do I configure Hibernate so that each time I call sessionFactory.openSession() it connects with a new connection from the connection pool? The connection pool is managed by Websphere Application Server ... |
3. Websphere server/hibernate memory leak? stackoverflow.comI am running Websphere 7.0 form RAD. When I run it without a JDBC datasource defined for Hibernate to read from, it seems to work fine. But if I add the ... |
4. jdbc hibernate Websphere exception coderanch.comUgh! JDBC drivers that throw Null Pointer exceptions should be dragged by meathooks around the village square. That is a horrible thing that they should never do. What I would suggest though is since you seem to be saying that you do not get this error in your testing environment is use the same driver in deployment that you use in ... |
5. Websphere, Hibernate, SQL Server throws Stale Connection exception coderanch.comI am using Hibernate 3.0 and SQL Server and Websphere 6.1 in my web applicaiton. often I am getting com.ibm.websphere.ce.cm.StaleConnectionException: . I cudnt catch this exception in my code. It shows compilation error. Any possible solution or any workaround....??? Following is the error stack.. J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adapter for resource jdbc/ASMOracleDB. The ... |