Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-5845

org.apache.felix.cm.impl.persistence.PersistenceManagerProxy broken

    XMLWordPrintableJSON

Details

    • Important

    Description

      Caused by a typo in line 230, the proxy is currently unusable.

      if ( targetedFactoryPids.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.

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            domagoj Domagoj Cosic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: