Issue 31144 - Need to refresh configuration caches when importing config data/schema
Summary: Need to refresh configuration caches when importing config data/schema
Status: CLOSED FIXED
Alias: None
Product: *Testproduct
Classification: Test
Component: another (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: stephan.wunderlich
QA Contact: issues@test
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-06 14:30 UTC by Daniel Boelzle [:dbo]
Modified: 2006-03-07 20:29 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 Daniel Boelzle [:dbo] 2004-07-06 14:30:09 UTC
When currently merging in config data, data may be inconsistent.
Comment 1 Daniel Boelzle [:dbo] 2004-07-06 14:30:37 UTC
.
Comment 2 Daniel Boelzle [:dbo] 2004-07-14 15:31:26 UTC
.
Comment 3 Daniel Boelzle [:dbo] 2004-08-05 13:30:52 UTC
.
Comment 4 Daniel Boelzle [:dbo] 2004-08-05 13:32:02 UTC
Hardly verifyable right now. I am calling refresh() on the default config
provider (as JB told me to do), but hardly anyone listens for changes of the
configuration, so no menu changes etc. are visible...
Comment 5 Daniel Boelzle [:dbo] 2004-08-05 13:32:18 UTC
.
Comment 6 stephan.wunderlich 2004-08-11 10:19:33 UTC
desktop/source/deployment/registry/configuration/dp_configuration.cxx contains 
    if (!m_isSchema && getMyBackend()->m_defaultProvider.is())
        getMyBackend()->m_defaultProvider->refresh();
in the method PackageImpl::processPackage_ => verified
Comment 7 stephan.wunderlich 2004-08-27 12:49:01 UTC
the changes of this file have made it in src680_m52 => closed