I am using JBPM with Hibernate. My hibernate.cfg.xml contains this:
...
ikate 
true
proxool-config.xml


...

My proxool-config.xml contains this:

...

ikate
<driver-url>jdbc:mysql://localhost/ikatemezclada</driver-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<maximum-connection-count>10</maximum-connection-count>
...
        
My problem is that the hibernate doesn't reuses the connections. The number of 
connections increase until 10 connections, and then I obtain a max connections 
error.
What must I do to reuses the connections?

thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043077#4043077

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043077
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to