Task #8882 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: PlaneInfo not mapped
| Reported by: | sylittlewood | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel, jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-05-22 (15) |
Description
Running UpdateServiceTest? results in an error indicating that the PlaneInfo? class is not mapped correctly:
serverExceptionClass = "ome.services.query.QueryException"
message = "Illegal query:select pi from PlaneInfo pi where pi.pixels.id = :id
PlaneInfo is not mapped [select pi from PlaneInfo pi where pi.pixels.id = :id]"
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
java.lang.Class.newInstance0(Class.java:355)
java.lang.Class.newInstance(Class.java:308)
IceInternal.BasicStream$DynamicUserExceptionFactory.createAndThrow(BasicStream.java:2243)
IceInternal.BasicStream.throwException(BasicStream.java:1632)
IceInternal.Outgoing.throwUserException(Outgoing.java:442)
omero.api._IQueryDelM.findAllByQuery(_IQueryDelM.java:266)
omero.api.IQueryPrxHelper.findAllByQuery(IQueryPrxHelper.java:320)
omero.api.IQueryPrxHelper.findAllByQuery(IQueryPrxHelper.java:292)
integration.UpdateServiceTest.testPixelsAddToPlaneInfoSavePixels(UpdateServiceTest.java:978)
I have not been able to find PlaneInfo? in the OmeroModel.xml file
Change History (2)
comment:1 Changed 7 years ago by jmoore
comment:2 Changed 7 years ago by sylittlewood
- Resolution set to fixed
- Status changed from new to closed
Thanks, changes made.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
s/PlaneInfo/Plane/