Craig
On Jun 2, 2005, at 9:01 AM, Andy Jefferson wrote:
In your case JPOX will be creating a DBCP DataSource, instead of thenormal DataSource, and in PMF.close() this is nulled out. Looking at the code it isn't explicitly closed - I'll have to check if the DBCP classprovides a close() method.I'm just curious if two created PMF instances share the same connectionpool?No.You create a PMF and it gets its own (DBCP/C3P0/...) DataSource, and hence it gets its own connection pool (unless DBCP/C3P0 are intelligent enough to realise when 2 PMF connection URLs and login credentials are the same and soshare with the already existing data source ...) -- Andy JPOX - Java Persistent Objects
Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp!
smime.p7s
Description: S/MIME cryptographic signature
