← Back to team overview

dhis2-devs team mailing list archive

Re: [Bug 1272167] [NEW] Web API query fails for categories, category option combos and category options

 

http://apps.dhis2.org/demo/api/categories/query/proj

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1272167

Title:
  Web API query fails for categories, category option combos and
  category options

Status in DHIS 2:
  New

Bug description:
  The query returns the following information:

  *********
  HTTP Status 500 - Request processing failed; nested exception is org.hibernate.QueryException: could not resolve property: shortName of: org.hisp.dhis.dataelement.DataElementCategory [from org.hisp.dhis.dataelement.DataElementCategory c where lower(shortName) like :shortName order by c.shortName]

  type Exception report

  message Request processing failed; nested exception is
  org.hibernate.QueryException: could not resolve property: shortName
  of: org.hisp.dhis.dataelement.DataElementCategory [from
  org.hisp.dhis.dataelement.DataElementCategory c where lower(shortName)
  like :shortName order by c.shortName]

  description The server encountered an internal error that prevented it
  from fulfilling this request.

  +++++++++++++++

  HTTP Status 500 - Request processing failed; nested exception is
  org.hibernate.QueryException: could not resolve property: name of:
  org.hisp.dhis.dataelement.DataElementCategoryOptionCombo [from
  org.hisp.dhis.dataelement.DataElementCategoryOptionCombo c where
  lower(name) like :name order by c.name]

  type Exception report

  message Request processing failed; nested exception is
  org.hibernate.QueryException: could not resolve property: name of:
  org.hisp.dhis.dataelement.DataElementCategoryOptionCombo [from
  org.hisp.dhis.dataelement.DataElementCategoryOptionCombo c where
  lower(name) like :name order by c.name]

  description The server encountered an internal error that prevented it
  from fulfilling this request.

  ++++++++++++++++

  HTTP Status 500 - Request processing failed; nested exception is
  org.hibernate.QueryException: could not resolve property: shortName
  of: org.hisp.dhis.dataelement.DataElementCategoryOption [from
  org.hisp.dhis.dataelement.DataElementCategoryOption c where
  lower(shortName) like :shortName order by c.shortName]

  type Exception report

  message Request processing failed; nested exception is
  org.hibernate.QueryException: could not resolve property: shortName
  of: org.hisp.dhis.dataelement.DataElementCategoryOption [from
  org.hisp.dhis.dataelement.DataElementCategoryOption c where
  lower(shortName) like :shortName order by c.shortName]

  description The server encountered an internal error that prevented it
  from fulfilling this request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1272167/+subscriptions


Follow ups

References