Hello, I have a question regarding synchronization in flow script. I need an object per session, so the instantiation must be synchronized. Furthermore the object is an Avalon component, so I need to call something like cocoon.createComponent().
Now how is it possible in Flow script? The alternative would be a synchronized static factory method in the class, but how can I get the Avalon lifecycle then? Joerg
