[arquillian-issues] [JBoss JIRA] Resolved: (ARQ-235) OSGi Framework does not get stopped

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Sep 1 10:41:12 EDT 2010


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

Thomas Diesler resolved ARQ-235.
--------------------------------

    Resolution: Done


Done

OSGiEmbeddedContainer bootstraps the framework lazily as part of @BeforeClass

   public ContainerMethodExecutor deploy(Context context, final Archive<?> archive) throws DeploymentException
   {
      if (framework == null)
      {
         bootstrapFramework(context);
         startFramework(context);
      }


> OSGi Framework does not get stopped
> -----------------------------------
>
>                 Key: ARQ-235
>                 URL: https://jira.jboss.org/browse/ARQ-235
>             Project: Arquillian
>          Issue Type: Bug
>          Components: OSGi Containers
>    Affects Versions: 1.0.0.Alpha3
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>
> The framework should be started as part of @BeforeClass and taken down in @AfterClass

-- 
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 arquillian-issues mailing list