Looking at the locks that are involved in the dead lock, it's all in the
intersys traces. Furthermore, it seems as intersys may already be doing
pooling inside the driver. If that is the case, you have two options

1. disable pooling in intersys OR
2. don't use tomcat's jdbc pool since intersys already does pooling

however, disabling the pool cleaner it should yield better results.

On Fri, Jan 30, 2015 at 11:02 AM, Filip Hanik <fi...@hanik.com> wrote:

> Disable the pool cleaner
>
> timeBetweenEvictionRunsMillis=0
>
>
>

Reply via email to