0 Replies Latest reply on Aug 10, 2011 2:53 AM by lucaster.luca.cavagnoli.gmail.com

    Big: flushMode = FlushModeType.MANUAL is ignored

    lucaster.luca.cavagnoli.gmail.com

      Setting manual flushing through annotation doesn't work.


      This does not work:


      @Begin(join = true, flushMode = org.jboss.seam.annotations.FlushModeType.MANUAL)



      This works:


          <navigation>
            <rule if-outcome="artist">
               <begin-conversation flush-mode="manual" join="true" />
               <redirect view-id="/artist.xhtml" />
            </rule>
         </navigation>



      This works:


          <core:manager concurrent-request-timeout="500" conversation-id-parameter="cid" conversation-timeout="120000" default-flush-mode="MANUAL"/>





      I will open a JIRA about the issue.