David Bosschaert created SLING-7496:
---------------------------------------
Summary: Factory config deleted with ConfigAdmin immediately after
creation
Key: SLING-7496
URL: https://issues.apache.org/jira/browse/SLING-7496
Project: Sling
Issue Type: Bug
Components: Installer
Reporter: David Bosschaert
Fix For: Installer Configuration Factory 1.1.2
In some cases when factory configuration is created using the OSGi ConfigAdmin
API, the configuration gets a call to delete() immediately when update() on the
configuration is called.
The issue comes down to the fact that the factory prefix is prepended twice to
the configuration at some point in the installer, which is then assigned to the
resource entityID. This mismatch causes the initial configuration to receive a
delete callback as the system thinks it's no longer there.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)