Im a java dev. and i now i'm facing with jackrabbit v.1.6.4. Now one of my goal is to create node in a web based jcr browser, so when i have to create node with mandatory property of course the Exception constrainviolation is throw.
My Question is exist a way, during the runtime creation to fetch the mandatory property? For example to assign to them with some default value and the will be able to save the node.
One very nice thing is to have the instance of PropDef form NodeTypeDef, but from the Node interface i'm only able to get the PropertyDefinition which in my case is useless.
So many many thanks to All
Have a nice day
J.