You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Vieri <re...@yahoo.com> on 2013/01/28 15:19:01 UTC

getRooms - Mapping qname not fond

Hi,

I would like to list ALL rooms.

If I call getRooms or getRoomsWithCurrentUsers I get this error:

[ERROR] [http-bio-0.0.0.0-5080-exec-10] org.apache.axis2.rpc.receivers.RPCMessageReceiver - org.apache.axis2.AxisFault: Mapping qname not fond for the package: org.apache.openmeetings.data.beans.basic

If I use getRoomsPublic I get a listing. However, this call is apparently only for audience and conference rooms. It won't list all rooms.

I could use getRoomTypes + getRoomsWithCurrentUsersByListAndType but I would have to iterate through each Type.
Is that the way to do it?

Why can't I simply call getRooms?

Thanks,

Vieri


Re: getRooms - Mapping qname not fond

Posted by Vieri <re...@yahoo.com>.
Thanks,
http://openmeetings.apache.org/JabberService.html#getAvailableRooms
works fine.

--- On Mon, 1/28/13, Maxim Solodovnik <so...@gmail.com> wrote:

> Try this one:
> http://openmeetings.apache.org/JabberService.html#getAvailableRooms


Re: getRooms - Mapping qname not fond

Posted by Maxim Solodovnik <so...@gmail.com>.
Try this one:
http://openmeetings.apache.org/JabberService.html#getAvailableRooms


On Mon, Jan 28, 2013 at 9:19 PM, Vieri <re...@yahoo.com> wrote:

> Hi,
>
> I would like to list ALL rooms.
>
> If I call getRooms or getRoomsWithCurrentUsers I get this error:
>
> [ERROR] [http-bio-0.0.0.0-5080-exec-10]
> org.apache.axis2.rpc.receivers.RPCMessageReceiver -
> org.apache.axis2.AxisFault: Mapping qname not fond for the package:
> org.apache.openmeetings.data.beans.basic
>
> If I use getRoomsPublic I get a listing. However, this call is apparently
> only for audience and conference rooms. It won't list all rooms.
>
> I could use getRoomTypes + getRoomsWithCurrentUsersByListAndType but I
> would have to iterate through each Type.
> Is that the way to do it?
>
> Why can't I simply call getRooms?
>
> Thanks,
>
> Vieri
>
>


-- 
WBR
Maxim aka solomax