[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

thomas.heute@jboss.com do-not-reply at jboss.com
Wed Sep 26 06:18:32 EDT 2007


Actually this is not a really a bug, but i'm not sure it's clear from the doc neither (so that may need to be emphasized), finally the error handling should be better.

The issue, is that by setting up English in your browser, it will try to get the english content for the file (your preferred locale) since it cannot get it (it doesn't exist) it falls back to your default locale set at the CMS level which is english by default.

So if you plan to write all the content in German, you should gp edit portal-cms.sar/META-INF/jboss-service.xml and change:


  | <attribute name="DefaultLocale">en</attribute>
  | 
to

  | <attribute name="DefaultLocale">de</attribute>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088759#4088759

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088759



More information about the jboss-user mailing list