I'm getting warnings of the following type which do not make sense to me: WARN openjpa.Runtime - Supplied user parameters "[category]" do not match expected parameters "[]" for the prepared query "PreparedQuery: [select l from DomainValue l where lower(l.category) like :category]
The query has one parameter :category, and a value for this parameter was supplied. Why does OpenJPA expect an empty parameter set? Best regards, Harald -- View this message in context: http://openjpa.208410.n2.nabble.com/Strange-warnings-about-query-parameters-tp5431171p5431171.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
