[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3588) seamspace example needs to use @Begin(join=true) for some actions
Jay Balunas (JIRA)
jira-events at lists.jboss.org
Mon Oct 20 11:20:20 EDT 2008
seamspace example needs to use @Begin(join=true) for some actions
-----------------------------------------------------------------
Key: JBSEAM-3588
URL: https://jira.jboss.org/jira/browse/JBSEAM-3588
Project: Seam
Issue Type: Bug
Components: Examples
Affects Versions: 2.1.0.CR1
Environment: JDK6
AS 5 CR2
Reporter: Jay Balunas
Assignee: Shane Bryzak
Priority: Minor
Fix For: 2.1.1.CR1
If you click on create user or create role twice you get the exception below in the log
Caused by: java.lang.IllegalStateException: begin method invoked from a long-running conversation, try using @Begin(join=true) on method: createRole
at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:47)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
--
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
More information about the seam-issues
mailing list