]
Shelly McGowan updated JBEE-51:
-------------------------------
Fix Version/s: 1.0.0.CR2-ejb-3.1-api
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
Fix For: 1.0.0.CR2-ejb-3.1-api
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: