-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
service.start() and service.stop() should execute with a TCCL of service.getClass().getClassLoader() [ defining CL ] instead of null. This will make it much easier for methods to use java APIs that do dynamic classloading and service loader style activities. For example, DocumentBuilderFactory.newInstance().
Listener invocations should also execute under their class loading context.
- blocks
-
AS7-1655 Update MSC to a version that sets TCCL on service methods
- Resolved