-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
What steps will reproduce the problem?
1. make a GET request to /service/content
What is the expected output? What do you see instead?
Expect something sensible, instead get error:
org.exist.xquery.XPathException
The actual cardinality for parameter 1 does not match the cardinality declared
in the function's signature: atomdb:media-resource-available($a as xs:string)
xs:boolean. Expected cardinality: exactly one, got 0.
In call to function:
atomdb:media-resource-available(xs:string) [1083:14]
atom-protocol:do-get(element()) [66:9]
atom-protocol:do-service(element()) [36:22]
atom-protocol:main() [14:26]
Original issue reported on code.google.com by [email protected] on 3 Mar 2011 at 11:32