Hi Joshua, ----- Original Message ----- From: "White, Joshua A (CASD, IT)" <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 8:29 PM Subject: OJB.properties settings for JNDI DBCP connection pool
> All, > > I am using OJB with Tomcat. I have an existing DBCP pool that is being > accessed using JNDI. Should the ConnectionFactoryClass be set to > "ConnectionFactoryDBCPImpl" or "ConnectionFactoryPooledImpl"? > > The choice is unclear. Because OJB is not managing the connection through > DBCP, should it be set to "ConnectionFactoryPooledImpl"? Datasources (looked up via JNDI) will never be pooled in OJB, thus both implementations do forward the connection. Best I think is to use standard factory "ConnectionFactoryPooledImpl" or "ConnectionFactoryNotPooledImpl" regards, Armin > > -Joshua > > > This communication, including attachments, is for the exclusive use of > addressee and may contain proprietary, confidential or privileged > information. If you are not the intended recipient, any use, copying, > disclosure, dissemination or distribution is strictly prohibited. If > you are not the intended recipient, please notify the sender > immediately by return email and delete this communication and destroy all copies. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
