To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80100
                 Issue #|80100
                 Summary|.jar file for extension no longer in CLASSPATH
               Component|framework
                 Version|680m221
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|mux2005





------- Additional comments from [EMAIL PROTECTED] Fri Jul 27 09:06:19 +0000 
2007 -------
We have an OOo extension written in Java that loads some classes contained in
its own JAR-File (i.e. inside the JAR-File that's inside the uno.pkg) at runtime
via URLClassLoader.loadClass() (for a new instance of URLClassLoader). Until OOo
2.2.1 the JAR-File of the Extension was on the CLASSPATH. The property
"java.class.path" on OOo 2.2.1 looks like this (trimmed for clarity, home
directory replaced with $HOME):

$HOME/.openoffice.org2/user/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/../../uno_packages/zHz1ed_/WollMux.uno.pkg/WollMux.uno.jar:/opt/openoffice.org2.2/program/classes/jurt.jar:/opt/openoffice.org2.2/program/classes/ridl.jar:
/opt/openoffice.org2.2/program/classes/java_uno.jar:[....lots more JARs from
program/classes/....]:/opt/openoffice.org2.2/program/classes/hsqldb.jar:
/opt/openoffice.org2.2/program/classes/sdbc_hsqldb.jar:/usr/share/java/xercesImpl.jar

Now in m221 the only thing it contains is this:

/usr/share/java/xercesImpl.jar

Without the JAR-File for the extension on the CLASSPATH, the Classloader can't
find the classes, which breaks our component. We're using this component on
several 1000 (!!!) desktops. This regression is a complete disaster for us.

NOTE: The problem also affects Windows.

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