[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8464) Preload OSGi Resolver with selected bootstrap modules

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Oct 8 08:42:40 EDT 2010


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

Thomas Diesler resolved JBAS-8464.
----------------------------------

    Fix Version/s: 7.0.0.M1
                       (was: 7.0.0.M2)
       Resolution: Done


Done, we now support configuration like this

        <subsystem xmlns="urn:jboss:domain:osgi:1.0">
            <properties>
                <property name="org.jboss.osgi.system.modules">
                    org.apache.log4j 
                </property>
                <property name="org.osgi.framework.system.packages.extra">
                    org.apache.log4j;version=1.2,
                    org.jboss.logging;version=3.0,
                    org.jboss.osgi.deployment.deployer;version=1.0,
                    org.jboss.osgi.deployment.interceptor;version=1.0,
                    org.jboss.osgi.spi;version=1.0,
                    org.jboss.osgi.spi.capability;version=1.0,
                    org.jboss.osgi.spi.util;version=1.0,
                    org.jboss.osgi.testing;version=1.0
                </property>
            </properties>
            <modules>
                <module identifier="org.osgi.compendium"/>
                <module identifier="org.jboss.osgi.common" start="true"/>
            </modules>
        </subsystem>


> Preload OSGi Resolver with selected bootstrap modules
> -----------------------------------------------------
>
>                 Key: JBAS-8464
>                 URL: https://jira.jboss.org/browse/JBAS-8464
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: OSGi integration
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 7.0.0.M1
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list