[jboss-jira] [JBoss JIRA] (JBCOMMON-116) Bundle OSGI

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Thu Jun 6 16:16:55 EDT 2013


     [ https://issues.jboss.org/browse/JBCOMMON-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitris Andreadis closed JBCOMMON-116.
---------------------------------------

    Resolution: Rejected


The JBoss Common lib is unrelated to OSGi.
                
> Bundle OSGI
> -----------
>
>                 Key: JBCOMMON-116
>                 URL: https://issues.jboss.org/browse/JBCOMMON-116
>             Project: JBoss Common
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: common-core (2.x)
>    Affects Versions: 2.2.18.GA 
>         Environment: felix
>            Reporter: Luca Stancapiano
>
> could be useful a conversion of the common core packge in OSGI so we can install it inside a OSGI Repository. I tested it with Felix. To do it we need to modify the packaging tag from 'jar' to 'bundle'  in the pom.xml and add this plugin configuration:
>                         <!-- It configures the package to use inside a OSGI repository -->
> 			<plugin>
> 				<groupId>org.apache.felix</groupId>
> 				<artifactId>maven-bundle-plugin</artifactId>
> 				<version>1.4.3</version>
> 				<extensions>true</extensions>
> 				<configuration>
> 					<instructions>
> 						<Bundle-DocURL>http://community.jboss.org/wiki/JBossCommonProject</Bundle-DocURL>
> 						<Export-Package>
> 							${project.groupId}.*;version=${project.version};-split-package:=error
>                                                 </Export-Package>
> 						<Import-Package>
> 							${project.groupId}.*;!org.apache.*,*
> 				        </Import-Package>
> 					</instructions>
> 				</configuration>
> 			</plugin>

--
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


More information about the jboss-jira mailing list