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

How to configure publication key permanently in public instance of magnolia?

I am very new to magnolia for publishing the content from author to public. I am facing the below problem. I am configuring activation key from author instance of magnolia to all public instances. When ever I am restarting the author instance again…
Sachi-17
  • 499
  • 4
  • 12
  • 29
4
votes
2 answers

Deploy Magnolia CMS without installing it

I'am just starting with magnolia and at the very beginning it surprised me that Magnolia needs to be installed after each .war deploy to tomcat. I do some changes in my project, deploy it with mvn tomcat7:deploy/redeploy. Tomcat automatically…
mickiewicz
  • 279
  • 2
  • 13
4
votes
1 answer

difference between public and author in magnolia

I am trying to find out difference between public and author module in magnolia CMS. I am trying to integrate spring mvc into magnolia using blossom. Which module I need to use is it public or author module?
sree
  • 868
  • 2
  • 12
  • 35
4
votes
1 answer

Magnolia project archetype can not resolve vaadin dependencies

I'm trying to create a Magnolia project archetype: I'm running mvn archetype:generate -DarchetypeCatalog=http://nexus.magnolia-cms.com/content/groups/public/ I choose 5: http://nexus.magnolia-cms.com/content/groups/public/ ->…
Frederic Close
  • 9,389
  • 6
  • 56
  • 67
4
votes
0 answers

Jackrabbit XPath query throws exception after ugrade to JR 2.4.2

We are currently working on upgrading Jackrabbit from 1.6.5 to 2.4.2 on our system. we are facing problems on some XPath queries that used to work on the 1.6.5 perfectly, and now it throws javax.jcr.query.InvalidQueryException exception on 2.4.2 -…
Montaser
  • 69
  • 5
3
votes
3 answers

how can you bypass the filter chain in magnolia cms?

How can I bypass all the filter chain? I'd like that the url's that start with /web/ to be bypassed so that the spring dispatcher can receive them. Thanks :)
Marius
  • 970
  • 1
  • 16
  • 36
3
votes
1 answer

com.google.inject.CreationException: Unable to create injector, see the following errors

I created a project in magnolia in a PC and now I had to change to another one. When I have install evertything and tried to start up tomcat with Intellij it shows this errors: 1) Error injecting constructor, java.lang.RuntimeException: Something…
3
votes
2 answers

is Java cms MAGNOLIA free to use for commercial sites

Someone just told me to use MAGNOLIA cms for java. I just want to know that is it free to use for commercial sites. I dont want to waste some time learn it and then i find that i need to spend money to use. I read the website but could not found the…
John
3
votes
2 answers

How to send content from Freemarker to java by request?

I'm trying send information from a FreeMarker template to my Java model class. I've tried this: //my array of string casted in a string var pais = selected.join(); request.setAttribute(pais, "paises"); Ok, now I'm trying collect this content in…
Miguel Carrasco
  • 171
  • 1
  • 2
  • 16
3
votes
1 answer

Get an absolute link from a relative one in Freemarker

I'm creating a site using Magnolia - CMS. Now I am implementing a blog page. On each blog page, there are several share buttons. Now I'm busy implementing the twittershare button. Here I am going to use the twitter cards. For that, I need to provide…
Kornelito Benito
  • 1,067
  • 1
  • 17
  • 38
3
votes
1 answer

JCR basic concepts

I have been recently working with Magnolia CMS which happens to use JCR. One of the problems I have face is JCR data corruption and I found that I had very little knowledge of how to troubleshoot the situation. My understanding of JCR is as…
Juan Antonio Gomez Moriano
  • 13,103
  • 10
  • 47
  • 65
3
votes
1 answer

Render Magnolia area directly

Is it possible to render a whole area by means of a custom URL in the browser, smth. like: http://localhost:8080/magnoliaPublic/page/area (not working) Now we can only access particular components in that…
Daniel Paval
  • 172
  • 12
3
votes
1 answer

How to add navigation to a custom Magnolia CMS template?

I've managed to create a custom page template for Magnolia CMS pretty easily following this tutorial: http://documentation.magnolia-cms.com/templates/introduction.html However, I'm at the point where I'd like to insert the navigation into my…
Matt Lambert
  • 3,655
  • 2
  • 24
  • 17
2
votes
1 answer

Magnolia CMS and Blossom module exception

I'm trying out magnolia (v 4.4.6) with blossom (v.1.2.3) for spring integration. After installing and restarting tomcat, I see an error: (Any idea how to fix this?) 2012-01-27 11:05:56,733 INFO info.magnolia.cms.beans.config.MIMEMapping :…
ibaralf
  • 12,218
  • 5
  • 47
  • 69
2
votes
1 answer

Configure fckconfig.js in magnolia cms blossom

I'm trying to configure the fck editor in order to be able to add images with it. I know that the current format is set in the config file like this: FCKConfig.ToolbarSets["Basic"] = [ …
Marius
  • 970
  • 1
  • 16
  • 36
1
2
3
38 39