[
https://jira.jboss.org/jira/browse/JBSEAM-3850?page=com.atlassian.jira.pl...
]
Andrea Alberto commented on JBSEAM-3850:
----------------------------------------
I had the same problem with seam 2.0.1.GA.
My environment is:
* Seam 2.0.1.GA
* JBoss AS 4.2.2
* Java5
begin-conversation flush-mode="MANUAL" doesn't actualy
apply MANUAL flushMode
-----------------------------------------------------------------------------
Key: JBSEAM-3850
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3850
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.0.SP1
Environment: Seam 2.1.0.SP1
JBoss AS 4.2.2
Java 6
Reporter: Uros Majeric
Priority: Critical
If I put <begin-conversation join="true" flush-mode="MANUAL"/>
in some.page.xml it starts me a conversation but flushMode isn't MANUAL. I tried with
<action execute="#{actionBean.startConversation}"/> wich is anotated with:
@Begin(join = true, flushMode = FlushModeType.MANUAL). In that case ti work's fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira