Details
-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
1.0.0
-
None
-
Magnolia 6.2.6
Tomcat 9.0.43
Java 8
Description
Setup
- Add maven dependencies to Magnolia 6.2.6
Attempted with both versions 1.0.0-RC3 and 1.0.1-SNAPSHOT by restoring the state of Magnolia's repository, and updating the elasticsearchVersion parameter.
<dependency>
<groupId>info.magnolia.elasticsearch</groupId>
<artifactId>magnolia-query-manager</artifactId>
<version>${elasticsearchVersion}</version>
</dependency>
<dependency>
{{ <groupId>info.magnolia.elasticsearch</groupId>}}
{{ <artifactId>magnolia-es-content-delivery</artifactId>}}
{{ <version>${elasticsearchVersion}</version>}}
</dependency>
- Start Magnolia, and install Elastic Search module
- The following line is in the log:
AppLauncherLayoutManagerImpl: Definition not found: elastic-endpoint-designer-app
Missing Labels - Steps to reproduce
Open App 'Cluster Editor', and Click 'Add Item' on Action Bar.
- 118n labels missing within the add cluster sub-app
Expected results
Sub App with well-labelled fields
Actual results
Fields are missing labels,

JCR Created in wrong location - Steps to reproduce
- Open App 'Cluster Editor', and Click 'Add Item' on Action Bar.
- Complete the Cluster Editor detail sub-app, and submit.
Expected results
Cluster Record added to Browser sub-app
Actual results
No Record appears to be added.
Workaround
Open JCR app. Navigate to 'query-manager' workspace. Move the newly created mgnl:esCluster into the /clusters mgnl:content node.
Return to Cluster Editor app. The cluster record now appears
Due to the broken nature of the module, we did not continue with configuration.
Can you please advise on support for Magnolia 6.2.6