Hello Sebastian, While investigating this issue I found the following additional problem: Axis is not supports returning java collections as a result. i.e. all our axis services should not return java.util.List etc.
As side effect returning of SearchResult is not allowed. Should I fix this? Is it OK to create AxisSerchResult having result as array instead of List? On Fri, Jun 29, 2012 at 5:35 PM, Maxim Solodovnik <[email protected]>wrote: > I can confirm this. > I'll fix it today and let you know > > > On Fri, Jun 29, 2012 at 5:33 PM, Maxim Solodovnik <[email protected]>wrote: > >> I'll check >> >> >> On Fri, Jun 29, 2012 at 5:32 PM, Ankur Ankan <[email protected]>wrote: >> >>> Hi, >>> >>> After logging in when I send the getRooms request: >>> >>> >>> http://demo.dataved.ru/openmeetings/services/RoomService/getRooms?SID=55bc3c4bb04c9f7eff1aa76ef5c26185&start=2&max=25&orderby=name&asc=0 >>> >>> It returns: >>> >>> <soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> >>> <soapenv:Text xml:lang="en-US"> >>> Failed to execute query "select c from Rooms c where c.deleted <> 'true' >>> AND c.name LIKE :search ORDER BY name DESC". Check the query syntax for >>> correctness. See nested exception for details.; nested exception is >>> <openjpa-2.2.0-r422266:1244990 nonfatal user error> >>> org.apache.openjpa.persistence.ArgumentException: Failed to execute query >>> "select c from Rooms c where c.deleted <> 'true' AND c.name LIKE :search >>> ORDER BY name DESC". Check the query syntax for correctness. See nested >>> exception for details. >>> </soapenv:Text> >>> </soapenv:Reason> >>> >>> >>> Is the request correct and if it is correct what is the problem?? >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
