Community
Participate
Working Groups
There is an error in ContentHandlerRegistryReader when compiled against the M2(a) milestone of the Eclipse 3.7 platform, due to the following change in the Bundle interface from OSGi: public Class loadClass(String name) throws ClassNotFoundException; was changed to: Class< ? > loadClass(String name) throws ClassNotFoundException; (notice the wildcard return type). We can work around the error by adding a cast.
The fix has been committed. See bug 324774 for details on the changes being made in OSGi.
The fix is available in the 2.7.0 M2 build.