Bug in port connection ?

Hi,

I was just trying to play with 2 OCL::Helloworld Component when I find
something strange with port connection :

Deployer [S]> connectPorts("A.the_buffer_port","B.the_results")
313.107 [ ERROR ][DeploymentComponent::connectPorts] A.the_buffer_port
could not be found.
= false

Deployer [S]> connectTwoPorts ("A","the_buffer_port","B","the_results")
385.715 [ Info ][DeploymentComponent::connectPorts] Connected Port
A.the_buffer_port to Peter.the_results.
= true

I know that the last one is deprecated but it seems to work better here :)
Note : I did this in a Corba and a Normal Deployer with those commands :

import("ocl")
loadComponent("A","OCL::HelloWorld")
loadComponent("B","OCL::HelloWorld")
connectPorts("A.the_buffer_port","B.the_results")
connectTwoPorts ("A","the_buffer_port","B","the_results")