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

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Jul 5 05:57:46 EDT 2010


    [ https://jira.jboss.org/browse/JBEE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12537886#action_12537886 ] 

jaikiran pai commented on JBEE-51:
----------------------------------

r106422 should now have the fix

> 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
>
> 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