To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102164


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'milek_pl,ms7777,mux2005,s|'milek_pl,ms7777,mux2005,o
                        |b'                        |j,sb'
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Thu Sep 17 09:56:27 +0000 
2009 -------
@mux2005:  I can understand your sentiment, to some degree at least.  We have
seen in the past that lots of Java code relied on an appropriate context class
loader being set, but failed to take care to actually set one.  Such code is not
helped by "the framework" ensuring that generally some "arbitrary" context class
loader is set---in some cases, that "arbitrary" context class loader will be
appropriate and the code in question will happen to work by accident (until
conditions change), in other cases the code in question will fail in more or
less obvious ways.  Against that background, the request to strip down "the
framework" to no longer care to set some "arbitrary" context class loader, but
simply rely on the (also "arbitrary") one already set by the JVM itself, seems
reasonable to me---all the broken code is broken, anyway, regardless whether it
happened to work by accident with the previously set "arbitrary" context class
loader.  (And all the better that the broken code will typically fail faster now
when the "arbitrary" context class loader set by the JVM itself is null.)  It is
hard to tell whether the error in JEditorPane is prototypical of many more
similar errors across the JRE code base, or just a single, unlucky one-off.

@oj:  You requested this change, for performance reasons.  Please comment on the
previous comments from mux2005.

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to