[dna-issues] [JBoss JIRA] Resolved: (DNA-262) JCR-Level 2: Support persistent namespace changes
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Apr 22 04:45:22 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randall Hauch resolved DNA-262.
-------------------------------
Fix Version/s: 0.4
(was: Future Releases)
Resolution: Done
Assignee: Randall Hauch
Actually resolved by DNA-286.
> JCR-Level 2: Support persistent namespace changes
> -------------------------------------------------
>
> Key: DNA-262
> URL: https://jira.jboss.org/jira/browse/DNA-262
> Project: DNA
> Issue Type: Feature Request
> Components: JCR
> Affects Versions: 0.3
> Reporter: Randall Hauch
> Assignee: Randall Hauch
> Fix For: 0.4
>
>
> JCR Level 2 requires support for persisting changes to namespaces in the repository. We can already support that with all of our connectors, since they're all able to store the namespace URIs for the content. In fact, none of them currently store or use the prefixes.
> However, one thing DNA still doesn't have is the ability to manage the namespace prefixes in the connectors. This probably will entail having a NamespaceRegistry implementation that can use a connector to populate the namespace registry. This is a little tricky, tho, since the NamespaceRegistry is part of the ExecutionContext, which is passed to the connector's "execute(ExecutionContext,Request)" method. So, while it is ideal that these namespace management methods are just additional requests, the dependency graph may imply that the namespace management methods need to be added to the RepositoryConnector interface.
--
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