TO quote from
ejb spec
"Container-managed relationships
can exist only among entity beans within the same local relationship
scope, as defined by the relationships element in the deployment descriptor. Container-managed
relationships are defined in terms of the local interfaces of the related beans."
If I am not wrong BEA weblogic server 7.0 supports relationships for remote interfaces.
Future versions of EJB may also support this feature.