Task #711 (new)
Opened 17 years ago
Last modified 15 years ago
blitz's IQuery.findAllByExample fails after #710 fix
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | General | Version: | 3.0-M1 |
Keywords: | n.a. | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
While working on the fix for #710 the coverage.QueryTest.testAllByExample test began failing:
IQueryPrx qu = ice.getQueryService(null); ExperimenterI ex = new ExperimenterI(); ex.omeName = new JString("root"); List<ExperimenterI> l = ExperimenterI.cast(qu.findAllByExample(ex, null)); assertTrue(l.size() == 1); // <-- HERE
Change History (7)
comment:1 Changed 17 years ago by jmoore
- Milestone changed from 3.0-Beta2 to 3.0-Beta3
comment:2 Changed 17 years ago by jmoore
- Keywords iteration6 removed
comment:3 Changed 17 years ago by jmoore
comment:4 Changed 16 years ago by jmoore
This doesn't look to be a blitz issue, but just happened to appear under blitz. Will have to look into the Hibernate issues.
comment:5 Changed 16 years ago by jmoore
- Milestone changed from 3.0-Beta3 to 3.0-Beta4
Unclear. Doesn't seem that anyone is using it, since it's non-functional. Might should document that. Pushing.
comment:6 Changed 16 years ago by jmoore
- Milestone changed from OMERO-Beta4 to OMERO-Beta4.1
Pushing again. Easiest solution may be to remove findByExample since we don't publicize it anyway.
comment:7 Changed 15 years ago by jmoore
- Milestone changed from OMERO-Beta4.1 to Future
Confirmed under OmeroPy : r2215