Hi Richard, this is obviously a bug. Please fill an issue, I think it might be already fixed in trunk as there have been some changes commit regarding a order_by query last week but not sure if that covered this issue too. So having an Issue would be great to make sure it will be reviewed.
Thanks, Sebastian 2011/10/24 Richard Krieger <[email protected]> > 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 [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-user?hl=en. > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" 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-user?hl=en.
