Can't create reporter list from Array design features
- Go to an array design that has features imported.
- Select the "Features" tab and add a filter on one of the reporter columns
- Click on "New reporter list" and then on "Save" in the popup dialog.
- An error message is displayed:
Invalid path: 'rpt.symbol' [SELECT COUNT(*) FROM net.sf.basedb.core.data.FeatureData ftr WHERE (ftr.arrayDesignBlock.arrayDesign = 623414) AND (((rpt.symbol LIKE :p07b945fc)))]
Stacktrace
BaseException
...at HibernateUtil.createQuery(HibernateUtil.java:1777)
...at AbstractHqlQuery.getCountHqlQuery(AbstractHqlQuery.java:268)
...at DataQuery.iterate(DataQuery.java:115)
...at org.apache.jsp.views.reporterlists.index_jsp._jspService(index_jsp.java:316)
...
Removing the filter on the reporter column makes the problem go away.
One possible workaround is to export the filtered reporter id:s to a text file and then create a new empty reporter list and use the batch reporter importer to import the reporters from the exported file. This doesn't work either (it gives the same error).
Change History
(5)
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Milestone: |
BASE 3.6 → BASE 3.5.3
|
Seems like the problems were introduced when working on ticket #1912. Similar changes was made on the raw data list page and it seems like this have the same problems.