Task #5169 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: findByQuery throws InternalException
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | API | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description
Some changing in Spring or Hibernate causes org.springframework.dao.IncorrectResultSizeDataAccessException to be thrown rather than org.hibernate...NonUniqueResultException. We can easily handle both.
Change History (3)
comment:1 Changed 8 years ago by jmoore
- Status changed from new to accepted
comment:2 Changed 8 years ago by jmoore
comment:3 Changed 8 years ago by jmoore <josh@…>
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from accepted to closed
(In [a40a27f3bc9e7de956cd28134ab3180407387d78/ome.git] on branch develop) Also handling IncorrectResultSizeDataAccessException from IQuery (Fix #5169)
Possibly related: