[Rife-users] How to get a list of the database users?

2005-11-30 Thread Lars Grupe
Hi all, How can I get the list of the users in a database? Is the listUsers() function of DatabaseUsers the right choice? If so, how must I create an object of the ListUser interface? Cheers, Lars ___ Rife-users mailing list Rife-users@uwyn.com

Re: [Rife-users] How to get a list of the database users?

2005-11-30 Thread Geert Bevin
Hi Lars, How can I get the list of the users in a database? Is the listUsers() function of DatabaseUsers the right choice? Indeed. If so, how must I create an object of the ListUser interface? For example: class ListDatabaseUsers implements ListUsers { private ArrayListString

[Rife-users] WebDAV Methods (was: Assertion Error)

2005-11-30 Thread F Baube
I had asked about permitting Rife apps to accept WebDAV HTTP methods, and Geert added them in (ref: http://rifers.org/pipermail/rife-users/2005-November/018764.html ) But even when I use the trust cadaver command-line WebDAV client, cadaver complains that the target URL in my app is not a

Re: [Rife-users] WebDAV Methods (was: Assertion Error)

2005-11-30 Thread Geert Bevin
Which RIFE version are you using? On 30-nov-05, at 20:48, F Baube wrote: I had asked about permitting Rife apps to accept WebDAV HTTP methods, and Geert added them in (ref: http://rifers.org/pipermail/rife-users/2005-November/ 018764.html ) But even when I use the trust cadaver