You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Kamesh Sampath (JIRA)" <ji...@apache.org> on 2015/01/07 13:43:34 UTC

[jira] [Reopened] (ARIES-1281) ESA Maven Plugin Documentation - Update for right Subsystem Type

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

Kamesh Sampath reopened ARIES-1281:
-----------------------------------

Hi David,

I just saw from the OSGi Enterprise R5 document that following are the valid values for <Subystem-Type> instruction

* osgi.subsystem.application
* osgi.subsystem.composite
* osgi.subsystem.feature

Sorry its my mistake that I added __org__ before these names, can you please update the document with this, or if you can let me know how I can fix this I can do it.


> ESA Maven Plugin Documentation - Update for right Subsystem Type
> ----------------------------------------------------------------
>
>                 Key: ARIES-1281
>                 URL: https://issues.apache.org/jira/browse/ARIES-1281
>             Project: Aries
>          Issue Type: Documentation
>          Components: Subsystem
>            Reporter: Kamesh Sampath
>            Assignee: David Bosschaert
>            Priority: Minor
>
> The Apache Aries ESA maven plugin documentation page at http://aries.apache.org/modules/esamavenpluginproject.html, is using a wrong subsystem type in the section Including Other Headers  as 
> {code:xml}
> <instructions>
>     <Use-Bundle>org.apache.aries.test.Bundle;version=1.0.0-SNAPSHOT</Use-Bundle>
>    <Subsystem-Type>feature</Subsystem-Type>
> </instructions>
> {code}
> Which is causing the deployment of the subsystem to fail.  The subsystem deployment works when I update the instructions as shown below,
> {code:xml}
> <instructions>
>     <Use-Bundle>org.apache.aries.test.Bundle;version=1.0.0-SNAPSHOT</Use-Bundle>
>    <Subsystem-Type>org.osgi.subsystem.feature</Subsystem-Type>
> </instructions>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)