[Bug 736] New: Assertion fails when connecting a port to a remote component

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=736

Summary: Assertion fails when connecting a port to a remote
component
Product: RTT
Version: 1.10.1
Platform: i386 Compatible
OS/Version: GNU/Linux
Status: NEW
Severity: critical
Priority: P2
Component: Real-Time Toolkit (RTT)
AssignedTo: orocos-dev [..] ...
ReportedBy: charles [dot] lesire [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

When connecting my component to a remote component port, the assertion
ci->connected() from PortInterface.cpp:121 failed!

If I use a deployer-corba to manage my local component, the assertion does not
failed iff I ask a ls MyRemoteComponent before trying to connect ports.

A fast solution may be to change assert to return. It will not fail anymore,
just forcing me to make a 'ls' before... But It will not help me to
automatically connect local and remote ports!