Task #2812 (closed)
Opened 9 years ago
Closed 9 years ago
OME-XML Plate and Reagent
| Reported by: | jburel | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
| Component: | Import | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore, cxallan, mlinkert |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-08-26 (15) |
Description
I wanted to test reagent
- Created a screen, plate, reagent, etc
- Tried to import it
Caused by: java.lang.RuntimeException: omero.ValidationException
serverStackTrace = "ome.conditions.ValidationException: could not insert: [ome.model.screen.ScreenPlateLink]; SQL [insert into screenplatelink (child, creation_id, external_id, group_id, owner_id, permissions, update_id, parent, version, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [screenplatelink_parent_key]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [ome.model.screen.ScreenPlateLink]
at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:637)
at
Attachments (1)
Change History (3)
Changed 9 years ago by jburel
comment:1 Changed 9 years ago by cxallan
- Owner set to cxallan
- Sprint set to 2010-08-26 (15)
- Status changed from new to assigned
comment:2 Changed 9 years ago by cxallan
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [7941]) Better handling for Screen / Plate linkages, especially when they happen from both directions. Also adjusted the importer test cases to ensure that reagent links are checked. (Fixes #2812)