Miguel Figueiredo wrote:
Hello folks,
I got another weird problem... I was experimenting with JDBC stores, more explicitly with the mySql one. In attach I'm sending my domain.xml file. It is also getting the authentication info from a ldap server, to witch I configured two JNDIPrincipalStore, each of witch with a corresponding mySql store for locking and security purposes: the mySql databases are called slideustore for users and sliderstore for roles. For content store I've also created a mySql store, being the mySql database named slidecstore.
There was a bug in the way JDBCStore sets up connection pooling with commons dbcp. This resulted in every dbcp-enabled store to use exactly the same connection pool and thus database. I just committed the fix to both HEAD and 2.1 branch.
-- Unico
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]