Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Cross-framework testing for RSA

Hi Folks,

Over the last few days, I've been working out an issue with ECF's Remote Service Admin impl (RSA), and the OSGi framework's class compatibility checks. See [1] for details and pointers to the osgi-dev mailing list.

The good news is that we now have a permanent solution for ECF's RSA impl and getting the correct class compatibility check for the proxy ServiceFactory. I've verified that Equinox 3.7m4 has the desired behavior (it's been in place since 3.7m3), and I've been told that Felix 2.0.2 and higher/more recent also has the desired framework behavior.

I would like to solicit some help in testing on Felix 2.0.2...and possibly more recent versions. Would someone be able/willing to take a recent build of ECF remote services/rsa and try out the fix discussed on [1]? You can test things with a simple change to one of the test case super classes (i.e. change ServiceTracker.open(true) to ServiceTracker.open()) and running the ECF unit tests.

Scott

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=337673


Back to the top