Hi guys, I have one question which I think it is something related to database pool and not TomEE itself, but let me explain it.
I want to force to reconnect all jdbc connections every X time. To simplify I want to add an expiration time to all jdbc connections (in case they are pooled) regardless if it is being used or not. I need this because my security team needs that database password change every X hours, so I can do it in the database side without much problem but what's happening to JPA side? Do you have any idea on how I can do this in a safe way? Thank you so much, Alex
