Questions tagged [magnolia]

Magnolia is an open source Java- and JCR-based content management system, targeted at the enterprise.

For more information on Magnolia, visit the Magnolia Community Website, the Documentation Site, the Magnolia Academy or the Forum.

585 questions
2
votes
1 answer

how to integrate magnolia cms with hibernate search?

Did somebody manage to get a working application which included these 2 frameworks? The problem I'm facing is that the dependencies are like this: magnolia 4.4.5 -> apache jackrabbit 1.6.4 -> apache lucene 2.4.1 hibernate search 3.4.1.Final ->…
2
votes
1 answer

Magnolia CMS: How to hide page in horizontal navigation bar at the top of my website

I found something about this saying: "In the General/Page properties window: “You may hide a page in the navigation by selecting 'Do not show this page in the navigation'." Unfortunately I haven't got this option appearing. Any idea how to do this…
Adriano
  • 19,463
  • 19
  • 103
  • 140
2
votes
1 answer

Magnolia Headless Delivery API and personalized pages with filter query

We are using the personalization module to setup page variants (page-level) using a headless approach (JS Frontend). Reading the docs, I understood that there is either a Query nodes or Get children scenario. It looks like that page variants are…
Andre Albert
  • 1,386
  • 8
  • 17
2
votes
1 answer

Integrate React with Freemarker templates

I work on a large project built on Magnolia CMS and FreeMarker templates and I want to add React to it. Is it possible to integrate React components and grow gradually until the whole project is React based? I looked for this information but the…
Cosmin
  • 23
  • 3
2
votes
1 answer

Magnolia not starting on Vanilla Tomcat Server

So, I think this might be a trivial problem but am currently at a loss. I created a vanilla Tomcat server on Ubuntu (tomcat-10.0.4). It is configured to run on port 80 and I can see the Tomcat Manager fine. Java has been installed apt install…
mlhaufe
  • 352
  • 2
  • 12
2
votes
2 answers

Magnolia v6.2 atmosphere is unable to configure JSR-356

After upgrade Magnolia from v5.7.1 to v6.2 atmosphere is unable to configure JSR-356. Magnolia v5.7 uses Vaadin v7 while Magnolia v6.2 uses Vaadin v8. We use Apache Tomcat server v8.5.56. org.atmosphere.util.IOUtils.guestRawServletPath…
2
votes
0 answers

Elasticsearch 7.8 with Magnolia 6.2.x

i want to use the latest elasticsearch version (7.8.0) with the latest Mgnl (CE) version (currently 6.2.2). In some older project they often use elastic with version <3.6 and for all api calls like search / indexing queries they use the old…
Dispersion
  • 63
  • 5
2
votes
1 answer

Retrieve and assign jcr:mixinTypes a multi-valued property in magnolia

I am getting an error when I try to get a multi-valued property in magnolia since I assign it to a String type. How can I properly read a single and multi-valued property (since both are present)? javax.jcr.ValueFormatException: property …
Ana Sustic
  • 425
  • 2
  • 17
2
votes
1 answer

Magnolia 6.0 custom action implementation

I try to implement custom action in actionbar. My implementation is package com.example; import info.magnolia.ui.api.action.Action; import info.magnolia.ui.api.action.ActionExecutionException; import…
Wojciech Wirzbicki
  • 3,887
  • 6
  • 36
  • 59
2
votes
2 answers

Magnolia Schedule a Groovy Script

On Magnolia, I've created a Groovy script to delete unused users. When I run the Groovy script directly from the "DEV > Groovy scripts" interface (on the admin central), it works fine. Now, I'm trying to schedule the execution of that script. So…
Dekx
  • 402
  • 2
  • 15
2
votes
1 answer

Avoid file extension in Magnolia requests

I'm currently stuck with the following problem. My pages can be accessed via www.example.com/products and www.example.com/products.html (besides *.html every file extension is possible, e.g. *.wtf, *.lol, ...). How can I configure Magnolia CMS to…
Matthias
  • 21
  • 1
2
votes
1 answer

Magnolia Page Template not registering

I watched a Tutorial from Magnolia here is the link: [https://www.youtube.com/watch?v=qdDb-oYt18k]. During watching it I followed his orders. I also read the hello world tutorial in the documentation. That is, I installed magnolia with cli and…
Metatron5
  • 315
  • 2
  • 11
2
votes
2 answers

Filtering "MetaData"-nodes from xpath-query in magnolia jcr

i have a problem filtering specific nodes of a jackrabbit jcr in magnolia. when i submit following query : //element(*, standort)//* i get: 33 nodes returned in…
meltac
  • 537
  • 4
  • 11
2
votes
4 answers

JSP not rendering properly in Tomcat

I have a JSP page running in Tomcat that is not rendering properly. Here is what helloworld.jsp looks like: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="cms-taglib" prefix="cms" %> …
Steve
  • 11,831
  • 14
  • 51
  • 63
2
votes
1 answer

Vanilla Maven 3.3.9 does not find Magnolia catalog for blossom archetype generation with message: "No catalog defined. Using internal catalog"

The Magnolia CORE Docs for Version 5.5 requires for Getting started with Blossom an maven archetype generation based on their own catalog repository. I can see and enter that archetype-catalog.xml as it should be andy everything seems right…
roka
  • 55
  • 7
1 2
3
38 39