Skip to:
Invoking the following REST method:
/opennms/rest/nodes?limit=10&offset=0&orderBy=label
returns an error, perhaps because of the orderBy being wrongly applied to the count() statement too?
I've resolved this issue by fixing the Hibernate queries underneath the REST operations for Node and Event object. Marking as resolved.
Created an attachment (id=997)Exception trace from web interface
Invoking the following REST method:
/opennms/rest/nodes?limit=10&offset=0&orderBy=label
returns an error, perhaps because of the orderBy being wrongly applied to the count() statement too?