[jboss-jira] [JBoss JIRA] Created: (JBAS-4053) EJB TimerService createTimer swallows underlying exception
Jim Moran (JIRA)
jira-events at jboss.com
Fri Feb 2 10:08:29 EST 2007
EJB TimerService createTimer swallows underlying exception
----------------------------------------------------------
Key: JBAS-4053
URL: http://jira.jboss.com/jira/browse/JBAS-4053
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB2, EJB3
Affects Versions: JBossAS-4.0.5.GA
Reporter: Jim Moran
Assigned To: Scott M Stark
javax.ejb.TimerService.createTimer implementation, org.jboss.ejb.txtimer.TimerServiceImpl.createTimer does not throw EJBException for "system-level failure" as per spec but rather just returns null and logs an error for any Exception.
>From TimerServerImpl.createTimer:
catch (Exception e)
{
log.error("Cannot create txtimer", e);
return null;
}
--
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 jboss-jira
mailing list