You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Aruna Goli <ar...@covigna.com> on 2003/09/04 00:36:26 UTC

Slide access denied problem for "delete"

Hello 

 I am getting the following error when I try to delete an object (using
the Macro class) 

     [exec] 03 Sep 2003 14:39:34 - org.apache.slide.common.Domain -
WARNING - Ac
cess denied on /users/guest by user root for action /actions

Thankyou
Aruna

I have this in my Domain.xml

    <configuration>
      <default-action>/actions</default-action>
      <userspath>/users</userspath>
      <filespath></filespath>
      <parameter name="dav">true</parameter>
      <parameter name="standalone">true</parameter>
    </configuration>
    


    
    <data>
      
      <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/">
        
        <permission action="/actions" subject="/users/root"/>
        
        <!-- /users represents the unauthenticated user -->
        
        <objectnode classname="org.apache.slide.structure.SubjectNode" 
         uri="/users">
          
          <!-- /users/root represents the administrator -->
          
          <objectnode classname="org.apache.slide.structure.SubjectNode"

           uri="/users/root">
          </objectnode>
          
          <!-- /users/guest represents an authenticated guest user -->
          
          <objectnode classname="org.apache.slide.structure.SubjectNode"

           uri="/users/guest">
          </objectnode>
          
        </objectnode>
        
        <objectnode classname="org.apache.slide.structure.ActionNode" 
         uri="/actions">
        </objectnode>
        
      </objectnode>
      
    </data>


RE: Slide access denied problem for "delete"

Posted by Aruna Goli <ar...@covigna.com>.
Sorry did not paste the entire message earlier

     [exec] Access denied on /users/guest by user root for action
/actions
     [exec] Access denied on /users by user root for action /actions
     [exec] 03 Sep 2003 15:42:44 - WARNING - WARNING: No active
transaction
     [exec] 03 Sep 2003 15:42:44 - WARNING - WARNING: No active
transaction
     [exec] Access denied on /actions by user root for action /actions
     [exec] Access denied on /Contract_9999_9999 by user root for action
/action
s
     [exec]
     [exec] 03 Sep 2003 15:42:44 - WARNING - WARNING: No active
transaction
     [exec] 03 Sep 2003 15:42:44 - WARNING - WARNING: No active
transaction
     [exec]     at
org.apache.slide.macro.MacroImpl.delete(MacroImpl.java:281)
     [exec]     at
org.apache.slide.macro.MacroImpl.delete(MacroImpl.java:263)
     [exec] 03 Sep 2003 15:42:44 - org.apache.slide.common.Domain -
WARNING - Ac
cess denied on /users/guest by user root for action /actions

-----Original Message-----
From: Aruna Goli [mailto:aruna.goli@covigna.com] 
Sent: Wednesday, September 03, 2003 3:36 PM
To: 'Slide Users Mailing List'
Subject: Slide access denied problem for "delete"



Hello 

 I am getting the following error when I try to delete an object (using
the Macro class) 

     [exec] 03 Sep 2003 14:39:34 - org.apache.slide.common.Domain -
WARNING - Ac cess denied on /users/guest by user root for action
/actions

Thankyou
Aruna

I have this in my Domain.xml

    <configuration>
      <default-action>/actions</default-action>
      <userspath>/users</userspath>
      <filespath></filespath>
      <parameter name="dav">true</parameter>
      <parameter name="standalone">true</parameter>
    </configuration>
    


    
    <data>
      
      <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/">
        
        <permission action="/actions" subject="/users/root"/>
        
        <!-- /users represents the unauthenticated user -->
        
        <objectnode classname="org.apache.slide.structure.SubjectNode" 
         uri="/users">
          
          <!-- /users/root represents the administrator -->
          
          <objectnode classname="org.apache.slide.structure.SubjectNode"

           uri="/users/root">
          </objectnode>
          
          <!-- /users/guest represents an authenticated guest user -->
          
          <objectnode classname="org.apache.slide.structure.SubjectNode"

           uri="/users/guest">
          </objectnode>
          
        </objectnode>
        
        <objectnode classname="org.apache.slide.structure.ActionNode" 
         uri="/actions">
        </objectnode>
        
      </objectnode>
      
    </data>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org