Damien Lecan a écrit :
I could activate some special debug log or anything else which could help ?
you can set the log level of JPOX* and SQL to DEBUG in
apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml
I did that. I load page "Project Group Summary" of a 17 module project.
For a request that begins at 00:00:00 and ends at 00:00:18, I get that :
00:00:01,692 [http-8081-Processor9] DEBUG General - Implementation
creator not configured. Due to that, the persistence of interfaces was
disabled!
... lot of logs
00:00:02,870 [http-8081-Processor9] DEBUG JDO - Persistence Manager
"[EMAIL PROTECTED]" closed
2 sec to retrieve data.
But what happens between 00:00:02,870 and 00:00:18 ?
More logs to enable ?
ok, switch all logs levels to DEBUG by switching the threshold from INFO to
DEBUG
Emmanuel