Project

General

Profile

Feature #8406

Updated by Reynaud Sylvain over 9 years ago

+When argument "_nb_steps_" is set+: +Default value when missing+: 
 <pre><code class="xml"> 
 <view last=" '999' "> 
 </code></pre> 

 +Automatically added by lavoisier-config.xsl+: 
 <pre><code class="xml"> 
 <view last="choose_not_null(arguments()[@key='_stop_at_'], '999')"> 
 </code></pre> 

 +Behavior+: 
 * Cache is disabled (even if set to a very value). @last<999 disable cache. 
 * The java class "Chain" ignore plugins above value of argument "_nb_steps_". @last. If "Chain" ignores a connector/serializer, then an exception is thrown.

Back