Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1552 by [email protected]: SOAP RoomService getRooms
http://code.google.com/p/openmeetings/issues/detail?id=1552

Which version of OpenMeetings are you running?
1.8.4

What's your operating system on client and server side?
Server-Debian, Client-Fedora

Is it a problem related to the client/usability or server-side?
Server

Did you have any trace/debug output?

My PHP SOURCE:
######################################
$params=array('SID'=>$this->session_id,'start'=>0,'max'=>1000,'orderby'=>'name','asc'=>true);
$listRooms=$this->roomClient->call('getRooms',$params);
print_r($listRooms);
######################################

RESULT:
Array
(
[faultcode] => soapenv:Server
[faultstring] => Failed to execute query "select c from Rooms c where c.deleted <> 'true' AND c.name LIKE :search ORDER BY name ASC". Check the query syntax for correctness. See nested exception for details.; nested exception is <openjpa-2.1.0-r422266:1071316 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 ASC". Check the query syntax for correctness. See nested exception for details.
[detail] =>
)


--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to