Hi I have reading
http://www.day.com/specs/jcr/2.0/15_Versioning.html but it's not really clear to me whether it is possible to access the version history of a deleted node? Let's say I am creating a node at /foo/bar/hello-world.txt and edit the content associated with this node several times and hence create a version history. At some point I am deleting this node. Is this the reason why the following API exists: VersionHistory VersionManager.getVersionHistory(String absPath) Thanks Michael
