On Thu, 10 Jun 2010 17:35:30 +0530, Sumedha Rubasinghe <[email protected]> wrote: > Hi, > You have passed String 'null' as the parameter value. Try calling the > service without setting anything to the fields you have allowed null > compatible in the following SQL.
I try passed nothing, but the error changed to "Error in 'CallQuery.extractParams', cannot find Param with type:query-param name:id". > "select id, name, created_at, updated_at, quantity from products where (:id > is null or id = :id) or (:name is null or name like :name) or (:created_at > is null or created_at = :created_at) or (:updated_at is null or updated_at > = > :updated_at) or (:quantity is null or quantity = :quantity)" > > Anyway, this is a bug we need to fix in the next release. Please raise a > JIRA issue. I think this, but cannot found JIRA for this version. I found only 2.4. I open in this version? > /sumedha []s Leonardo _______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
