[
https://jira.jboss.org/browse/JBEE-51?page=com.atlassian.jira.plugin.syst...
]
jaikiran pai reopened JBEE-51:
------------------------------
Reopening this since I forgot to commit the (trivial) fix for this and hence it didn't
make it to CR1. Sorry about that.
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.CR1-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:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira