]
Pete Muir updated JBSEAM-2465:
------------------------------
Fix Version/s: 2.1.0.BETA2
(was: 2.1.0.GA)
Asynchronous method call from page action
-----------------------------------------
Key: JBSEAM-2465
URL:
https://jira.jboss.org/jira/browse/JBSEAM-2465
Project: Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.0.GA
Environment: Windows XP running Tomcat 5.5.25 using Seam 2.0.0.GA with POJO's
(that is no EJB3 at all)
Reporter: Pierre Ingmansson
Priority: Minor
Fix For: 2.1.0.BETA2
Original Estimate: 1 hour
Remaining Estimate: 1 hour
If a page-tag in pages.xml includes a action that is asynchronous like this:
<page action="#{myAction.doSomethingAsynchronously}"
view-id="/myView.xhtml">
And if something goes wrong while executing the method
"doSomethingAsynchronously", the error is not logged at all.
In my case the call to the "myAction"-bean resulted in a RequiredException (due
to some misconfiguration on my part), but the error was never logged so I had to debug the
internal Seam-code to find out what went wrong. If the method
"doSomethingAsynchronously" would have thrown a exception itself, I suspect that
the behaviour would be the same (no stacktrace inte the log that is..).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: