Hi !
Iam trying to use ORM persistence Manager (Hibernate) Implementation
for both workspace and also versioning.( Single database).
Seems like when the repository creates an instance of
VersionManagerImpl it inserts a record for VersionStorage and also
initWorkSpace() creates a JCR:SystemNode which has a child nodes called
VersionStorage, nodetypes. This is a Problem because JCR_NODE table has
uuid has primary key and iam getting a duplicate key on insert error. My
question is "Is it Mandatory to have separate databases for Versioning
and workspaces?". Please advice.
Thanks
Naga