Whats the intention for the way samples\binding-rmi sample is to work? There are two contributions, a service one and a reference one. The service contribution has a CalculatorServiceComponent with a CalculatorService that is exposed as an RMI endpoint, but the reference contribution has a component that is trying to have references to the individual calculator operation services as RMI endpoints. Presumably its the service contribution that is incorrect and it should be changed to just include the operation services exposed as RMI endpoints?
...ant
