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





------- Additional comments from [EMAIL PROTECTED] Thu Jan 31 10:00:23 +0000 
2008 -------
Here a solution: add following lines in your
ProtocolHandler.dispatch(URL aURL, PropertyValue[] lArgs) method:
-----%<-----
ClassLoader clazzLoader = ProtocolHandler.class.getClassLoader();
Thread.currentThread().setContextClassLoader(clazzLoader);
-----%<-----
The current thread comes with the OOo class loader. These lines set the
classloader with the classes you defined in your MANIFEST.MF of the jar
with the ProtocolHandler in your extension. Thus the thread relies no
more on the OOo class loader, but on the one you defined.

---------------------------------------------------------------------
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]

Reply via email to