[dna-issues] [JBoss JIRA] Commented: (DNA-370) JcrWorkspace.clone Is Not Implemented
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Fri Jun 19 15:42:56 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12473085#action_12473085 ]
Randall Hauch commented on DNA-370:
-----------------------------------
The changes look good to me. Changing the PK is indeed a better way to go. However, the following index definition in ChildEntity is no longer needed and can be removed, as it duplicates the index that all databases should create for the PK.
@Index( name = "CHILDUUID_INX", columnNames = {"WORKSPACE_ID", "CHILD_UUID"} ),
> JcrWorkspace.clone Is Not Implemented
> -------------------------------------
>
> Key: DNA-370
> URL: https://jira.jboss.org/jira/browse/DNA-370
> Project: DNA
> Issue Type: Bug
> Components: JCR
> Affects Versions: 0.3
> Reporter: Brian Carothers
> Fix For: 0.6
>
> Attachments: JpaConnector_with_clone_support.patch
>
>
> JcrWorkspace.clone is not yet implemented. This may not be important/useful for 0.4. AbstractJcrNode.getCorrespondingNodePath is also not yet implemented.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list