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





------- Additional comments from [EMAIL PROTECTED] Thu Sep 15 06:59:35 -0700 
2005 -------
1  Using some Java code instead of regcomp to register Java UNO components
probably does not help much, but rather makes things more complicated:  To
register a Java component, regcomp uses the implreg.uno.so service
(stoc/implementationregistration), which instantiates the Java-component loader
(written in C++, javaunoloader.uno.so, stoc/javaloader), which in turn uses JNI
to call com.sun.star.comp.loader.JavaLoader (jurt), which finally loads the Java
UNO component JAR.  If you use some Java code instead of regcomp, you simply
prepend to that chain a (Java-UNO JNI bridge) call from the Java code to
implreg.uno.so.

2  The "log when bridges with debug=t" (from Sep 2) indicates that
implreg.uno.so has a problem instantiating the loader for the given Java UNO
component, which should be the Java-component loader, namely
javaunoloader.uno.so (stoc/source/implementationregistration/implreg.cxx 1.23,
lines 1557 ff).  Maybe you should debug there...

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