Opened 15 years ago

Last modified 15 years ago

#1401 closed defect

MeasuredBioMaterialData.setBioWell() should not call BioWellData.setBioMaterial() — at Initial Version

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.14
Component: core Version:
Keywords: Cc:

Description

See source:/tags/2.13/src/core/net/sf/basedb/core/data/MeasuredBioMaterialData.java@HEAD#L163

The call is made to make sure the one-to-one link is synchonized. The problem is that it effectively disables lazy loading of bio-wells since it initializes the proxy. The synchronization should be made at a higher level, eg. MeasuredBioMaterial.setBioWell().

Change History (0)

Note: See TracTickets for help on using tickets.