Originally posted by Jean Jorge Michel:
Hi,
Is not it, do not work ;(
I am looking in MySQL console (Windows� command prompt) and for all hit is open a new connection![]()
This problem will kill my project, if I do not able to control this problem Spring + Hibernate will be removed from the project and I will be forced to use procedures + JDC (noooooo!!!).
Someone have any idea to help me?
Thanks.
My new attempt is:
Originally posted by Jean Jorge Michel:
Satish, thanks for your attention.
I am new Spring�s user (of course hahaha), and this configuration is the result of hours and hours fighting with Spring and search on Google a silver bullet to save me.
Today on morning (now in Rio de Janeiro/Brazil is 10: 50AM) I tried:
And the problem is the same.
Let me show �all problem�.
I Start MySQL DB and log in, is created 2 connections.
When I start my Tomcat and do login my pool is initialized and is created three new connections.
After login my JSF navigation rule redirect the browser to home, this page search on DB my notes and show it in a table. In this point is created more three connections. Now I have 8 connections with MySQL.
My transaction management is ignored or my pool is crazy =)
Here is my codes.
First login flow.
Second home flow:
Some idea?
Thanks for all help.