[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3084) AsynchronousInterceptor swallows any exception thrown
Dan Allen (JIRA)
jira-events at lists.jboss.org
Sat Jun 7 17:30:15 EDT 2008
AsynchronousInterceptor swallows any exception thrown
-----------------------------------------------------
Key: JBSEAM-3084
URL: http://jira.jboss.com/jira/browse/JBSEAM-3084
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.0.A1
Reporter: Dan Allen
Assigned To: Dan Allen
Fix For: 2.1.0.BETA1
The AsynchronousInterceptor swallows any exception thrown. I expect that it would at the very least log the exception using the error level so there is some indication that it happened.
Here is a snippet of the interceptor code under question.
try
{
return invocation.proceed();
}
finally { ... }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list