I finally got a chance to pull together and commit my work on the R5 location binding/targetedPID and location changed event. Does anyone know of any tests for this functionality? I didn't see anything in the osgi cts.
Also for FELIX-4020, rev 1470395, I disabled a couple of tests that I think are wrong. If there's a problem calling an activate method I think the component should stay in the Registered state. The next time someone tries to get the component the attempt may be successful. I don't see any support in the spec for moving to Unsatisfied. I suspect these tests might be a remnant from when we (against spec) tried to create immediate components before registering the service. If the service is already registered and you call getService failure to return a service object obviously won't change the state to unregistered, so I think the same logic should apply to immediate components. thanks david jencks
