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] Fri Jul 27 11:59:02 +0000 
2007 -------
I've found a workaround for us. I've changed the constructor of our classloader
like this:

private static class WollMuxClassLoader extends URLClassLoader

  {

    public WollMuxClassLoader()

    {

      super(new URL[] {}, WollMuxClassLoader.class.getClassLoader());

    }


This uses the classloader that was used to load our classloader as delegation
parent. And this classloader can load classes from the component's JAR file. 
So at least new versions of our extension will work with OOo 2.3. I'd still like
to see this fixed in the 2.3 release version. Until now, all versions of our
extension could be used with all versions of OOo since 2.04. If this
compatibility is broken, it makes development and support more difficult for us.

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