Task #9136 (closed)
Opened 12 years ago
Closed 12 years ago
Bug; Rendering setting service
Reported by: | jburel | Owned by: | jburel |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4 |
Component: | Services | Version: | n.a. |
Keywords: | n.a. | Cc: | jamoore |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2012-06-19 (17) |
Description
When an image does not have a pixels set linked to it.
The following error occurs when using resetDefaultsByOwnerInSet
omero.ApiUsageException serverStackTrace = "ome.conditions.ApiUsageException: unexpected end of subtree [select rdef from ome.model.display.RenderingDef as rdef left outer join fetch rdef.details.owner left outer join fetch rdef.quantization left outer join fetch rdef.model left outer join fetch rdef.waveRendering as cb left outer join fetch cb.family left outer join fetch rdef.spatialDomainEnhancement where rdef.pixels.id in () and rdef.details.owner.id = rdef.pixels.details.owner.id]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: unexpected end of subtree [select rdef from ome.model.display.RenderingDef as rdef left outer join fetch rdef.details.owner left outer join fetch rdef.quantization left outer join fetch rdef.model left outer join fetch rdef.waveRendering as cb left outer join fetch cb.family left outer join fetch rdef.spatialDomainEnhancement where rdef.pixels.id in () and rdef.details.owner.id = rdef.pixels.details.owner.id] at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:660) at
Change History (3)
comment:1 Changed 12 years ago by jburel
- Status changed from new to accepted
comment:2 Changed 12 years ago by jburel
comment:3 Changed 12 years ago by jburel
- Remaining Time changed from 0.15 to 0
- Resolution set to fixed
- Status changed from accepted to closed
357c726 added controls and tests.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
similar problem for setOriginalSettingInSet and resetDefaultInSet