-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta2-ejb-3.1-api
-
None
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!
- blocks
-
JBEE-53 Release jboss-ejb-api_3.1_spec 1.0.0.CR2
-
- Closed
-