When I add a new versionable node, the node is addes with jcr:isCheckedout set to true. If I shutdown the repository and test it again, now has the correct value. So the case is:
-> Create a repository -> Add a versionable node -> Test isCkeckedOut property (is true) -> Shutdown repository -> Open repository -> get node -> test isCheckedOut property (is false) Is this a bug? should i set the isChekedOut property to false on node creation? -- Paco Avila <[EMAIL PROTECTED]>
