From: Jorg Heymans

> Using cocoon 2.04, how can I retrieve the componentmanager 
> from within a 
> transformer? Do i need to use the sourceresolver or something 
> from setup()? My knowledge on avalon components is poor, so 
> i'm hoping someone can enlighten me here .

Use the Composable interface in your component and implement the method
compose: 

    public void compose(ComponentManager manager) throws
ComponentException {
        this.manager = manager;
    }

HTH

--
Reinhard


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

Reply via email to