Issue 29119 - Java-UNO component loader broken...
Summary: Java-UNO component loader broken...
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 680m34
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: steffen.grund
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 08:06 UTC by tino.rachui
Modified: 2004-10-01 18:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tino.rachui 2004-05-13 08:06:06 UTC
Somehow the loader of Java-UNO components seems to be broken. If a Java
component will be loaded and another component has been loaded before the
manifest file of the former seems to be read instead of the mainfest of the
current Java component (have a look at the project sandbox ->
ClassContextImpl::loadClass for instance). 
Another problem seems to be that if a Java component references dependeding jar
files in its manifest file via the attribute 'Class-Path:'  loading of this
component fails.
Comment 1 Stephan Bergmann 2004-05-14 12:48:21 UTC
accepted
Comment 2 Stephan Bergmann 2004-05-14 12:49:14 UTC
.
Comment 3 Stephan Bergmann 2004-06-15 10:22:25 UTC
fixed; UNO no longer needs sandbox.jar
Comment 4 Stephan Bergmann 2004-07-15 15:41:40 UTC
SB->SG:  Please check that Java UNO components can still be loaded in OOo/SO.
Comment 5 Stephan Bergmann 2004-07-15 15:42:14 UTC
.
Comment 6 Stephan Bergmann 2004-07-15 15:42:37 UTC
.
Comment 7 steffen.grund 2004-07-23 11:33:24 UTC
checked registering of Java packages on Solaris und Windows -> verified.
Comment 8 steffen.grund 2004-10-01 18:24:22 UTC
checked again on src680_m52 and still works -> closed.