Update:
I've tried locally to rebuild the index; but it seems that it doesn't remove
this orphaned nodes, only the "node is not referenced by its parent node"
nodes. But I did notice that these orphaned nodes :"node references inexistent
parent id node" are [mgnl:metaData] nodes.
And the questions:
1. Could this orphaned nodes cause the node locking??
2. Is there a way to delete a metaData node without
PersistenceManagerUtil(these nodes don't have a path)??? I'm even considering
constructing a script to link this nodes to a node and deleting it afterwards;
still not sure if it possible
3. Is there a posibility to delete a metaData node with//without
PersistenceManagerUtil?
[code]import info.magnolia.context.*;
import info.magnolia.*;
import info.magnolia.tools.*;
hm = MgnlContext.getSystemContext().getHierarchyManager("website");
node =
hm.getContentByUUID("b3af677d-f24d-4087-8197-4f836b4dde40").getJCRNode().remove();
hm.save();[/code]
seems to only remove regular mgnl:page nodes
Thanks in advance,
Roxana!
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=c8cdd855-e7a0-41b5-8ae0-cf9f889ae4a6
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------