@End should probably not throw exceptions if a conversation could not be ended because it
does not exist
--------------------------------------------------------------------------------------------------------
Key: SEAMFACES-46
URL:
https://jira.jboss.org/browse/SEAMFACES-46
Project: Seam Faces
Issue Type: Feature Request
Components: Conversations
Affects Versions: 3.0.0.Alpha4
Reporter: Lincoln Baxter III
The @End annotation calls conversation.end() without first checking
conversation.isTransient(). This results in exceptions when invoking the method on a
transient conversation.
This should either be a configuration option of the annotation, or should not occur:
@End(ConversationPropagation.REQUIRED)
@End(ConversationPropagation.OPTIONAL)
Etc... something like that().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira