[jboss-jira] [JBoss JIRA] (AS7-3382) Allow repository to resolve local modules/bundles
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Jan 20 10:36:19 EST 2012
Thomas Diesler created AS7-3382:
-----------------------------------
Summary: Allow repository to resolve local modules/bundles
Key: AS7-3382
URL: https://issues.jboss.org/browse/AS7-3382
Project: Application Server 7
Issue Type: Task
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.1.0.Final
With the OSGi Repository implementation in place it is possible to provision the system with bundles from a remote maven repository (i.e. nexus). An optimization would be to fetch the artefacts from the local 'modules' or 'bundles' directory in the AS7 distribution.
These configured capabilities could be removed
{code}
<!-- bundles started in startlevel 2 -->
<capability name="org.jboss.netty" startlevel="2"/>
<capability name="org.projectodd.stilts" startlevel="2"/>
{code}
The SimpleStompletTestCase could use the Repository API to provision these bundles on demand.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list