A few days ago I dove into a project that relies on Avalon quite a bit. I'm using Cocoon 2.0.4 and needed to write something that would manage background tasks and allow them to be started either by time trigger or by an event (from the web app). I'm using the time scheduler, events, configuration parts of avalon and have my task manager set up as a component.
It looks like the Avalon team has shifted from components to services and cocoon is stuck on components still. Because of the time scheduling code, I need to have the thread manager configured, but it is written to be "servicable". So, my problem is that I can't get the thread manager going in the cocoon environment and some of my code blows up when the DefaultTimeScheduler can't lookup the thread manager.


Any thoughts or suggestions?
Thanks,
David


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to