Hi, I am developing an Eclipse RCP app with OpenJPA. That is, Java SE, not Java EE. I would like to enable connection pooling and have questions regarding Derby and DB2:
1) Has anyone a OpenJPA config example for DB2 and connection pooling? 2) Is the only way to enable JDBC connection pooling for OpenJPA with a Derby database by means of Apache DBCP? Is Derby connection pooling possible only through a third-party connection pool? Thanks, chris