[JBoss JIRA] (JBOSGI-732) Populate repository with metadata from system modules/bundles
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-732?page=com.atlassian.jira.plugin... ]
Thomas Diesler updated JBOSGI-732:
----------------------------------
Component/s: Repository
WildFly
> Populate repository with metadata from system modules/bundles
> -------------------------------------------------------------
>
> Key: JBOSGI-732
> URL: https://issues.jboss.org/browse/JBOSGI-732
> Project: JBoss OSGi
> Issue Type: Task
> Components: Repository, WildFly
> 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
12 years, 9 months
[JBoss JIRA] (JBOSGI-731) Remove hard wired dependency on configadmin
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-731?page=com.atlassian.jira.plugin... ]
Thomas Diesler updated JBOSGI-731:
----------------------------------
Comment: was deleted
(was: Won't Fix - OSGi is going to get removed)
> Remove hard wired dependency on configadmin
> -------------------------------------------
>
> Key: JBOSGI-731
> URL: https://issues.jboss.org/browse/JBOSGI-731
> Project: JBoss OSGi
> Issue Type: Task
> Components: ConfigurationAdmin, WildFly
> Reporter: Thomas Diesler
>
> {code}
> interface SystemPackagesIntegration {
> String[] DEFAULT_SYSTEM_MODULES = new String[] {
> "javax.api",
> "javax.inject.api",
> "org.apache.xerces",
> "org.jboss.as.configadmin",
> "org.jboss.as.controller-client",
> "org.jboss.as.osgi",
> "org.jboss.dmr",
> "org.jboss.logging",
> "org.jboss.modules",
> "org.jboss.msc",
> "org.jboss.osgi.framework",
> "org.jboss.osgi.repository",
> "org.jboss.osgi.resolver"
> };
> {code}
> A modular build that contains osgi must currently also contain configadmin
--
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
12 years, 9 months
[JBoss JIRA] (JBOSGI-732) Populate repository with metadata from system modules/bundles
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-732?page=com.atlassian.jira.plugin... ]
Thomas Diesler updated JBOSGI-732:
----------------------------------
Comment: was deleted
(was: Won't Fix - OSGi is going to get removed)
> Populate repository with metadata from system modules/bundles
> -------------------------------------------------------------
>
> Key: JBOSGI-732
> URL: https://issues.jboss.org/browse/JBOSGI-732
> Project: JBoss OSGi
> Issue Type: Task
> Components: Repository, WildFly
> 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
12 years, 9 months
[JBoss JIRA] (JBOSGI-731) Remove hard wired dependency on configadmin
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/JBOSGI-731?page=com.atlassian.jira.plugin... ]
Thomas Diesler updated JBOSGI-731:
----------------------------------
Component/s: ConfigurationAdmin
WildFly
> Remove hard wired dependency on configadmin
> -------------------------------------------
>
> Key: JBOSGI-731
> URL: https://issues.jboss.org/browse/JBOSGI-731
> Project: JBoss OSGi
> Issue Type: Task
> Components: ConfigurationAdmin, WildFly
> Reporter: Thomas Diesler
>
> {code}
> interface SystemPackagesIntegration {
> String[] DEFAULT_SYSTEM_MODULES = new String[] {
> "javax.api",
> "javax.inject.api",
> "org.apache.xerces",
> "org.jboss.as.configadmin",
> "org.jboss.as.controller-client",
> "org.jboss.as.osgi",
> "org.jboss.dmr",
> "org.jboss.logging",
> "org.jboss.modules",
> "org.jboss.msc",
> "org.jboss.osgi.framework",
> "org.jboss.osgi.repository",
> "org.jboss.osgi.resolver"
> };
> {code}
> A modular build that contains osgi must currently also contain configadmin
--
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
12 years, 9 months