[jboss-jira] [JBoss JIRA] Updated: (JBEE-51) TimerConfig.isPersistent() returns false for a default TimerConfig

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Thu Jul 1 11:56:47 EDT 2010


     [ https://jira.jboss.org/browse/JBEE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shelly McGowan updated JBEE-51:
-------------------------------

    Fix Version/s: 1.0.0.CR1-ejb-3.1-api
                       (was: 1.0.0.CR1)


> 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

        


More information about the jboss-jira mailing list