Chris -

DBCP *should* work for you... I've used it extensively in my testing.

You you post the contents of your persistence.xml file?

Thanks,
Rick


On Mon, Sep 16, 2013 at 10:45 AM, Chris <cwolf.a...@gmail.com> wrote:

> When I run my app in a container (JBoss6), the DBCP seems to automagically
> - just work.  However, I also need to enable connection pooling for unit
> testing, i.e. not container-managed. In this case, and when there are a lot
> of records, all the connections are used up.
>
> I tried both documented ways to explicitly configure DBCP:
>
> http://openjpa.apache.org/faq.**html#pooling<http://openjpa.apache.org/faq.html#pooling>
> http://openjpa.apache.org/**builds/2.2.2/apache-openjpa/**
> docs/manual.html#ref_guide_**dbsetup_thirdparty<http://openjpa.apache.org/builds/2.2.2/apache-openjpa/docs/manual.html#ref_guide_dbsetup_thirdparty>
>
> Neither of these works, though.  I verified that in standalone mode the
> DBCP code *is* being called, i.e. it calls org.apache.commons.dbcp.**
> BasicDataSource.**createConnectionFactory(), but unlike when deployed in
> JBoss, the connections seem to "leak", i.e. they're never closed / returned
> to the pool.
>
> Any ideas?
>
>
> Thanks,
>
>
> Chris
>



-- 
*Rick Curtis*

Reply via email to