For the (few?) non-dutch people:
The question posed by Ronald was "How can I ask the properties of a module".
Well, currently there is no 'nice' way to do this.
The admin module offers a few commands, but IIRC the 'admin' user can retrieve them that way.
A possible solution would be to extend the bridge with methods to obtain the properties of Modules and NodeManagers. i.e.:
Module.getPropery(name) or
NodeManager.getProperty(name).
I will add these methods to the MMCI v1.2, in MMBase 1.7.
For 1.6.4 (to be released this week), we can not offer a ready-made solution right now.
The easiest what you can do is to make your own java class for the intended module, and override the replace() method (corresponds to the getInfo() method in the bridge) to return the desired property.
This is not as nice but will allow you to call the data without having to use a superuser account.
Gomez
