[ 
https://issues.apache.org/jira/browse/FELIX-5845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Domagoj Cosic updated FELIX-5845:
---------------------------------
    Description: 
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.

  was:
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.


> 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
>            Assignee: Carsten Ziegeler
>            Priority: Major
>              Labels: easyfix
>             Fix For: configadmin-1.9.2
>
>
> 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)

Reply via email to