connection pooling issues
Put in the fix as suggested by Oracle:
added the following parameters to DB resource:
jtaManaged = false
validationQuery = Select 1 From Dual
testWhileIdle= true
timeBetweenEvictionRunsMillis= 60000
However, now getting Db locked sql exception. appreciate any help in resolving the initial SQLRecoverableException.
Thanks