Very cool, Mario. FYI, I'll be talking about Orchestra (among other things)
at JavaZone next week
(http://www4.java.no/web/show.do?page=92&articleid=5276). This means I may
be asking a lot of questions over the next few days :-).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
http://www.virtua.com - JSF/Java EE consulting, training, and mentoring
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info

* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *


> -----Original Message-----
> From: Mario Ivankovits [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 07, 2007 11:36 AM
> To: MyFaces Development
> Subject: [orchestra] changed scope configuration
> 
> Hi!
> 
> Today we cleaned up the way how to configure the different scopes.
> 
> Basically this means:
> * you HAVE to configure a timeout now. The default is to never timeout
> a
> conversation on its own.
> * the flash scope is now configured through the "lifetime" property.
> 
> Please see here an example or refer to the updated installation
> documentation (once it has been published which might take some hours)
> 
>                 <entry key="conversation.normal">
>                     <bean
> class="org.apache.myfaces.orchestra.conversation.spring.SpringConversat
> ionScope">
>                         <property name="timeout" value="35" />
> 
>                         <property name="advices">
>                             <list>
>                                 <ref
> bean="persistentContextConversationInterceptor"/>
>                             </list>
>                         </property>
>                     </bean>
>                 </entry>
>                 <entry key="conversation.flash">
>                     <bean
> class="org.apache.myfaces.orchestra.conversation.spring.SpringConversat
> ionScope">
>                         <property name="advices">
>                             <list>
>                                 <ref
> bean="persistentContextConversationInterceptor"/>
>                             </list>
>                         </property>
>                         <property name="lifetime" value="flash"/>
>                     </bean>
>                 </entry>
> 
> 
> Ciao,
> Mario

Reply via email to