Iacturus wrote:

Hi,
i have some components in my cocoon.xconf like this one: <component
    class="MyComponent"
    role="MyComponent.Role"
    logger="MyComponentLogger">
</component>
Now i want cocoon to have just one Instance of this component. No Pooling, no Factory.
Is this possible? If yes, how?
I'm using cocoon 2.1.7. at the moment, maybe 2.1.8 later.
Sorry for my bad english.
I hope you can help me.

Have your component implement the org.apache.avalon.framework.thread.ThreadSafe interface.


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