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