hi,

*delete* means actually that the record gets the flag *deleted* not that the
record is removed.
The select/get methods will respect that and not give you the record if the
flag is to true.

That is a common way of dealing with delete-actions, as you often have
foreign-keys in other tables that would require a very deeply nested delete
/ loss of information.
That flag is in our case deleted (unfortunately its a string not a boolean
value, that is that way because some hibernate specific annotations that
have been not able to map boolean values as sub-query at the time the
database basic structure was created)

Sebastian

2010/1/20 Jyothivas Nair <[email protected]>

> Hi,
>
> i had this one issue
> i am able to create rooms successfully using the soap function
> "addRoomWithModeration"
>
> but when i try the function "deleteRoom" it just simply returns me
> blank output and does not delete the room
> there are no errors also generated by the function.
>
> i am sending 2 parameters "sid' and "rooms_id" as per the online wiki
> document
>
> am i doing something wrong ?
>
> the "sid" is logged in before i call the function delete room.
>
> --
> 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]<openmeetings-user%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
[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.

Reply via email to