[JBoss-dev] EJB Timer Service

2004-02-25 Thread Bill Burke
Committed merged-up version of Andreas's EJB Timer Service work. After fixings a few bugs, it kinda works. Is somebody interested in making it complete? 1) Transaction support is needed 2) Entity needs to keep ContainerTimerService map as a WeakValueHashMap (see org.jboss.util) 3) Scott also

Re: [JBoss-dev] EJB Timer Service Update

2002-12-20 Thread Andy
ubject: Re: [JBoss-dev] EJB Timer Service Update > (when) does it make sense to backport this to the 3.2 branch? > > how much effort is it? > > Holger > > On Tue, 2002-12-17 at 07:37, Andy wrote: > > Hi Geeks > > > > I just checked in the latest update

Re: [JBoss-dev] EJB Timer Service Update

2002-12-19 Thread Holger Engels
(when) does it make sense to backport this to the 3.2 branch? how much effort is it? Holger On Tue, 2002-12-17 at 07:37, Andy wrote: > Hi Geeks > > I just checked in the latest update of the EJB Timer Service. I added a > simple > file-based persistence layer, finished the implementation of the

[JBoss-dev] EJB Timer Service Update

2002-12-16 Thread Andy
Hi Geeks I just checked in the latest update of the EJB Timer Service. I added a simple file-based persistence layer, finished the implementation of the Timer class and added a timer testcase to the JBoss testsuite. The next part is the implementation of the transaction support. Right know I thin

[JBoss-dev] EJB Timer Service

2002-11-30 Thread Andy
Hi Geeks Just uploaded the initial release of the EJB Timer Service (javax.ejb.Timer etc.). This version supports: - EJBContext.getTimerService() - Entity Beans - Stateless Session Beans - 3rd party integration support for timer sources But it has no support for: - MDBs - persistence - transacti