[jboss-jira] [JBoss JIRA] Created: (JBEE-51) TimerConfig.isPersistent() returns false for a default TimerConfig
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Jun 23 11:09:46 EDT 2010
TimerConfig.isPersistent() returns false for a default TimerConfig
------------------------------------------------------------------
Key: JBEE-51
URL: https://jira.jboss.org/browse/JBEE-51
Project: JBoss JavaEE APIs
Issue Type: Bug
Components: EJB API
Affects Versions: 1.0.0.Beta2-ejb-3.1-api
Reporter: jaikiran pai
Assignee: jaikiran pai
javax.ejb.TimerConfig says this:
<p>
* The persistent property determines whether the corresponding timer has a lifetime that spans the JVM in which it was created.
* It is optional and defaults to true.
</p>
However, the following returns false:
TimerConfig tc = new TimerConfig();
tc.isPersistent(); // returns false - bug!
--
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
More information about the jboss-jira
mailing list