-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core
Unit tests keep spewing a huge number of messages saying:
15:19:10,952 WARN [NuxeoConnectionManagerConfiguration] maxActive deprecated dbcp pool attribute usage, should use maxPoolSize geronimo pool attribute instead 15:19:10,952 WARN [NuxeoConnectionManagerConfiguration] maxIdle deprecated dbcp pool attribute usage, should use minPoolSize geronimo pool attribute instead 15:19:10,953 WARN [NuxeoConnectionManagerConfiguration] maxWait deprecated dbcp pool attribute usage, should use blockingTimeoutMillis geronimo pool attribute instead
This should be cleaned up (by fixing the configuration that uses the deprecated attributes) as it prevents correct analysis of the tests output.