Hello,
I am developing a store to manage groups thanks to a WebService. There are some points that I would like to clear up. I needed to manage nested groups. All my groups are stored at the root uri (/roles). A group is in another one if it is in its group-member-set property. It is working well, I can put ACL's on groups or subgroups as needed.
But I wanted to store my groups like that : /roles/myGroup /roles/myGroup/mySubGroup ...
What I want to do, it is to be able to know the hierarchy of a given group. With this kind of url it would be easy !
So I tried :
<objectnode classname="..." uri="/roles/myGroup">
<revision>
<property name="group-member-set"><![CDATA[<D:href xmlns:D='DAV:'>/roles/myGroup/mySubGroup</D:href>]]></property>
</revision>
</objectnode>
<objectnode classname="..." uri="/roles/mySubGroup">
<revision>
<property name="group-member-set"><![CDATA[<D:href xmlns:D='DAV:'>...</D:href>]]></property>
</revision>
</objectnode>
but it does not work... I have tried many thinks but without success.
Thomas.
NB : Sorry for my mistakes, I am a bit tired tonight... :-)
-- BELLEMBOIS Thomas CRI, Universit� de Rennes 1 Campus de beaulieu Avenue du G�n�ral Leclerc 35042 RENNES Cedex T�l.: 02.23.23.69.60 Mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
