Sebastian Heyden wrote:
hi jörn,

first thanks to richard. i really like to help you. no problem about that. youre really helpful to me too. i like the xslt-approach of lenya that i never saw before. its an exciting project for me. what i cannot imagine at this point is how to realize interactivity features like polls or guestbooks by using xml and xslt. i saw people transforming the xml's by jsp's instead of xslt when using opencms. and this way around they were able to program some functionality. but jsp is crap ;) so whats you're approach?

you're right jörn, that wasn't the root of the problem. i appended 2 stacktraces. first one is the complete request. the cause for the exeption seemed to me to be a missing attribute of the user-type element in access-control.xml. i copied <user-type class="org.apache.lenya.ac.file.FileUser" create-use-case="admin.addUser">Local User</user-type> from the default pub to my file and got the second exception (only the stacktrace is appended).

in the access-control.xml of the default pub every path i relative. in mine they are absolute. but i'm not sure how to rewrite them to be relative.

so this is a very looooong email.


You need this in access-control.xml

1) delete
<authorizer type="policy"/>

That should get things working.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to