[PATCH] LocalizationService [Zip attached]

2003-03-18 Thread Massimiliano Dessì
Please see the attached .zip patch. The different with the previous version it's the private method searchKey(Locale locale, String key) used by getString(String bundleName, Locale locale, String key). The key it's search in the firstbundle, if it' not found it's search in the second and so on

Re: PATCH LocalizationService

2003-03-18 Thread Jon Evans
Hi Massimiliano, Massimiliano Dessi wrote: Please see the attached patch. The different with the previous version it's the private method searchKey(Locale locale, String key) used by getString(String bundleName, Locale locale, String key). The key it's search in the firstbundle, if it' not found

Re: PATCH LocalizationService

2003-03-18 Thread Massimiliano Dessi
Hi Jon I have choiche conservative approach . For my site it's necessary change the language at runtime , but i don't know if Turbine used the service for other point of framework . Extends the turbine service and rewrite only the method for change the language (and the classes around it

Can't get cvs to work... PortalPersistenceService fails on init ?

2003-03-18 Thread Aurelien Pernoud
Hi there, I wanted to try the cvs branch, so I just checked it out today, and build it succesfully. I add the missing jars (activation and javax.sql), didn't make any change to .properties file under conf, and when I try to access the portal I have an exception : Horrible Exception:

cvs commit: jakarta-jetspeed/xdocs changes.xml

2003-03-18 Thread morciuch
morciuch2003/03/18 12:06:27 Modified:.project.xml buildbuild.xml docs/site changes.html xdocschanges.xml Log: 1. Fixed 'war_release' target to exclude .class files from the .war file (see Bugzilla issue# 18121). 2.