Re: [openmeetings-user] SOAP RoomService getRooms

2011-10-24 Thread seba.wag...@gmail.com
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 

> 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 
>  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.
>



-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
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.



[openmeetings-user] SOAP RoomService getRooms

2011-10-24 Thread Richard Krieger
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 
 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.