[arquillian-issues] [JBoss JIRA] (ARQ-1827) The @StartLevelAware(autostart = true) does not work with karaf deployer in case of @RunAsClient tests

Martin Swiech (JIRA) issues at jboss.org
Mon Jul 28 04:39:30 EDT 2014


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

Martin Swiech updated ARQ-1827:
-------------------------------

                    Labels: client deployer osgi test  (was: )
    Workaround Description: 
Use 
<property name="autostartBundle">true</property>
in arquillian.xml
                Workaround: Workaround Exists


> The @StartLevelAware(autostart = true) does not work with karaf deployer in case of @RunAsClient tests
> ------------------------------------------------------------------------------------------------------
>
>                 Key: ARQ-1827
>                 URL: https://issues.jboss.org/browse/ARQ-1827
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: OSGi Containers
>    Affects Versions: 1.1.0.Final
>            Reporter: Martin Swiech
>            Assignee: Thomas Diesler
>            Priority: Minor
>              Labels: client, deployer, osgi, test
>
> The annotation @StartLevelAware(autostart = true) doesn't have effect to start test bundle under Karaf environment in case of @RunAsClient tests.
> I must use property
>  			<property name="autostartBundle">true</property>
> in arquillian configuration.xml to start test bundle.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the arquillian-issues mailing list