To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104292 Issue #|104292 Summary|Java UNO Loader class should set context classloader Component|udk Version|DEV300m54 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jsc Reported by|jsc
------- Additional comments from [email protected] Mon Aug 17 15:26:08 +0000 2009 ------- The Java UNO bootstrap com.sun.star.lib.loader.Loader class should set the context classloader after creating the a new UNO classloader. It helps Java developers who want to use external libraries. Loader.java (line 140) ClassLoader cl = getCustomLoader(); +Thread.currentThread().setContextClassLoader(cl); --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
