[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-24 Thread ffernandez
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmDbCompatibility Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4138533#4138533 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4138533

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-24 Thread kukeltje
cool, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4138569#4138569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4138569 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread ffernandez
Thanks Ronald, Is there anyway to use a Local Datasource? I mean, I haven´t got any appserver because my application is standalone. I have JBPM running inside a standalone application. Thanks in advanced. View the original post :

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread kukeltje
Ahhh... hmmm... no sorry, I have no clue on this. c3p0 should fill that gap afaik. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137696#4137696 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4137696

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread mputz
if an app server is out of the picture, have a look at the following URLs, which contain helpful information on the c3p0 configuration options, especially in the combination with Hibernate: http://www.hibernate.org/214.html http://www.mchange.com/projects/c3p0/index.html#hibernate-specific I'm

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread ffernandez
Thanks, The error was inside in my application code. There was a jbpmContext that was never closed, so this connection was always active. I'm using c3p0 with success. Thanks again and forgiveness for the inconvenience. View the original post :

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-19 Thread kukeltje
@ffernandez: Would you care to summarize this somewhere on the wiki? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137727#4137727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4137727

[jboss-user] [JBoss jBPM] - Re: Connections never close. Two many connections exception

2008-03-18 Thread kukeltje
I'd suggest using real connectionpools from you appserver with datasources instead of plain hibernate and c3p0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137639#4137639 Reply to the post :