Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #6863


Ignore:
Timestamp:
09/27/11 12:51:50 (13 years ago)
Author:
atarkowska
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6863

    • Property Summary changed from BUG: WebAdmin Unexpected end of subtree to BUG: WebAdmin Unexpected end of subtree on loading piechart
  • Ticket #6863 – Description

    initial v1  
    1 Could not load piechart 
     1Piechart data is loaded by the following query: 
     2 
     3{{{ 
     4pids = omero.rtypes.rlist([p.id for p in pixels_list]) 
     5p2 = omero.sys.ParametersI() 
     6p2.add("pids", pids) 
     7pixels_originalFiles_list = conn.getQueryService().findAllByQuery( 
     8        "select m from PixelsOriginalFileMap as m join fetch m.parent " \ 
     9        "where m.child.id in (:pids)", p2, ctx) 
     10}}} 
     11 
     12What raise the exception below: 
    213 
    314{{{ 

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.12877 sec.)

We're Hiring!