Issue 65160 - live deployment of configuration files does not work right
Summary: live deployment of configuration files does not work right
Status: ACCEPTED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-08 10:55 UTC by andreas.schluens
Modified: 2017-05-20 10:55 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 andreas.schluens 2006-05-08 10:55:01 UTC
As you already mentioned, the merged configuration view after installing a package 
using "Tools->Options->Package Manager" is different from the view created after an 
office restart. That should be fixed so e.g. AddOns can be used instantly (without a 
restart of the office).

For testing you can use the attached test files from the issue #i63706#.
Comment 1 Stephan Bergmann 2006-05-10 11:09:30 UTC
.
Comment 2 Stephan Bergmann 2006-07-17 14:43:43 UTC
@as:  Do you remember what exactly does not work?  I install both k1.zip and
k2.zip from issue 63706 into a running soffice using "Tools - Package
Manager...", then execute the test.bas from issue 63706 which gives

  [onFirstVisibleTask] => Job_1 / Job_2 / RegistrationRequest /
  [onUnknownEvent_1] => Job_1 / Job_2

then restart soffice and execute test.bas again which gives the same output again.
Comment 3 Stephan Bergmann 2006-07-19 13:18:47 UTC
OK, the problem occurs with the original j1.zip, j2.zip from issue 63706 (which
use "replace" instead of "fuse" when adding a Job to (the JobList of) an Event:
 After installing j1.zip, j2.zip into a running soffice using "Tools - Package
Manager..." test.bas gives

  [onFirstVisibleTask] => Job_1 / Job_2 / RegistrationRequest /
  [onUnknownEvent_1] => Job_1 / Job_2 /
  [onUnknownEvent_3] =>

whereas after soffice restart test.bas gives

  [onFirstVisibleTask] => Job_2 /
  [onUnknownEvent_1] => Job_2 /
  [onUnknownEvent_3] =>

While this is inconsistent (and should eventually be fixed), I consider it
harmless (and would not want to fix it for OOo 2.0.4):  Using "replace" instead
of "fuse" here is a conceptual mistake anyway (that's why "fuse" was
introduced), and soffice happens to sometimes behave in the intended (though per
specification wrong) way.

@as:  I do not see any connection between the substance of this issue (as
explained in the above paragraph) and your claim that "AddOns can[not] be used
instantly (without a restart of the office)."  If there indeed is a problem for
AddOns, please re-state it.
Comment 4 Marcus 2017-05-20 10:55:14 UTC
Reset assigne to the default "issues@openoffice.apache.org".