[jboss-jira] [JBoss JIRA] (WFLY-1226) Populate repository with metadata from system modules/bundles
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Jul 5 00:54:25 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler reopened WFLY-1226:
----------------------------------
> Populate repository with metadata from system modules/bundles
> -------------------------------------------------------------
>
> Key: WFLY-1226
> URL: https://issues.jboss.org/browse/WFLY-1226
> Project: WildFly
> Issue Type: Task
> Components: OSGi, Server
> Reporter: Thomas Diesler
>
> The OSGi configuration supports ModuleIdentifiers. So for example
> {code}
> <capability name="javax.transaction.api"/>
> {code}
> references the JTA API module. This actually delegates to the repository implementations which in turn delegates to the ModuleIdentityArtifactProvider.
> If the AppServer supports the notion of multiple directories where modules can get loaded from, the ServerEnvironment should reflect that properly. I cannot just load a module on trial/error basis because we use the Repository for impact ananlysis. i.e. Find the modules/bundles that provide the transitive set of capabilities for a given set of requirements (without modifying the runtime).
--
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