Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
r2.06.03 (m13 - rc4)
-
None
-
None
-
Hippo ECM 2.06.03
HST2 Archetype 2.03.05-SNAPSHOT
Description
This issue came up in the HST2 archetype. It generates a cms war overlay project that has a dependency on hippo-ecm-package-war:
<dependency>
<groupId>org.hippoecm</groupId>
<artifactId>hippo-ecm-package-war</artifactId>
<type>war</type>
</dependency>
It builds and starts up fine, but when logging in, there is a ClassNotFoundException (see HSTTWO-554) and the Go To Documents button in the dashboard is missing.
I could add a dependency to hippo-ecm-addon-gotolink to the archetype, but probably hippo-ecm-package-war should contain this dependency since it refers to the class (hence the ClassNotFoundException).
Attachments
Issue Links
- is awaited by
-
HSTTWO-554 Archetype generated CMS throws ClassNotFoundException
- Closed