On Sun, 6 Apr 2003 05:39, David Kavanagh wrote: > Peter, > When you say "latest version", is that 2.0.4, or a dev build?
not sure - sorry. I personally don't use Cocoon. I believe it is in the dev build but it may not have been released. Best to ask on cocoon lists for specifics. > I am > using 2.0.4 right now. It seems like the CocoonComponentManager > delegates to ExcaliburComponentManager. Also, the Cocoon.java class uses > ExcaliburComponentManager to load components from the cocoon.xconf > (which is where I put my task manager component). Yep. Later versions of ExcaliburComponentManager support Serviceable lifecycle stage. > BTW, Now, I find that my component is being disposed right after it gets > configured/composed/started. doh! > Do I need to make it a daemon? no idea. I suspect it has something to do with the "lifestyle" of the component. ECM requires that components implement various marker interfaces to declare what type of lifecycle they have and it sounds like it has been declared "Factory/Transient". To be honest not sure. Anyone else? -- Cheers, Peter Donald The big mistake that men make is that when they turn thirteen or fourteen and all of a sudden they've reached puberty, they believe that they like women. Actually, you're just horny. It doesn't mean you like women any more at twenty-one than you did at ten. --Jules Feiffer (cartoonist) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
