Project

General

Profile

bug #5581

Updated by Andreas Müller almost 3 years ago

Specimen saved with remoting do not use the correct cache strategy. This leads to caches with class and uuid or "not yet implemented". 


 


 The reason is that for specimen and field units no default cache strategy exists. The derived unit facade cache strategy could fill this place but is available only in cdmlib-service not in cdmlib-model. 


 


 As a workaround we may inject facade strategy into cdmlib-model via Class.forName 


 


 See also #5545 
 

Back