Hi,
thanks for your investigation :-)
I am using the default publish from admincentral. But I did some more debugging and I think
I found the source of my problem. I have a quite old intsallation.
My workspace.xml contained:
<WorkspaceSecurity>
<AccessControlProvider class="info.magnolia.cms.core.MagnoliaAccessProvider">
<param name="permissionsClass" value="info.magnolia.cms.core.NodeTypeBasedPermissions" />
<param name="nodeTypes" value="mgnl:page" />
</AccessControlProvider>
</WorkspaceSecurity>
The NodeTypeBasedPermissions uses a path resolver that resolves to something like
/system/versionStorage/d0/28/d8/d028d853-0cfa-4289-bf73-983e11b1c757/1.24/frozenNode
which is not in the permission list as it has no namespace prefix.
Removing the params for MagnoliaAccessProvider solved it. In the current distribution these
parameters are also no present, so it seems to be right to remove them.
Can you confirm this?
Thanks again for your time and help :-)
Heike