[jboss-osgi-issues] [JBoss JIRA] Updated: (JBOSGI-147) Autostart in JBossAS recycle the bundle

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Sep 3 07:32:23 EDT 2009


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

Thomas Diesler updated JBOSGI-147:
----------------------------------

    Description: 
  <!-- [JBOSGI-147] Autostart in JBossAS recycle the bundle
  <bean name="OSGiAutoInstallPlugin" class="org.jboss.osgi.plugins.facade.plugins.AutoInstallPluginImpl">
    <constructor><parameter><inject bean="OSGiBundleManager" /></parameter></constructor>
    <property name="autoInstall">
     <list elementClass="java.net.URL">
      <value>${jboss.server.home.dir}/deploy/osgi/org.osgi.compendium.jar</value>
     </list>
    </property>
    <property name="autoStart">
     <list elementClass="java.net.URL">
      <value>${jboss.server.home.dir}/deploy/osgi/org.apache.felix.log.jar</value>
      <value>${jboss.server.home.dir}/deploy/osgi/jboss-osgi-common.jar</value>
     </list>
    </property>
  </bean>
  -->




> Autostart in JBossAS recycle the bundle
> ---------------------------------------
>
>                 Key: JBOSGI-147
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-147
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Integration (JBoss)
>            Reporter: Thomas Diesler
>             Fix For:  JBossOSGi 1.0.x
>
>
>   <!-- [JBOSGI-147] Autostart in JBossAS recycle the bundle
>   <bean name="OSGiAutoInstallPlugin" class="org.jboss.osgi.plugins.facade.plugins.AutoInstallPluginImpl">
>     <constructor><parameter><inject bean="OSGiBundleManager" /></parameter></constructor>
>     <property name="autoInstall">
>      <list elementClass="java.net.URL">
>       <value>${jboss.server.home.dir}/deploy/osgi/org.osgi.compendium.jar</value>
>      </list>
>     </property>
>     <property name="autoStart">
>      <list elementClass="java.net.URL">
>       <value>${jboss.server.home.dir}/deploy/osgi/org.apache.felix.log.jar</value>
>       <value>${jboss.server.home.dir}/deploy/osgi/jboss-osgi-common.jar</value>
>      </list>
>     </property>
>   </bean>
>   -->

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

        


More information about the jboss-osgi-issues mailing list