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
2 answers

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project acme-module: Compilation failure:

I did everything according to this guide: https://documentation.magnolia-cms.com/display/DOCS/Getting+started+with+Blossom I get these errors when I'm trying follow last step, mvn install (mvn clean works fine). Here is output after mvn clean…
Piotr M
  • 499
  • 3
  • 9
  • 27
2
votes
2 answers

How to configure dialog with field validation in magnolia?

I want to add validation for field which should check if the string contains ".html" at the end of it. See my configuration below: http://screencast.com/t/YgBIKcyU71SQ But the validation doesn't work. It seems that my configuration of the dialog is…
user2390742
  • 117
  • 1
  • 14
2
votes
2 answers

How to configure custom servlet in magnolia CMS

I am trying to do registration example in magnolia. I have a registration form, on submission of form control should be transferred to my own written servlet. snippet for form :
Jitendra
  • 53
  • 3
2
votes
1 answer

Basic Magnolia project wont start

I cannot run the most simple of Magnolia projects. I followed these basic instructions as specified from the official site (except with Eclipse): http://dev.magnolia-cms.com/~gjoseph/dont-build-magnolia-build-your-projects I tried with …
2
votes
1 answer

Magnolia - creating new area

I read magnolia documentation, but I'm still not sure how to create new area for existing page. What I want to do is Banner area (with image and some text) above
. I'm using Magnolia CE 4.5.9. What I should do is probably: 1)…
Iwo Kucharski
  • 3,735
  • 3
  • 50
  • 66
2
votes
3 answers

Transfer/Migrate data from one jackrabbit repository (Magnolia repository) to another jackrabbit repository

Anyone knows how to transfer/migrate contents from one Magnolia CMS repository (Jackrabbit repository) to another custom jacrabbit repository used by our application?
Java SE
  • 2,073
  • 4
  • 19
  • 25
1
vote
2 answers

Include a page in the template script in magnolia cms

How can I include a page from magnolia into a magnolia template script? In the template script with I can access data from a specific page, but how can I load that page into the template? Let's say I have 2 pages each with its own template. Page 1…
Marius
  • 970
  • 1
  • 16
  • 36
1
vote
1 answer

doesn't work in magnolia cms

I have a project in which I integrate Magnolia cms with Spring mvc. The spring servlet is loaded as a module in magnolia and is assigned the pattern /web/*. The servlet is defined in the module descriptor so there is no servlet definition in the…
Marius
  • 970
  • 1
  • 16
  • 36
1
vote
1 answer

How to force IIS7 to return Tomcat error response

I have a following setup: App - Magnolia site running under Tomcat 6.0.16 ISAPI - Tomcat connector isapi_redirect-1.2.28 web server - IIS 7 host OS - Windows 2008 Everything works fine until i try to access Magnolia admin part which is protected.…
ljubomir
  • 1,495
  • 1
  • 21
  • 40
1
vote
1 answer

Format/Indent Free Marker (Magnolia) with Intellij

I'm developing "Free marker" (.ftl) in Magnolia CMS and I want them to "Reformat and Indent" correctly (using IntelliJ). I'm working on existing project with a very bad indented files and I'm not able to "clean" the code. I already tried using the…
Davide Buoso
  • 140
  • 1
  • 1
  • 5
1
vote
1 answer

Malformed "Accept" header sent in requests to OIDC Provider

We use Pac4j v5.7.0 in Magnolia CMS for our SSO module. When requesting the configuration metadata of an OIDC Provider (a Content-type: application/json document), Magnolia sends the following Accept header: text/html, image/gif, image/jpeg, *;…
Rich
  • 71
  • 6
1
vote
1 answer

Specify content-type for documents uploaded in Magnolia

We have uploaded an mp4 video file into our Magnolia DMS, which fails to play on Safari (Mac/iPad). Investigation shows that the Content-Type returned by Magnolia is "application/octet-stream" for the request. When serving the file through Tomcat…
Tom
  • 1,965
  • 3
  • 25
  • 33
1
vote
1 answer

Magnolia WAR produces error in publishing module

I downloaded the magnolia-community-demo-webapp with tomcat from this link https://docs.magnolia-cms.com/product-docs/6.2/Developing/Bundles-and-webapps.html and found the public instance folder almost empty. I then downloaded the…
Patriot
  • 314
  • 3
  • 17
1
vote
2 answers

MAGNOLIA CMS - When using cmsu:simpleSearch and cmsu:searchResultSnippet links are not displayed properly and can't convert date into readable format

When using cmsu:simpleSearch and cmsu:searchResultSnippet links are not displayed properly. This is my code:

xx results for "${fn:escapeXml(param.contentSearchPattern)}"

Adriano
  • 19,463
  • 19
  • 103
  • 140
1
vote
1 answer

customize the response of the Delivery API

I deal with the topic of REST Endpoint through Delivery API. I use YAML to get the result. class: info.magnolia.rest.delivery.jcr.v2.JcrDeliveryEndpointDefinition workspace: category rootPath: / includeSystemProperties: false bypassWorkspaceAcls:…
seliboba98
  • 99
  • 1
  • 2
  • 8