Sanket Pattekar napisaƂ(a):
> Hi,
>
> I am using cocoon 2.1.8, and is using i18n transformer for
> internationalization. I have a issue with i18n caching.
>
> I generate the catalogues using pipeline, i.e I have the following for
> my i18n declaration
>
> <map:transformer name="i18n" logger="sitemap.transformer.i18n"
>     src="org.apache.cocoon.transformation.I18nTransformer">
>     <catalogues default="others">
>             <catalogue id="menu"     name="menu"    
> location="cocoon:/translations"/>       
>             <catalogue id="others"     name="others"    
> location="cocoon:/translations"/>
>
>     </catalogues>
>     <cache-at-startup>true</cache-at-startup>
> </map:transformer>
>
> I therefore have a problem, where the output of the above pipeline gives
> me a different values, but the transformer still shows me the
> incorrect values.

Maybe just set cache-at-startup to false? :)

-- 
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to