You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Domagoj Cosic (JIRA)" <ji...@apache.org> on 2018/05/08 14:22:00 UTC

[jira] [Created] (FELIX-5845) org.apache.felix.cm.impl.persistence.PersistenceManagerProxy broken

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)