Hi,
In CRXDE Lite I am changing a file extension from being xxx.jsp to be xxx.html. As part of this change on the jcr:content node I have had to manually change the jcr:mimeType from being text/plain to be text/html. I have done this in a test environment and packaged up the change using package manager.
When I deploy the package to a new environment the file is now renamed to be xxx.html file as expected, however, the jcr:content node in this new environment isn't being over ridden, it is staying as text/plain. Are there any settings in package manager in my package that I need to turn off/on to allow the jcr:content node to be over ridden?
Incidentally, if I delete the component affected in the new environment before I deploy the package the jcr:content is written correctly as text/html.
It seems to me that maybe you can't merge or override.
Can anyone help with this issue please?
Thanks