Clicking on my first publication (tutorial) yields the following:

No attribute named "create-use-case" is associated with the configuration 
element "user-type" at 
file:/C:/apache-tomcat-5.5.23/webapps/lenya/lenya/pubs/iPraze/config/access-control/access-control.xml:8:60

attached is the xml

thanks.

       
---------------------------------
Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, 
when. 
<?xml version="1.0" encoding="UTF-8"?>
<access-controller type="bypassable">
  
  <accreditable-manager type="file">
    <parameter name="directory"
               value="/DevSrc/lenyaSrc/data/access-control/passwd"/>
    <user-manager>
      <user-type class="org.apache.lenya.ac.file.FileUser">Local User</user-type>
    </user-manager>
  </accreditable-manager>
  
  <policy-manager type="document">
    <policy-manager type="file">
      <parameter name="directory"
                 value="/DevSrc/lenyaSrc/data/access-control/policies"/>
    </policy-manager>
  </policy-manager>
  
  <authorizer type="policy"/>
  
  <authorizer type="usecase">
    <parameter name="configuration"
      value="aggregate-fallback://config/access-control/usecase-policies.xml"/>
  </authorizer>
  
</access-controller>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to