You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Bram de Kruijff (JIRA)" <ji...@apache.org> on 2013/05/27 09:41:09 UTC

[jira] [Reopened] (ACE-236) Management Agent can't wire to own exports

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

Bram de Kruijff reopened ACE-236:
---------------------------------

    
> Management Agent can't wire to own exports
> ------------------------------------------
>
>                 Key: ACE-236
>                 URL: https://issues.apache.org/jira/browse/ACE-236
>             Project: ACE
>          Issue Type: Bug
>    Affects Versions: 0.8.0-incubator
>            Reporter: Bram de Kruijff
>
> In r1303119 the "Added mandatory attributes to the exports." resulted in the ma not being able to wire to itself because it export the deploymentadmin at a lower version (1.0) then its import (1.1). Spec says it is at 1.1 so the fix is simple.
> {code}
> Index: pom.xml
> ===================================================================
> --- pom.xml     (revision 1305748)
> +++ pom.xml     (working copy)
> @@ -44,7 +44,7 @@
>      <properties>
>          <export.package>
>              org.osgi.service.cm;version="1.3";managementagent=true;mandatory:=managementagent;-split-package:=first,
> -               org.osgi.service.deploymentadmin;version="1.0";managementagent=true;mandatory:=managementagent;-split-package:=first,
> +               org.osgi.service.deploymentadmin;version="1.1";managementagent=true;mandatory:=managementagent;-split-package:=first,
>                 org.osgi.service.deploymentadmin.spi;version="1.0";managementagent=true;mandatory:=managementagent;-split-package:=first,
>                 org.osgi.service.event;version="1.2";managementagent=true;mandatory:=managementagent;-split-package:=first,
>                 org.osgi.service.log;version="1.3";managementagent=true;mandatory:=managementagent;-split-package:=first,
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira