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 User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/gsVNwvVDldQJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to