----- Original Message -----
Sent: Wednesday, March 14, 2001 8:31 AM
Subject: Domain configuration question

Can someone tell me what the default-property elements under the comment Default properties mapping represents in the Domain.xml configuration file?  Can this be added to the documentation and schema?
 
Yes, I need to add that in the documentation.
 
      <default-property name="foo" namespace="nsfoo/" value="bar"
       role="user"/>
      <default-property name="password" namespace="slide/" value=""
       role="user"/>
That fragment means that every node which has role user will always have the following properties when they are initialized :
- nsfoo/foo with value "bar"
- slide/password with a blank value
 
Remy

Reply via email to