Uploaded image for project: 'JBoss Enterprise Spec APIs'
  1. JBoss Enterprise Spec APIs
  2. JBEE-51

TimerConfig.isPersistent() returns false for a default TimerConfig

XMLWordPrintable

      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!

            jaikiran Jaikiran Pai (Inactive)
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: