Setting client info for Spring Boot and Apache Tapestry DB pools after login [closed]

1 day ago 3
ARTICLE AD BOX

I am modifying an application where I need to set client info on two connection pools: a Spring Boot pool and an Apache Tapestry pool. Additionally, it needs to happen after logging in to the application. We believe through our extended HibernateSessionManager, we can set it easily. However, I am confused on how to test it and how to prevent connection leaks.

Read Entire Article