Community
Participate
Working Groups
ThreadContextClassLoaderTests checks that a bean in a bundle in a PAR can use the current thread context class loader to load a class belonging a package exported from another bundle in the PAR. I thought this would pass given the recent fix to bug 360671 and bug 360965, but it didn't.
The testcase test PAR was broken by a global change when SpringSource Application Platform was renamed to SpringSource dm Server prior to the release of version 1.0 of dm Server and has never worked since. Fixing the testcase makes it pass.