A pragmatic solution is copy the Hibernate session source implementation in
your applications sourcefolder. Use the same Name and package namens.
Actually your source folder Version overwrites the Version in the hibernate
module since your code is in the parent classloader.
Now you habe complete c
Hi everyone !
I'm facing a problem on trying to get Tapestry 5.3.7 to use multiple JPA
database for same application.
I do have an administration console with a big options menu.
In order to speedup some of the functionality, i defined an extra database
that will be queried against.
My problem