Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Won't Fix
-
7.9.3
-
None
-
None
Description
I created a simple hippo project using the following maven archetypes:
mvn archetype:generate -DarchetypeGroupId=org.onehippo.cms7 -DarchetypeArtifactId=hippo-project-archetype -DarchetypeVersion=2.00.04 -DarchetypeRepository=http://maven.onehippo.com/maven2
Then changes the following in the root pom to covert it into an enterprise project:
<parent>
<groupId>com.onehippo.cms7</groupId>
<artifactId>hippo-cms7-enterprise-release</artifactId>
<version>7.9.3</version>
</parent>
Ran the server, works fine.
Then I created a component in the hst:abstrcatpages under common node.
I ran mvn clean install, and I got the following warning and error messages in the console:
WARN localhost-startStop-1 [DereferencedSessionImporter.resolveMergeConflict:258] Implicit skip detected on node /hippo:configuration/hippo:queries/hippo:templates/new-translated-folder while bootstrapping initialize item translation-hippostd-queries-de. Please use either explicit skip (h:merge="skip") or remove this node from your content file. Implicit skip is removed in 7.10.
ERROR localhost-startStop-1 [InitializationProcessorImpl.processInitializeItems:329] configuration as specified by /hippo:configuration/hippo:initialize/TracfonePOC-hst-hst-hst-configurations-common-hst-abstractpages-base failed
Exception:
javax.jcr.PathNotFoundException: /hst:hst/hst:configurations/common/hst:abstractpages
This exception tells that it can not find the path even though it does exists.
Then when I open the cms/console the base component I had created in the common/hst:abstrcatpages are removed.