You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by José Fernando <jo...@gmail.com> on 2015/02/24 20:58:14 UTC

SOAP RoomService does not return Room object anymore

Hi Maxim,

 

I am testing the soap interface of the new OM 3.0.4 and realized that the
RoomService methods does not return Room object in this version. For
instance, getRoomById in OM 3.0.3 returns a Room objectand in OM 3.0.4
returns RoomDTO object. Room object has much more information than RoomDTO.

 

Is this an expected behavior ?

 

José Fernando.


Re: SOAP RoomService does not return Room object anymore

Posted by Maxim Solodovnik <so...@gmail.com>.
Room object is too large and contains persistence related data, so it was
decided to accept/return wrapper.
please feel free to create JIRA issue if you need additional fields

On Wed, Feb 25, 2015 at 1:58 AM, José Fernando <jo...@gmail.com> wrote:

> Hi Maxim,
>
>
>
> I am testing the soap interface of the new OM 3.0.4 and realized that the
> RoomService methods does not return Room object in this version. For
> instance, getRoomById in OM 3.0.3 returns a Room objectand in OM 3.0.4
> returns RoomDTO object. Room object has much more information than RoomDTO.
>
>
>
> Is this an expected behavior ?
>
>
>
> José Fernando.
>



-- 
WBR
Maxim aka solomax