Hi there,
I'm having troubles to update a module using an implementation class of the
version handler. The task is just about to replace an existing template, but
can't get through as an exception occurred:
[code]Could not perform installation: javax.jcr.NoSuchWorkspaceException:
Confidletmplte[/code]
here is the code that runs the update:
[code]register(DeltaBuilder
.update("1.0.5-SNAPSHOT","")
.addTask(
new ReplaceIfExistsTask("[S] Update template",
"",
"[S WARNING] The path you specified could not be found !",
"templates",
"/templating-kit/components/Confidletmplte",
"/mgnl-files/templates/MODULE_NAME/paragraphs/Confidletmplte.ftl")));
}[/code]
The warning message is shown but not the exception when trying with the path
[code]"/templating-kit/components/"[/code] or
[code]"/templating-kit/components/Confidletmplte.ftl"[/code] .
The JCR Query does return results when querying for the same path
[code]"/templating-kit/components/Confidletmplte"[/code].
Any help is welcome
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=17da8c68-1c29-422a-baf6-dd80ab819f63
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------