A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1420.html
Document ID: 1420 Branch: main Language: default Name: New in 2.2 (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 8/27/08 12:27:48 PM Updated by: David Legg A new version has been created, state: draft Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 5550 bytes (previous version: 5551 bytes) Content diff: (94 equal lines skipped) <p>When you have avalon based components that you want to use with the new spring configuration system, make sure you configure them correctly. Avalon based components implementing an interface to e.g. be Threadsafe. In Spring you --- will need to configure the scope (default is singletone). If you see a lot of --- NPE in concurrency tests then you would need to use the prototype scope as shown +++ will need to configure the scope (default is singleton). If you see a lot of NPE +++ in concurrency tests then you would need to use the prototype scope as shown below.</p> <pre><beans> (21 equal lines skipped)