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

How to use AngularJS 2 with Magnolia CMS

I want to integrate AngularJS2 in Magnolia CMS (I'm new to AngularJS). I tried the quickstart Project localy it works correctly with npm start. I used npm tsc to get the .js file to use those in Magnolia for testing if it works. All the node_modules…
EagleT
  • 84
  • 1
  • 10
2
votes
2 answers

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 (no user interface at all, just calculations/data…
andreas-h
  • 10,679
  • 18
  • 60
  • 78
2
votes
1 answer

Is there caching in templating function in Magnolia?

Is there a caching for the templating function in Magnolia? I created a custom templating function with a function that retrieves data from a specific workspace. I put logs in it to know if it is entering the function that I want to call, but seems…
Jen Sze
  • 284
  • 1
  • 13
2
votes
1 answer

Magnolia CMS: Multivalue field containing a composite field issue

I try to configure a dialog with a Multivalue field containing a composite field. However, I get the following error: Invocation of method buttonClick in info.magnolia.ui.form.field.MultiField$1 failed.
Adriano
  • 19,463
  • 19
  • 103
  • 140
2
votes
1 answer

Magnolia CMS DateFieldDefinition issue with Daylight saving time change

When using Magnolia CMS' DateFieldDefinition class: if my computer's current date is not matching the saved date's Daylight saving time, the saved date's time will be incorrect. The relevant class:…
Adriano
  • 19,463
  • 19
  • 103
  • 140
2
votes
1 answer

Jackrabbit clustering with a H2 database in mixed mode

I have a Magnolia CMS system and I try to configure a clustered repository for a workspace with user generated content. We will have an author and a public instance, each with a dedicated MYSQL database for the magnolia default repository. The user…
2
votes
1 answer

Customized Demo is not loading to Magnolia CMS

I have followed Travel Demo - for developers and manage to start Travel Demo. Now I am trying to customize templates (ftl) on magnolia-travel-tours. I have noticed, changes to the templates are not picked up. Looks like, Since I am not specifying a…
eshana
  • 103
  • 6
2
votes
2 answers

Custom CSS Style for Magnolia Main Sub App

I want to add a custom css style and set my component to having this style but then I can't make it work. I tried to copy how the Jcr browser app do the custom CSS style by having a css in folder VAADIN but that one doesnt work. I also tried the App…
Jen Sze
  • 284
  • 1
  • 13
2
votes
2 answers

Why I can'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) @Template(value="Blossom Template")* Spring…
Victoria Seniuk
  • 1,384
  • 3
  • 14
  • 23
2
votes
1 answer

Create asset in Magnolia programmatically

We're developing a Magnolia Blossom / Spring app where the end user needs to upload an image at some point. So we're considering storing these images as assets in Magnolia. However, with the uploaded MultipartFile ready at the Spring controller…
Daniel Paval
  • 172
  • 12
2
votes
2 answers

Websockets Using Spring + SockJS + STOMP on Magnolia CMS

I'm trying to implement some Websocket functionality for my web app running on Tomcat 7. I'm using the following tech: (server) Spring Websocket + Spring Messaging (client) SockJS + Stomp.js I'm following this guide (roughly):…
Jensen Ching
  • 3,144
  • 4
  • 26
  • 42
2
votes
1 answer

How to change the default 404 error page with custom page from pages app

I am new to Magnolia. I have created an Error page in Pages App. Now I would like to change the Default 404 error page with my error page. How do I do this?
2
votes
1 answer

Images Storing and retrieving In magnolia?

I have uploaded images in resources module and used in htmlcomponent. Which is working fine. I have cleared the temp ,work folders and restarted the tomcat instances. After restart I am not able to see images in HTML component.When I try to open the…
2
votes
1 answer

How can I get more control on URL in magnolia blossom?

I am able to create an template in blossom. Using this template I am able to create the page from magnolia author admin panel. Is there any way I can create a page in blossom it self so that I can have more control on the urls. Can anyone having…
2
votes
1 answer

Magnolia could not be started java.lang.NoClassDefFoundError

I am running an magnolia Application using magnolia-blossom. I have added this dependency jar below : info.magnolia magnolia-module-standard-templating-kit
Sachi-17
  • 499
  • 4
  • 12
  • 29