]
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.