Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss jBPM] - Proxool pool

scott.stark@jboss.org

2007-05-04


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@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.