Domagoj Cosic created FELIX-5845:
------------------------------------
Summary:
org.apache.felix.cm.impl.persistence.PersistenceManagerProxy broken
Key: FELIX-5845
URL: https://issues.apache.org/jira/browse/FELIX-5845
Project: Felix
Issue Type: Bug
Components: Configuration Admin
Affects Versions: configadmin-1.9.0
Reporter: Domagoj Cosic
Caused by a typo in *line 230*, the proxy is currently unusable.
{{if ( targetedFactoryPid*{color:#d04437}s{color}*.equals(factoryPid) )}}
should actually be
{{if ( targetedFactoryPid.equals(factoryPid) )}}
else it will never find something. Sorry for not supplying a patch for this
trivial mistake.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)