Issue 95255 - CLI UNO bridge not working
Summary: CLI UNO bridge not working
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOO300m9
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.0.1
Assignee: Olaf Felka
QA Contact: issues@udk
URL:
Keywords:
: 95302 (view as issue list)
Depends on:
Blocks: 93339
  Show dependency tree
 
Reported: 2008-10-21 11:32 UTC by joachim.lingner
Modified: 2009-01-13 12:52 UTC (History)
2 users (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 joachim.lingner 2008-10-21 11:32:49 UTC
... a change of the registry keys
HKEY_LOCAL_MACHINE\SOFTWARE\OpenOffice.org\Layer
HKEY_CURRENT_USER\Software\OpenOffice.org\Layer

to 
HKEY_LOCAL_MACHINE\SOFTWARE\OpenOffice.org\Layers
HKEY_CURRENT_USER\Software\OpenOffice.org\Layers

(Which key is written depends on whether OOo is installed for all or the current
user)

broke the cli bootstrap mechanism. The bootstrap code in cli_cppuhelper.dll does
not find the URE libraries. Changin "Layers" to "Layer" will make it work again.
Or setting the PATH variable to include the bin folder of the ure, for example 
C:\Program Files\OpenOffice.org 3\URE\bin
will make it work again.
Comment 1 joachim.lingner 2008-10-22 14:27:47 UTC
*** Issue 95302 has been marked as a duplicate of this issue. ***
Comment 2 joachim.lingner 2008-10-29 14:36:48 UTC
.
Comment 3 joachim.lingner 2008-10-31 10:29:03 UTC
Now, cli_cppuhelper uses the 
Software/OpenOffice.org/UNO/InstallPath 
only.
Comment 4 Olaf Felka 2008-11-10 10:25:30 UTC
OF: Is ok in cws jl114.
Comment 5 Olaf Felka 2008-11-10 10:27:59 UTC
...
Comment 6 joachim.lingner 2008-11-11 11:53:41 UTC
The "Layers" key will now be "Layers_" for none Sun builds and Layers-dev (or
similar) for dev-builds.  The workaround in all cases would be renaming the key
to  Layer
Comment 7 Mathias_Bauer 2008-11-19 13:34:28 UTC
As the comments in this issue are very short - may I read this as: it is
impossible to use the CLI bridge in OOo3.0?
Comment 8 joachim.lingner 2008-11-20 09:24:21 UTC
No. When changing the mentioned registry keys then it will work. But this still
bears the risk that other coder relying on the now changed key breaks.
Comment 9 Olaf Felka 2009-01-13 12:52:06 UTC
OF: Looks good in OOO300_m15