On 5 November 2012 04:49, lgpublic <[email protected]> wrote: > Hi all, > > > > I just start using dbcp in my code. However, the jar I downloaded > "common-dbcp-1.4-bin.jar" has no such package named org.apache.commons.dbcp2 > (as used in this example > http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/PoolingDriverExam > ple.java?revision=1143885 > <http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/PoolingDriverExa > mple.java?revision=1143885&view=markup> &view=markup), but only > org.apache.commons.dbcp. Similiar for common-pool where > org.apache.commons.pool2 is absent. How > can I get a jar which come with the dbcp2/pool2 packages?
Pool2 (version 2.x) has not been released yet. The website [1] has links to the the current releases and Javadoc. [1] http://commons.apache.org/pool/ > Thanks. > -Gang > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
