Tagged Questions

Magnolia Content Management System is a Java language, JCR-based Enterprise Content Management System.

learn more… | top users | synonyms

2
votes
2answers
330 views

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 18ms /standort/Standorte/MetaData ...
2
votes
2answers
121 views

Which Java CMS can communicate with EJBs deployed on the same application server?

I already asked this question over at serverfault, but perhaps it's better to ask here. We developed a JavaEE6 application. This application is basically something similar like a backend to a webshop ...
2
votes
2answers
128 views

Why I cann't use Spring and Blossom annotations?

I use Magnolia CMS and Blossom. When I add annotations to my classes I get something like this: annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations) ...
1
vote
1answer
162 views

<jsp:include> 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 ...
1
vote
3answers
99 views

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 :)
1
vote
1answer
129 views

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 ...
1
vote
1answer
182 views

Using maven overlays in webapp run configuration using IntelliJ?

I am developing a magnolia based website. I am using the webapp archetype to create a new web application. Using the command line I am able to produce a WAR and deploy that in my container (Tomcat). I ...
1
vote
1answer
88 views

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: <c:if test="${!empty param.contentSearchPattern}"> <h1>xx results for ...
1
vote
3answers
179 views

opensource code for JCR UI builder

Given a JCR (Java content repository, implementing standards jsr-170 and/or jsr-283, like Apache Jackrabbit, JBoss Modeshape), I would like to build a cms-like editor that given a specified JCR-node ...
1
vote
3answers
2k views

CMS - Alfresco, Magnolia, Drupal and Joomla Comparison

I am comparing Alfresco, Magnolia & Joomla especially specific to following features: a. Ease of Integration of user created templates. b. JCR (JSR-170?) or CMIS compliance. c. ...
1
vote
3answers
300 views

hands on (+6 months) experience with Magnolia and Jahia, what's better?

we are looking into a java based CMS (yes java, we are moving away from scripting languages). Anybody has hands on experience with teh community editions of Magnolia and Jahia, what's easer to make ...
1
vote
4answers
534 views

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 ...
1
vote
1answer
37 views

Magnolia RSSAggregator not picking up images?

I'm using RSSAggregator to syndicate content from my Magnolia page. However the module is not picking up images on my page - just the header and text. Why is this?
0
votes
0answers
9 views

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 ...
0
votes
1answer
49 views

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"] = [ ...
0
votes
2answers
109 views

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 ...
0
votes
1answer
72 views

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 ...
0
votes
1answer
62 views

Adding Google Analytics to Magnolia CMS

I have a site built using Magnolia CMS, and I need to add Google Analytics to its pages. I've installed the Google Analytics for STK module, and then followed the documentation. Since this tracking ...
0
votes
2answers
141 views

how to integrate magnolia cms with spring mvc?

I'm trying to integrate my spring application with magnolia through the blossom module, but I'm having trouble understanding how to do this. I've read alot on this subject, but I still don't actually ...
0
votes
1answer
45 views

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 ...
0
votes
0answers
100 views

MAGNOLIA CMS losing POST parameters when using <cms:contentNodeIterator contentNodeCollectionName=“formMain”>

See code below: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib prefix="cms" uri="cms-taglib" %> <%@ taglib prefix="cmsu" uri="cms-util-taglib" %> ...
0
votes
1answer
20 views

Magnolia CMS's built-in Form: SMTP configuration overriding “From” input

On the following page http://documentation.magnolia-cms.com/modules/mail.html#ConfiguringSMTP In the section "Sending messages >> Plain text and HTML messages", we can read: From:[...]Regardless of ...
0
votes
1answer
44 views

MAGNOLIA CMS - cmsu:simpleSearch works in Author instance but returns no results in Public instance

I am using the following code to display my search results <c:if test="${!empty param.SearchName}"> <h1>Results for "${fn:escapeXml(param.SearchName)}"</h1> <ol> ...
0
votes
2answers
152 views

Magnolia CMS & JWPlayer integration for video player with mutiple video formats to be run

I am working on Magnolia CMS for creating templates & using JWBox & JWPlayer for video player implementation on running multiple video formats like mp4, webm, ogg & importantly flash ...
0
votes
1answer
116 views

Magnolia CMS - Module Creation technique for creating templates

need to create templates based on magnolia standard templating kit...by watching other modules in built in Magnolia... can i get a start here from any of our folks.....or some steps to catch up ...
0
votes
1answer
98 views

Subtract img tag from content with Freemarker

My problem today is the next : I have to Subtract an image tag "< img src='path />'" from some content and after get it i have to Subtract the src attribute and save it in a variable, then replace ...
0
votes
2answers
143 views

Magnolia CMS OpenSocial Container

I wanted to use Magnolia CMS module OpenSocial Container for gadgets written on GWT. I've tried to run it locally but without success, even default gadgets are not rendering as they described on ...
0
votes
1answer
68 views

how to implement a forum and article management system together

I want to create an article management system on wildlife and want to have a forum related to each article. How can I implement it. Following are the technologies I am familiar with Spring framework ...
0
votes
1answer
118 views

Magnolia CMS: Duplicate data validation in spring blossom paragraph

I have a paragraph defined in spring blossom which consists of edit,file, select and date controls. Now I want to allow only one data entry for each date in that page, i.e. date field should be ...
0
votes
1answer
137 views

Migrate Magnolia CMS encrypted passwords to Joomla CMS?

I have a legacy user database from a Magnolia CMS that needs to be ported to the latest version of Joomla. I have the data in place in the new Joomla database but it (obviously) contains encrypted ...
0
votes
1answer
342 views

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 ...
0
votes
1answer
166 views

cms:out escapeXml=“false”: prevent <br> in multi line input

Using cms:out escapeXml="false" in a Magnolia jsp, outputs a <br> anywhere, where a line break is in the input string. In the jsp, the code is: <cms:out nodeDataName="plainHtml" ...
0
votes
3answers
359 views

Who can tell me about his own experience using Magnolia CMS?

I am looking for some comments on Magnolia CMS. Is there anybody out there having experience on Magnolia and willing to tell about? I am interested in comments like usability, how fast to start with, ...
0
votes
1answer
606 views

Magnolia CMS under Glassfish v3

Does anybody knows how to install Magnolia CMS on Glassfish? I tryed and i get an error. Or you can to advice me another CMS on Java.
0
votes
1answer
828 views

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 ...