<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.cms.magnolia.user">
    <title>gmane.comp.cms.magnolia.user</title>
    <link>http://blog.gmane.org/gmane.comp.cms.magnolia.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18359"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18358"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18357"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18341"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18360">
    <title>Re: Discussion: magnolia lastAction and Publication-Date</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18360</link>
    <description>&lt;pre&gt;One more thing I wanted to mention - please do not cross post between user and dev list.
Thanks,
Jan

On May 23, 2012, at 9:13 PM, Jan Haderka wrote:





----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Jan Haderka</dc:creator>
    <dc:date>2012-05-23T19:14:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18359">
    <title>Re: Discussion: magnolia lastAction and Publication-Date</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18359</link>
    <description>&lt;pre&gt;
actually one more solution comes to my mind - write custom command that would update custom property, say "publicationDate" of page and put that in the workflow. If you use versioning, you would have to put such command in command chain BEFORE versioning. If you don't use workflow you can simply add it in the workflow definition itself, just before the activation command invocation.
When using scheduled activation, you can set it to the value of startDate property set by the activation dialog.
This way you can ensure that value will be exactly same on author and all public instances.
As I tried to explain in the issue, value set by Magnolia is tight to activation functionality and have to be set only upon successful activation.

HTH,
Jan 

----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Jan Haderka</dc:creator>
    <dc:date>2012-05-23T19:13:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18358">
    <title>Re: Magnolia 4.5.1/4.5.2 behind Apache2 with mod_proxy_html -&gt; IE lt 9 css-problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18358</link>
    <description>&lt;pre&gt;Hi Richard,

your questions are absolutely not stupid! and have inspired me to try out mod_jk (and move public to ROOT).
And YES, this works fine.

xx.conf now looks like good compressed ;-)
[code]&amp;lt;VirtualHost www.xx.eu:80&amp;gt;
    ServerName  www.xx.eu
    RewriteEngine On
    RewriteRule     ^/$ /xx [R]
    JkMount /* magnolia
    ExpiresActive On
    ExpiresDefault "access plus 1 day"
&amp;lt;/VirtualHost&amp;gt;[/code]

Your support(questions) has fixed the problem, thank you very much!
(Now only the IEs lower then 7 dont process the css, i think we can live with it... ;-))

Thanks and greetings from Augsburg
DS

&lt;/pre&gt;</description>
    <dc:creator>Daniel (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T17:51:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18357">
    <title>Re: Jasper Report problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18357</link>
    <description>&lt;pre&gt;Hi Matt,

thanks for help.
I made a simple test like this:

- in a stand-alone Java application I created a pdf file with Jasper with these two commands:
[code]JasperPrint print = JasperFillManager.fillReport("/file.jasper", parameter,new JREmptyDataSource());
JasperExportManager.exportReportToPdfFile(print, "/file.pdf");[/code]
Everything works fine.
- the same two commands inside a controller java class inside Magnolia give the exception listed on top.

Another strange thing is that if I try to export in HTML extension (instead of pdf) in the Magnolia project, everything works fine....I really don't know why.

I set all parameters for JVM Permgen Space problem as described in JasperSoft website...
I create the jasper file with iReport 4.5.1 and use Jasper Library 4.5.1 
Magnolia 4.4.6 Community Edition...

Any other suggestion?

Thanks a lot
Fabio

&lt;/pre&gt;</description>
    <dc:creator>Fabio Paroni (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T14:46:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18356">
    <title>Discussion: magnolia lastAction and Publication-Date</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18356</link>
    <description>&lt;pre&gt;Hi everyone,

I recently filed a bug: http://jira.magnolia-cms.com/browse/MAGNOLIA-4415
which was closed as "Not an Issue".
However, Jan encouraged me to post this issue to the user list for discussion, which I am now doing.

The error I posted was this: When activating, magnolia activates the content "as is", and then sets the "lastAction" metadata field on the author instance after activation.
This means that the values of the "lastAction" metadata field differ between author and public instances, with the public instance always trailing "one activation behind" the author instance with respect to the "lastAction" field.

We noticed this error because we use the "lastAction" field to implement sorting by publication date, and were getting different sort-order on author and public instances.

Jan has proposed 2 solutions, which will work for us, but IMHO they are more workarounds than final solutions.

Jan writes: "lastAction date in meta data is value meant for Magnolia internal use only and is used on author instance to keep track of performed activations"

è In this case my contention is that it would be extremely useful to have a "publication-date" field that is automatically set by magnolia

Jan writes: "If you want to sort content by the date I would suggest to use custom property for such values rather than value that is meant to be for internal use by activation."

è In other areas of the site we do exactly this. However, this requires that the editor manually set and update the property. Sometimes this is what is wanted. Other times, this is NOT wanted, i.e. it is not desired to give the editor this control (and the opportunity to introduce errors), the content *should* be ordered by actual publication date.

The solutions offered, namely using a modified ReceiveFilter or the observation module to set the lastAction field automatically on the public instances will work for us, but I consider it a workaround for the following reasons:

-          This still means content will differ between author and public instances.

-          In addition, it means content will also differ between our 2 public instances, since it can't be guaranteed that the activation will occur at the same time on both nodes.


I'm wondering if anyone else had this problem, and what your solution was?

Is there any way to solve this satisfactorily?
Between multiple subscribers, transactional activation, versioning, workflow-activation with delays, etc... this is actually quite a tricky problem.

Might it be a solution to set the lastAction field before activation, instead of afterwards? Failure to activate would leave the lastAction value "incorrect" on the author system in this case...

Does anyone have any other ideas how this could be better solved?


Thanks!

Regards from Vienna,

Richard


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Unger, Richard</dc:creator>
    <dc:date>2012-05-23T14:24:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18355">
    <title>Re: AW: Re: Jasper Report problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18355</link>
    <description>&lt;pre&gt;Hi Fabio,

It's been awhile since I used JasperReports, but I recall running into a
similar memory issue when generating PDFs using JasperReports.  A few
things you might want to try are:
1. Google for "JasperReports PDF permgen error" or similar, you should get
a lot of results.
2. Check whether you're using the latest version of JasperReports, the
issue may have been resolved.
3. Double check your JVM permgen settings to make sure you have enough
space. IIRC, the permgen arg had to be set pretty high, something like:
-XX:MaxPermSize=256m

Another more drastic approach may be to try upgrading to Java 7,
apparently it has much better memory allocation
(http://docs.oracle.com/javase/7/docs/technotes/guides/vm/performance-enhan
cements-7.html) and garbage collection support
(http://docs.oracle.com/javase/7/docs/technotes/guides/vm/G1.html). If you
take this approach, I would test out your application locally and as well
as in a test environment before deploying it to your production
environment.

For a features list for JDK 7, you can check out
http://openjdk.java.net/projects/jdk7/features/

HTH,
Matt

On 5/23/12 8:43 AM, "Unger, Richard" &amp;lt;Richard.Unger&amp;lt; at &amp;gt;lfrz.at&amp;gt; wrote:




----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------


&lt;/pre&gt;</description>
    <dc:creator>Dertinger, Matthew</dc:creator>
    <dc:date>2012-05-23T14:17:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18354">
    <title>community edition 4.5.2 + blossom 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18354</link>
    <description>&lt;pre&gt;Hi,
I wanted to create a quick module using spring with blossom as simple proof of concept.
The module deploys fine, no error but I can't see the template.

I'm using: 
Community Edition 4.5.2
Blossom 2.0

I unziped the community edition and used the tomcat provided (magnolia_control.bat start) and it's working fine with the default templates provided.

I created a module (maven project to create jar) using blossom 2.0 and I created a simple template as proof of concept:
[code]
&amp;lt; at &amp;gt;Controller
&amp;lt; at &amp;gt;Template(title = "Test Main", id = "testProto:pages/main")
public class MainTemplate {
    &amp;lt; at &amp;gt;RequestMapping("/main")
    public String render(Node page, ModelMap model) {
        return "pages/main.jsp";
    }
}
[/code]

I created a module class + the xml file under META-INF with the applicationContext.xml and blossom-servlet.xml (like the blossomSample module and following the blossom 2.0 doc)

it deploys without error and I can see the module in Configuration/modules in the authoring page but I don't see my template listed, only Home and Redirect that were already there.

What am I missing here? Is it because I used the tomcat provided and the example in there is conflicting with my module?

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Jelly Fish (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T14:01:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18353">
    <title>Module descriptor, maven resource filtering and Eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18353</link>
    <description>&lt;pre&gt;Hello everybody, 
I really love maven filtering feature, but there is something that I'm missing to succesfully do development with Eclipse. 
After creating a basic maven module structure, I would like to re-use the maven properties inside Magnolia module descriptor: 

[img]http://img848.imageshack.us/img848/7681/mavenmagnoliamoduledesc.png[/img]
Shot at 2012-05-23

Everything is fine if I build purely with Maven.
But if I build with Eclipse (from menu Project -&amp;gt; Build Project or Project -&amp;gt; Clean) I see this: 

[img]http://img705.imageshack.us/img705/7332/mavenmagnoliamodulewron.png[/img]
Shot at 2012-05-23

I use a Dynamic Web Project for handling Magnolia webapp (it is really faster than a war build while working with freemarker templates or CSS..). 

Can anybody point me on the right direction?
Thanks a lot
Matteo

PS: sorry for the previous post, just ignore it, problems with image shack...

&lt;/pre&gt;</description>
    <dc:creator>Matteo Pelucco (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T13:58:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18352">
    <title>Re: Module descriptor, maven resource filtering and Eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18352</link>
    <description>&lt;pre&gt;1) [img]http://img705.imageshack.us/img705/7332/mavenmagnoliamodulewron.png[/img]
Shot at 2012-05-23

&lt;/pre&gt;</description>
    <dc:creator>Matteo Pelucco (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T13:55:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18351">
    <title>Re: Module descriptor, maven resource filtering and Eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18351</link>
    <description>&lt;pre&gt;2) [img]http://img848.imageshack.us/img848/7681/mavenmagnoliamoduledesc.png[/img]
Shot at 2012-05-23

&lt;/pre&gt;</description>
    <dc:creator>Matteo Pelucco (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T13:54:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18350">
    <title>Re: Module descriptor, maven resource filtering and Eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18350</link>
    <description>&lt;pre&gt;Sorry for image links, they have been just renamed by ImageShack to this: 

1) [img]http://img848.imageshack.us/img848/7681/mavenmagnoliamoduledesc.png[/img]
Shot at 2012-05-23


2) [img][IMG]http://img848.imageshack.us/img848/7681/mavenmagnoliamoduledesc.png[/IMG]
Shot at 2012-05-23[/img]
Shot at 2012-05-23

&lt;/pre&gt;</description>
    <dc:creator>Matteo Pelucco (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T13:54:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18349">
    <title>Module descriptor, maven resource filtering and Eclipse</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18349</link>
    <description>&lt;pre&gt;Hello everybody, 
I really love maven filtering feature, but there is something that I'm missing to succesfully do development with Eclipse. 
After creating a basic maven module structure, I would like to re-use the maven properties inside Magnolia module descriptor: 

[img]http://imageshack.us/photo/my-images/705/mavenmagnoliamodulewron.png/ http://imageshack.us/photo/my-images/848/mavenmagnoliamoduledesc.png/[/img]

Everything is fine if I build purely with Maven.
But if I build with Eclipse (from menu Project -&amp;gt; Build Project or Project -&amp;gt; Clean) I see this: 

[img]http://imageshack.us/photo/my-images/848/mavenmagnoliamoduledesc.png/[/img]

I use a Dynamic Web Project for handling Magnolia webapp (it is really faster than a war build while working with freemarker templates or CSS..). 

Can anybody point me on the right direction?
Thanks a lot
Matteo

&lt;/pre&gt;</description>
    <dc:creator>Matteo Pelucco (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T13:51:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18348">
    <title>AW: Magnolia 4.5.1/4.5.2 behind Apache2 with mod_proxy_html -&gt; IE lt 9 css-problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18348</link>
    <description>&lt;pre&gt;Hi Daniel,

I don't think I can help with your problem, but I am wondering 2 things when looking at your configuration:

1. You use mod_proxy / mod_proxy_html --&amp;gt; why? 
We use mod_jk and Tomcat's AJP Connector. So far we have no problems with this setup at all.
Is there some advantage you see to using mod_proxy over mod_jk? 
I haven't been able to answer this question for myself, and would be interested in knowing the rationale behind the choice of mod_proxy.

2. Why are you rewriting URLs in the content?
IMHO rewriting content is a recipe for trouble!
You could simply install magnoliaPublic in the ROOT context (rename the webapp folder from "magnoliaPublic" to "ROOT" and rename the folder "WEB-INF/config/magnoliaPublic" to " WEB-INF/config/ROOT").
If your public instance were running in the ROOT context you would not need to use mod_proxy_html at all, and it would improve performance, since Apache would no longer have to inflate-rewrite-compress each request...
Is there a good reason for leaving magnoliaPublic and using mod_proxy_html?

Sorry that I only have stupid questions and can't really help with your actual problem...

Regards from Vienna,

Richard


-----Ursprüngliche Nachricht-----
Von: user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com [mailto:user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com] Im Auftrag von Daniel (via Magnolia Forums)
Gesendet: Mittwoch, 23. Mai 2012 15:18
An: Magnolia User List
Betreff: [magnolia-user] Magnolia 4.5.1/4.5.2 behind Apache2 with mod_proxy_html -&amp;gt; IE lt 9 css-problem

Hi magnolia-users,

since update our cms from 4.4.6 -&amp;gt; 4.5.x, we have a problem with IE lt 9 and css.

The Config:
Server: Ubuntu 10.04 LTS, Apache 2.2.14
CMS:    Magnolia CE 4.5.2, standard-templating-kit 2.0.2 (with only "pimped css", js etc. are untouched)

Everything works fine, but on the production-system behind the apache proxy, IEs lt 9 has problems with css (or more ...?).

xx.conf has following parameters
[code]&amp;lt;VirtualHost www.xx.eu:80&amp;gt;
    ServerName  www.xx.eu

    RewriteEngine On
    RewriteRule     ^/$ /xx.html [P]

    ProxyPass       /docroot/ http://localhost:8081/magnoliaPublic/docroot/
    ProxyPass       /dms/ http://localhost:8081/magnoliaPublic/dms/
    ProxyPass       / http://localhost:8081/magnoliaPublic/
    
    ProxyPassReverse /docroot/ http://localhost:8081/magnoliaPublic/docroot/
    ProxyPassReverse /dms/ http://localhost:8081/magnoliaPublic/dms/
    ProxyPassReverse / http://localhost:8081/magnoliaPublic/

    ProxyHTMLExtended On
    ProxyHTMLMeta On
    ProxyHTMLStripComments Off
    ProxyHTMLURLMap /magnoliaPublic/docroot/ /docroot/
    ProxyHTMLURLMap /magnoliaPublic/dms/ /dms/
    ProxyHTMLURLMap /magnoliaPublic/ /
    ProxyHTMLDoctype XHTML Legacy

    SetOutputFilter INFLATE;proxy-html;DEFLATE
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4.0[678] no-gzip
    BrowserMatch "MSIE 6" no-gzip
    BrowserMatch "MSIE 7" !no-gzip !gzip-only-text/html
    BrowserMatch "MSIE 8" !no-gzip !gzip-only-text/html
    SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png|pdf)$ no-gzip dont-vary
   
    ExpiresActive on
    ExpiresDefault "access plus 1 day"

&amp;lt;/VirtualHost&amp;gt;[/code]

If ProxyHTMLExtended is Off, css is processed but no images (from dms) are loaded.
So, i think the problem is primary in a magnolia js, secondary in apache mod_proxy_html.

I hope someone can resolve the problem or give a little support ;-)

Have a nice day
Thanks and greetings
DS

&lt;/pre&gt;</description>
    <dc:creator>Unger, Richard</dc:creator>
    <dc:date>2012-05-23T13:43:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18347">
    <title>Magnolia 4.5.1/4.5.2 behind Apache2 with mod_proxy_html -&gt; IE lt 9 css-problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18347</link>
    <description>&lt;pre&gt;Hi magnolia-users,

since update our cms from 4.4.6 -&amp;gt; 4.5.x, we have a problem with IE lt 9 and css.

The Config:
Server: Ubuntu 10.04 LTS, Apache 2.2.14
CMS:    Magnolia CE 4.5.2, standard-templating-kit 2.0.2 (with only "pimped css", js etc. are untouched)

Everything works fine, but on the production-system behind the apache proxy, IEs lt 9 has problems with css (or more ...?).

xx.conf has following parameters
[code]&amp;lt;VirtualHost www.xx.eu:80&amp;gt;
    ServerName  www.xx.eu

    RewriteEngine On
    RewriteRule     ^/$ /xx.html [P]

    ProxyPass       /docroot/ http://localhost:8081/magnoliaPublic/docroot/
    ProxyPass       /dms/ http://localhost:8081/magnoliaPublic/dms/
    ProxyPass       / http://localhost:8081/magnoliaPublic/
    
    ProxyPassReverse /docroot/ http://localhost:8081/magnoliaPublic/docroot/
    ProxyPassReverse /dms/ http://localhost:8081/magnoliaPublic/dms/
    ProxyPassReverse / http://localhost:8081/magnoliaPublic/

    ProxyHTMLExtended On
    ProxyHTMLMeta On
    ProxyHTMLStripComments Off
    ProxyHTMLURLMap /magnoliaPublic/docroot/ /docroot/
    ProxyHTMLURLMap /magnoliaPublic/dms/ /dms/
    ProxyHTMLURLMap /magnoliaPublic/ /
    ProxyHTMLDoctype XHTML Legacy

    SetOutputFilter INFLATE;proxy-html;DEFLATE
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4.0[678] no-gzip
    BrowserMatch "MSIE 6" no-gzip
    BrowserMatch "MSIE 7" !no-gzip !gzip-only-text/html
    BrowserMatch "MSIE 8" !no-gzip !gzip-only-text/html
    SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png|pdf)$ no-gzip dont-vary
   
    ExpiresActive on
    ExpiresDefault "access plus 1 day"

&amp;lt;/VirtualHost&amp;gt;[/code]

If ProxyHTMLExtended is Off, css is processed but no images (from dms) are loaded.
So, i think the problem is primary in a magnolia js, secondary in apache mod_proxy_html.

I hope someone can resolve the problem or give a little support ;-)

Have a nice day
Thanks and greetings
DS

&lt;/pre&gt;</description>
    <dc:creator>Daniel (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T13:17:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18346">
    <title>AW: Re: Jasper Report problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18346</link>
    <description>&lt;pre&gt;Hi Fabio,

The way I see it, cause and effect are reversed compared to what you are assuming:
I think the JCR session was not closed because the OOM error occurred, not the other way round.

However, I can't be sure. Maybe someone who knows more about Blossom or JasperReports can say.

Regards from Vienna,

Richard


-----Ursprüngliche Nachricht-----
Von: user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com [mailto:user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com] Im Auftrag von Fabio Paroni (via Magnolia Forums)
Gesendet: Mittwoch, 23. Mai 2012 14:16
An: Magnolia User List
Betreff: [magnolia-user] Re: Jasper Report problem

Hi Richard,

thanks for reply. I have already set the CATALINA_OPTS for the Permgen memory problem..but nothing change. In my opinion the real issue are these first lines:
[code]WARN 22.05.2012 18:14:11 org.apache.jackrabbit.core.SessionImpl SessionImpl.java(finalize:1667) -- Unclosed session detected. The session was opened here:
java.lang.Exception: Stack Trace
at org.apache.jackrabbit.core.SessionImpl.&amp;lt;init&amp;gt;(SessionImpl.java:237)[/code]

Every time I get this warning, I get the permgen problem; if this warning doesn't appear everything works fine. But I don't know how to fix this.
Any suggestions?

Thanks a lot.
Fabio

&lt;/pre&gt;</description>
    <dc:creator>Unger, Richard</dc:creator>
    <dc:date>2012-05-23T12:43:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18345">
    <title>Re: Jasper Report problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18345</link>
    <description>&lt;pre&gt;Hi Richard,

thanks for reply. I have already set the CATALINA_OPTS for the Permgen memory problem..but nothing change. In my opinion the real issue are these first lines:
[code]WARN 22.05.2012 18:14:11 org.apache.jackrabbit.core.SessionImpl SessionImpl.java(finalize:1667) -- Unclosed session detected. The session was opened here:
java.lang.Exception: Stack Trace
at org.apache.jackrabbit.core.SessionImpl.&amp;lt;init&amp;gt;(SessionImpl.java:237)[/code]

Every time I get this warning, I get the permgen problem; if this warning doesn't appear everything works fine. But I don't know how to fix this.
Any suggestions?

Thanks a lot.
Fabio

&lt;/pre&gt;</description>
    <dc:creator>Fabio Paroni (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T12:15:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18344">
    <title>Introducing Talkoot, a collaborative project to make a great Magnolia 5 book</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18344</link>
    <description>&lt;pre&gt;Dear List Members,

My name is Zak Greant. I'm a new staff member at Magnolia.

Today we're launching a draft community project to create an awesome 
Magnolia 5 book.

The project is called Talkoot. It's a different kind of name (unless you 
speak Finnish) for a different kind of collaborative project.

Over the next few days, I'll be writing about the key aspects of the 
project, talking about how it's different and why you would want to 
participate.

I'll keep the flow of information steady but light, so that it is easy 
for people to keep up-to-date as the project develops.

You can view the skeleton for the project on our wiki at:

   http://wiki.magnolia-cms.com/display/TALKOOT

If you've got early feedback, please feel free to drop me an email or 
leave comments on the wiki.

Cheers!
&lt;/pre&gt;</description>
    <dc:creator>Zak Greant</dc:creator>
    <dc:date>2012-05-23T09:59:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18343">
    <title>AW: Re: Magnolia Clustering</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18343</link>
    <description>&lt;pre&gt;Hi Alessandro,

I am not sure, I think that warning may be a bug.
If everything is working right, I think it may be safe to ignore that warning.

It would be better if someone official at Magnolia could answer that for you though... 
The same question has been asked before on this mailing list, I think. I am not sure it was answered.

Regards from Vienna,

Richard

-----Ursprüngliche Nachricht-----
Von: user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com [mailto:user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com] Im Auftrag von Alessandro Vergari (via Magnolia Forums)
Gesendet: Freitag, 18. Mai 2012 15:10
An: Magnolia User List
Betreff: [magnolia-user] Re: Magnolia Clustering

Thank You very much Richard.
You have dispelled all my doubts.

A last question: Why when I start two node that share a DB for a clustered workspace, form example media, I read in magnolia log that the cluster ID is not set although I set the cluster ID in magnolia.properties and also in my jackrabbit-mysql.xml configuration file ?

Thanks again for your invaluable help

Alessandro

&lt;/pre&gt;</description>
    <dc:creator>Unger, Richard</dc:creator>
    <dc:date>2012-05-23T09:03:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18342">
    <title>AW: [magnolia-user]  How do you use geolocation?</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18342</link>
    <description>&lt;pre&gt;Hi Antti,

Currently we do not use Geolocation.

In the future, it could be very interesting for our customer, who is quite involved in Austrian GIS (geographical information systems).

We could enhance the online GIS Applications by determining the location of a visitor and focusing the maps and information on the visitor's location, without him having to first search for where he is.

This would require somewhat accurate location based on lat/long, or postal-code for some applications.

See 

http://www.radon.gv.at/radonsuche.html

for an example of what I mean.

Regards from Vienna,

Richard



-----Ursprüngliche Nachricht-----
Von: user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com [mailto:user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com] Im Auftrag von Antti Hietala (via Magnolia Forums)
Gesendet: Montag, 21. Mai 2012 09:39
An: Magnolia User List
Betreff: [magnolia-user] How do you use geolocation?

Hi everyone,

We are planning a code tutorial about geolocation. The idea is to use a publicly available geo API to detect a website visitor's location, then use that information to deliver relevant Web content.

How do you use geolocation information on your site today? How would you like to use it?

Reply to this thread with ideas. We will use your suggestions to build a meaningful case example.

Thanks,
Antti

&lt;/pre&gt;</description>
    <dc:creator>Unger, Richard</dc:creator>
    <dc:date>2012-05-23T08:56:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18341">
    <title>AW: Jasper Report problem</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18341</link>
    <description>&lt;pre&gt;Hi Fabio,

I don't know about Blossom or JasperReports under Magnolia, but see the following in your Stack-Trace:

java.lang.OutOfMemoryError: PermGen space

Try looking that up on Google, you'll have a solution pretty quickly. It's a memory problem.

Regards from Vienna,

Richard

-----Ursprüngliche Nachricht-----
Von: user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com [mailto:user-list-owner&amp;lt; at &amp;gt;magnolia-cms.com] Im Auftrag von Fabio Paroni (via Magnolia Forums)
Gesendet: Dienstag, 22. Mai 2012 18:18
An: Magnolia User List
Betreff: [magnolia-user] Jasper Report problem

Hi,

when I try to fill a pdf report with Jasper Report I get this error and it seems like it's a magnolia issue rather than a Jasper issue...This is the erroe (little bit long)

WARN  22.05.2012 18:14:11 org.apache.jackrabbit.core.SessionImpl SessionImpl.java(finalize:1667) -- Unclosed session detected. The session was opened here: 
java.lang.Exception: Stack Trace
at org.apache.jackrabbit.core.SessionImpl.&amp;lt;init&amp;gt;(SessionImpl.java:237)
at org.apache.jrvlet.DispatcherServlet.doDispatch(DispatcherServlet.jackrabbit.core.SessionImpl.&amp;lt;init&amp;gt;(SessionImpl.java:259)
at org.apache.jackrabbit.core.XASessionImpl.&amp;lt;init&amp;gt;(XASessionImpl.java:107)
at org.apache.jackrabbit.core.RepositoryImpl.createSessionInstance(RepositoryImpl.java:1599)
at org.apache.jackrabbit.core.RepositoryImpl.createSession(RepositoryImpl.java:1010)
at org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1500)
at org.apache.jackrabbit.core.jndi.BindableRepository.login(BindableRepository.java:162)
at info.magnolia.cms.util.WorkspaceAccessUtil.createRepositorySession(WorkspaceAccessUtil.java:124)
at info.magnolia.cms.util.WorkspaceAccessUtil.createRepositorySession(WorkspaceAccessUtil.java:110)
at info.magnolia.context.AbstractRepositoryStrategy.getRepositorySession(AbstractRepositoryStrategy.java:103)
at info.magnolia.context.AbstractRepositoryStrategy.getHierarchyManager(AbstractRepositoryStrategy.java:75)
at info.magnolia.context.AbstractContext.getHierarchyManager(AbstractContext.java:115)
at info.magnolia.context.AbstractContext.getHierarchyManager(AbstractContext.java:184)
at info.magnolia.module.blossom.dialog.DefaultBlossomDialogRegistry.writeDialogDefinition(DefaultBlossomDialogRegistry.java:96)
at info.magnolia.module.blossom.dialog.DefaultBlossomDialogRegistry.addDialogDescription(DefaultBlossomDialogRegistry.java:90)
at info.magnolia.module.blossom.dialog.DefaultBlossomDialogRegistry.registerDialogFactory(DefaultBlossomDialogRegistry.java:78)
at info.magnolia.module.blossom.paragraph.DefaultBlossomParagraphRegistry.registerAnonymousDialog(DefaultBlossomParagraphRegistry.java:129)
at info.magnolia.module.blossom.paragraph.DefaultBlossomParagraphRegistry.registerParagraph(DefaultBlossomParagraphRegistry.java:120)
at info.magnolia.module.blossom.paragraph.ParagraphExporter.postProcessHandler(ParagraphExporter.java:63)
at info.magnolia.module.blossom.support.AbstractUrlMappedHandlerPostProcessor.scanHandlerMapping(AbstractUrlMappedHandlerPostProcessor.java:67)
at info.magnolia.module.blossom.support.AbstractUrlMappedHandlerPostProcessor.postProcessAfterInitialization(AbstractUrlMappedHandlerPostProcessor.java:56)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:407)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1461)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:270)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:120)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:353)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:153)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:631)
at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:588)
at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:645)
at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:508)
at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:449)
at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:133)
at javax.servlet.GenericServlet.init(GenericServlet.java:160)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1266)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1185)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1080)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5015)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5302)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) [aximipc197] ERROR 22.05.2012 18:14:16 info.magnolia.cms.taglibs.Include Include.java(doEndTag:229) -- org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space
info.magnolia.module.templating.RenderException: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space
at info.magnolia.module.blossom.render.BlossomParagraphRenderer.render(BlossomParagraphRenderer.java:100)
at info.magnolia.module.templating.engine.DefaultRenderingEngine$RenderingHelper$1.render(DefaultRenderingEngine.java:80)
at info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:171)
at info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:127)
at info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:120)
at info.magnolia.module.templating.engine.DefaultRenderingEngine$$EnhancerByCGLIB$$df0945bd.render(&amp;lt;generated&amp;gt;)
at info.magnolia.cms.taglibs.Include.doEndTag(Include.java:215)
at org.apache.jsp.templates.pages.template_002dbase_jsp._jspx_meth_cms_005fincludeTemplate_005f0(template_002dbase_jsp.java:169)
at org.apache.jsp.templates.pages.template_002dbase_jsp._jspx_meth_cms_005fcontentNodeIterator_005f0(template_002dbase_jsp.java:128)
at org.apache.jsp.templates.pages.template_002dbase_jsp.access$0(template_002dbase_jsp.java:113)
at org.apache.jsp.templates.pages.template_002dbase_jsp$Helper.invoke0(template_002dbase_jsp.java:212)
at org.apache.jsp.templates.pages.template_002dbase_jsp$Helper.invoke(template_002dbase_jsp.java:232)
at org.apache.jsp.tag.webente_002dmutuo.page_tag.doTag(page_tag.java:297)
at org.apache.jsp.templates.pages.template_002dbase_jsp._jspx_meth_entemutuo_005fpage_005f0(template_002dbase_jsp.java:108)
at org.apache.jsp.templates.pages.template_002dbase_jsp._jspService(template_002dbase_jsp.java:85)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:76)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.ContentTypeFilter.doFilter(ContentTypeFilter.java:104)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.ContextFilter.doFilter(ContextFilter.java:120)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.CompositeFilter.doFilter(CompositeFilter.java:66)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:105)
at info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:216)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:471)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:402)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
at info.magnolia.module.templating.renderers.JspTemplateRenderer.onRender(JspTemplateRenderer.java:69)
at info.magnolia.module.templating.AbstractRenderer.render(AbstractRenderer.java:94)
at info.magnolia.module.templating.renderers.AbstractTemplateRenderer.renderTemplate(AbstractTemplateRenderer.java:77)
at info.magnolia.module.templating.engine.DefaultRenderingEngine$RenderingHelper$2.render(DefaultRenderingEngine.java:108)
at info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:171)
at info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:130)
at info.magnolia.module.templating.engine.DefaultRenderingEngine$$EnhancerByCGLIB$$df0945bd.render(&amp;lt;generated&amp;gt;)
at info.magnolia.module.templating.RenderingFilter.render(RenderingFilter.java:137)
at info.magnolia.module.templating.RenderingFilter.doFilter(RenderingFilter.java:92)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.BackwardCompatibilityFilter.doFilter(BackwardCompatibilityFilter.java:73)
at info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.module.blossom.preexecution.BlossomFilter.doFilter(BlossomFilter.java:80)
at info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.module.templating.ModelExecutionFilter.doFilter(ModelExecutionFilter.java:88)
at info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.InterceptFilter.doFilter(InterceptFilter.java:121)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.AggregatorFilter.doFilter(AggregatorFilter.java:104)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.security.BaseSecurityFilter.doFilter(BaseSecurityFilter.java:64)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.RepositoryMappingFilter.doFilter(RepositoryMappingFilter.java:91)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.CompositeFilter.doFilter(CompositeFilter.java:66)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.module.samples.filters.SampleFilter.doFilter(SampleFilter.java:58)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:76)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.CompositeFilter.doFilter(CompositeFilter.java:66)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.VirtualUriFilter.doFilter(VirtualUriFilter.java:69)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.i18n.I18nContentSupportFilter.doFilter(I18nContentSupportFilter.java:75)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.RangeSupportFilter.doFilter(RangeSupportFilter.java:86)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.module.cache.filter.GZipFilter.doFilter(GZipFilter.java:73)
at info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.security.BaseSecurityFilter.doFilter(BaseSecurityFilter.java:64)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.security.LogoutFilter.doFilter(LogoutFilter.java:91)
at info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.security.auth.login.LoginFilter.doFilter(LoginFilter.java:85)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:84)
at info.magnolia.cms.filters.CosMultipartRequestFilter.doFilter(CosMultipartRequestFilter.java:86)
at info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:60)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.ContentTypeFilter.doFilter(ContentTypeFilter.java:104)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.ContextFilter.doFilter(ContextFilter.java:120)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:82)
at info.magnolia.cms.filters.CompositeFilter.doFilter(CompositeFilter.java:66)
at info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:88)
at info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:105)
at info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:216)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) Caused by: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:949)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at info.magnolia.module.blossom.render.BlossomDispatcherServlet.include(BlossomDispatcherServlet.java:123)
at info.magnolia.module.blossom.render.BlossomParagraphRenderer.render(BlossomParagraphRenderer.java:93)
... 159 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2889)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1170)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1678)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556)
at com.lowagie.text.pdf.PdfDictionary.getDirectObject(Unknown Source)
at com.lowagie.text.pdf.PdfDictionary.getAsDict(Unknown Source)
at com.lowagie.text.pdf.PdfResources.add(Unknown Source)
at com.lowagie.text.pdf.PageResources.getResources(Unknown Source)
at com.lowagie.text.pdf.PdfDocument.newPage(Unknown Source)
at com.lowagie.text.pdf.PdfDocument.close(Unknown Source)
at com.lowagie.text.Document.close(Unknown Source)
at net.sf.jasperreports.engine.export.JRPdfExporter.exportReportToStream(JRPdfExporter.java:694)
at net.sf.jasperreports.engine.export.JRPdfExporter.exportReport(JRPdfExporter.java:388)
at net.sf.jasperreports.engine.JasperExportManager.exportReportToPdfFile(JasperExportManager.java:122)
at axioma.magnolia.util.JasperUtils.create(JasperUtils.java:54)
at axioma.magnolia.controllers.CalcolaPreventivoController.stato0(CalcolaPreventivoController.java:243)
at axioma.magnolia.controllers.CalcolaPreventivoController.post(CalcolaPreventivoController.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:212)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.seava:900)[code]SOMETHING HERE[/code]

Any idea?

Thanks in advance
Fabio

--
Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=244556ef-e566-4953-8873-89175e19bea2


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------





----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: &amp;lt;user-list-unsubscribe&amp;lt; at &amp;gt;magnolia-cms.com&amp;gt;
----------------------------------------------------------------


&lt;/pre&gt;</description>
    <dc:creator>Unger, Richard</dc:creator>
    <dc:date>2012-05-23T08:44:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18340">
    <title>Re: Site inheritance</title>
    <link>http://permalink.gmane.org/gmane.comp.cms.magnolia.user/18340</link>
    <description>&lt;pre&gt;Hi Paul,

[quote]In "Inheritable components" the structure has changed. What is shown as "Site Definitions" has been changed to "Site Configuration"[/quote]

This is a difference between the enterprise and community editions. EE supports multiple "Site Definitions". CE supports only one "Site Configuration". It's just naming, you can still use inheritance. The nodes are in Templating Kit &amp;gt; Site Configuration &amp;gt; /templates/prototype/areas/&amp;lt;area name&amp;gt; in CE.

[quote]I would like to override horizontalNavigation[/quote]

Navigation is not an area. It is configured in /templates/prototype/navigation. It is not editable either but automatically generated from the site structure. The usual inheritance benefit "edit on parent, not on children" does not really apply here.

Suppose you want horizontal navi to behave differently in one section. In EE you could create a second site definition, configure your custom navi in it, and apply it to the section. In CE you have only one site definition so you need a workaround. Copy an existing template definition (stkSection) and define your custom navi under it. Apply it to pages where navigation should behave differently.

Example: In Templating Kit &amp;gt; Template Definitions
[code]
+ pages
  + stkSectionNoHorizontalNavigation (this is your custom template def!)
    + navigation
      + horizontal
        - enabled=false
[/code]

Through configuration you can define behavior such as the number of levels displayed. If you want to change the business logic you need a custom navigation model class. Extend the default STK class or write your own.

See horizontalNavigation.ftl on how the model is accessed from the script. You can define your own context attribute, available to the script. See Configuration &amp;gt; /modules/standard-templating-kit/renderers/stk/contextAttributes for examples. 

[code]
+ renderers
  + stk
    + contextAttributes
      + myNavigationUtil
        - componenClass=path.to.myNavigationUtil
        - name=myNavigationUtil
[/code]

In the script, get the model from the context attribute with [#assign navigation = myNavigationUtil.navigation.horizontalNavigation/].

&lt;/pre&gt;</description>
    <dc:creator>Antti Hietala (via Magnolia Forums</dc:creator>
    <dc:date>2012-05-23T08:44:09</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.cms.magnolia.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.cms.magnolia.user</link>
  </textinput>
</rdf:RDF>

