|
|
|
| The following comment has been added to this issue: |
[ Permlink ] |
|
Author: Thierry Delprat
Date: 07/06/07 18:52
Comment:
This is a use case for the import/export module because we need to copy from old structured core to the new one.
We need that because the default versionning model is JCR => we can't update the version structure :)
This migration should :
- switch from JCR versionning to Nuxeo versionning
- do the file schema modification
- do the prefix changes
- do the uid changes
...
|
|
Only the dublincore schema declares the "dc" prefix, all schemas should declare one.
One way to use the prefix when retrieving a property value would be:
getProperty("dc:title")
or getProperty("dublincore:title") for compatibility (?)
When using complex properties:
"n:name.n:firstName" or "namespace.name.firstName for compartibility (?)
When using lists:
"n:names#3.n:firstName" or "namespace.name#3.firstName for compatibility (?)
This has to be consistent with restful urls generated (see NXP-1106) and jsf document resolver (that currently uses #{document.schemaName.fieldName}) even if some characters may be forbidden there.
|
|
|
|
![]() |
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets