I'm trying to commit a user session using Java code. But during committing, getting the above error. What can be issue and how it can be resolved?
Solved! Go to Solution.
Views
Replies
Total Likes
The error indicates that you wanted to create a node where the type is nt:unstructured. But the parent node doesn't allow this.
To make sure you can examine the node type definition using CRXDE by manually creating the expected behavior.
Views
Replies
Total Likes
It seems nt:unstructured is not a valid node type of parent node that you are trying to save.
Views
Replies
Total Likes
The error indicates that you wanted to create a node where the type is nt:unstructured. But the parent node doesn't allow this.
To make sure you can examine the node type definition using CRXDE by manually creating the expected behavior.
Views
Replies
Total Likes
Is there a way we can change the node type definition? How to do so?
Views
Replies
Total Likes
From my limitation, I don't have the idea to change the node type definition. If possible you can try with different node type or change the parent node properties which will allow your child.
Views
Replies
Total Likes
It's possible but that might have implications all over the place. Please don't try that. Rather find out what node type is allowed at this place.
Views
Replies
Total Likes