Project:
View Revisions: Issue #37532 | [ Back to Issue ] | ||
Summary | 0037532: SessionHandler creates session without setting a connection when not using the Tomcat pool | ||
Revision | 2018-05-25 14:08 by caristu | ||
Steps To Reproduce | 0) Apply the attached patch 1) Configure Openbravo to not make use of the Tomcat Connection Pool. In Openbravo.properties: db.externalPoolClassName= 2) Login-in in Openbravo 3) Open the About pop-up. Notice that a NPE is thrown. This code does not fail having the Apache JDBC Connection Pool configured. |
||
Revision | 2018-05-25 14:08 by caristu | ||
Description | SessionHandler creates the session without setting the database connection when the Tomcat Pool is not configured. | ||
Revision | 2018-05-25 14:07 by caristu | ||
Steps To Reproduce | 0) Apply the attached patch 1) Configure Openbravo to not make use of the Apache JDBC Connection Pool. In Openbravo.properties: db.externalPoolClassName= 2) Login-in in Openbravo 3) Open the About pop-up. Notice that a NPE is thrown. This code does not fail having the Apache JDBC Connection Pool configured. |
||
Revision | 2018-05-25 14:07 by caristu | ||
Description | SessionHandler creates the session without setting the database connection when the Apache JDBC Connection Pool is not configured. |
Copyright © 2000 - 2009 MantisBT Group |