You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2006/02/01 23:51:04 UTC

[jira] Commented: (GERONIMO-1553) Provide commonj Timer and Work Manager.

    [ http://issues.apache.org/jira/browse/GERONIMO-1553?page=comments#action_12364889 ] 

David Jencks commented on GERONIMO-1553:
----------------------------------------

I've been looking forward to commonj for a long time :-)

I started glancing at this very briefly.  It's been a couple years since I looked at the commonj specs ;-).  IIUC we will need some spec jars to be able to compile this.  Should we write these from the specs?  Are they available so we can put them in our specs project?  So far we have preferred to have source code for all specs in an apache location.

Does the commonj timer spec include persistent timers in any form, and is it transactional in any sense?  How useful is it for implementing the transactional persistent ejb timers?


BTW there might be a bug here for non-fixed rate in TimerImpl:

    public synchronized void updateScheduledExecutionTime() {
        if (fixedRate)
            scheduledExecutionTime+=period;
        else
            scheduledExecutionTime+=System.currentTimeMillis()+period;
    }


> Provide commonj Timer and Work Manager.
> ---------------------------------------
>
>          Key: GERONIMO-1553
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1553
>      Project: Geronimo
>         Type: New Feature
>   Components: general
>     Versions: Wish List
>  Environment: na
>     Reporter: Seth White
>  Attachments: commonj.jar
>
> It would be nice if Geronimo provided an implementation of the Timer and Work Manager APIs specified by commonj.
> More information on these features can be found here:
> http://dev2dev.bea.com/wlplatform/commonj/twm.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira