-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.1.0.Final
-
-
Workaround Exists
-
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.