[arquillian-issues] [JBoss JIRA] (ARQ-1778) Add OSGi container support for bundle autostart

Martin Basovnik (JIRA) issues at jboss.org
Fri May 23 09:41:56 EDT 2014


    [ https://issues.jboss.org/browse/ARQ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968568#comment-12968568 ] 

Martin Basovnik edited comment on ARQ-1778 at 5/23/14 9:40 AM:
---------------------------------------------------------------

Feature is implemented for karaf managed container.


was (Author: mbasovni):
I would like to create a unit test for this feature but I do not want to modify {{arquillian.xml}} file. I have created *ResourceProvider* for container configuration class but injection into my test works only in _client_ tests ({{@RunAsClient}}). When I modify the configuration in client test and then execute another _in-container_ test, some classes are missing in deployed bundle (e.g. {{KarafManagedContainerConfiguration}} and others). Why? I do not use this class in this test, only in that client test. How can I inject configuration via {{@ArquillianResource}} (it is already implemented) into in-container test? Or how to make a client test independent of in-container test?

> Add OSGi container support for bundle autostart
> -----------------------------------------------
>
>                 Key: ARQ-1778
>                 URL: https://issues.jboss.org/browse/ARQ-1778
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: OSGi Containers
>            Reporter: Martin Basovnik
>            Assignee: Thomas Diesler
>
> Add OSGi container support for bundle autostart.
> Container configuration will contain new property *autostartBundle*. This will cause autostart of every deployed bundle. Property type will be {{boolean}} and default value {{false}}. 



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the arquillian-issues mailing list