corba-deployer: no method "corbaComponent"

Just looking into the corba-deployer and trying out some things following the steps in section 2.9/10 of "The Deployment Component".
Is the 'corbaComponent()' method a recent addition to orocos? The 'server(..)' method works fine, but my deployer doesn't like 'corbaComponent()' and gives a parse error stating "No method 'corbaComponent' registered for the object or task 'Deployer'".
Both latest ROS debs of orocos_toolchain for Electric (on Oneiric) and a git checkout of 2.5 on Lucid give the same error.
Any thoughts?

corba-deployer: no method "corbaComponent"

On Thu, Aug 2, 2012 at 4:15 PM, g ah <gaohml [..] ...> wrote:
>
>
> Just looking into the corba-deployer and trying out some things following the steps in section 2.9/10 of "The Deployment Component".
> Is the 'corbaComponent()' method a recent addition to orocos? The 'server(..)' method works fine, but my deployer doesn't like 'corbaComponent()' and gives a parse error stating "No method 'corbaComponent' registered for the object or task 'Deployer'".
> Both latest ROS debs of orocos_toolchain for Electric (on Oneiric) and a git checkout of 2.5 on Lucid give the same error.
> Any thoughts?

Could you provide a link to the docs where you found this ? I would
assume 'corbaComponent' is an old construct...

Peter