Re: T5: ComponentClassTransformWorker called only once

2008-01-15 Thread Howard Lewis Ship
Yes, that's the way. I've been evolving my approach to this kind of class transformation; where I'm heading is to minimize the amount of dynamically generated code by offloading as much as possible into stateless helper objects (or services) that can be injected into the component instance. In so

Re: T5: ComponentClassTransformWorker called only once

2008-01-15 Thread Igor Drobiazko
I see. Thanks. Just had a look into the ApplicationStateWorker. Your are replacing the read and write methods by a call to the manager. This way I can implement my use case. On Jan 15, 2008 7:01 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Component classes are only transformed once. This

Re: T5: ComponentClassTransformWorker called only once

2008-01-15 Thread Howard Lewis Ship
Component classes are only transformed once. This has not changed. The contribution method is only called once. This too has not changed. On Jan 15, 2008 9:07 AM, Igor Drobiazko <[EMAIL PROTECTED]> wrote: > Hello, > > Implementing injection workers I experienced that the worker is invoked onl

T5: ComponentClassTransformWorker called only once

2008-01-15 Thread Igor Drobiazko
Hello, Implementing injection workers I experienced that the worker is invoked only the first time the page is called. I think this behavior is new since couple of days. Working with the earlier 5.0.8 snapshots the worker was invoked every time the page is called. The contribution of the worker is