You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (Commented) (JIRA)" <ji...@apache.org> on 2011/12/24 07:04:31 UTC

[jira] [Commented] (SMX4NMR-289) Duplicate config cm:entities.

    [ https://issues.apache.org/jira/browse/SMX4NMR-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175677#comment-13175677 ] 

Freeman Fang commented on SMX4NMR-289:
--------------------------------------

This error is caused by servicemix-jbi-deployer bundle share same PID with servicemix-common bundle, which is against with the rule that
Do not share the same persistent-id (PID) between multiple bundles or definitions, as only one of them will receive notifications. managed-properties relies on org.osgi.service.cm.ManagedService contract which mandates that each ManagedService instance must be identified with its own unique PID. Please see the Configuration Admin spec, specifically section 104.3 and 104.5
We need change to use another PID
                
> Duplicate config cm:entities.
> -----------------------------
>
>                 Key: SMX4NMR-289
>                 URL: https://issues.apache.org/jira/browse/SMX4NMR-289
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Edstrom Johan
>            Assignee: Freeman Fang
>            Priority: Trivial
>
> | ERROR | guration Updater | configadmin                      | ?                                   ? | 5 - org.apache.felix.configadmin - 1.2.4 | Cannot use configuration 
>                    org.apache.servicemix.jbi for [org.osgi.service.cm.ManagedService, id=204, bundle=153]: Configuration bound to bundle mvn:org.apache.servicemix/servicemix-common/2010.02.0-fuse-01-00

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira