TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

Connections are being closed while in use #175

Closed ghost closed 2 years ago

ghost commented 2 years ago

https://github.com/TAMULib/mod-camunda/blob/main/src/main/java/org/folio/rest/service/DatabaseConnectionService.java

We are handing out shared connections by a key. When one closes the connection, all other queries fail. The solution to this is to use a connection pool.