[arquillian-issues] [JBoss JIRA] (ARQ-1776) Make class KarafManagedDeployableContainer compatible with OSGi API 4.2

Martin Basovnik (JIRA) issues at jboss.org
Fri May 16 11:03:57 EDT 2014


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

Martin Basovnik edited comment on ARQ-1776 at 5/16/14 11:03 AM:
----------------------------------------------------------------

[Pull request|https://github.com/arquillian/arquillian-container-osgi/pull/15] also adds support for setting of multiple bootstrap complete services (property bootstrapCompleteService). These services are delimited by comma.


was (Author: mbasovni):
Pull request also adds support for setting of multiple bootstrap complete services (property bootstrapCompleteService). These services are delimited by comma.

> Make class KarafManagedDeployableContainer compatible with OSGi API 4.2 
> ------------------------------------------------------------------------
>
>                 Key: ARQ-1776
>                 URL: https://issues.jboss.org/browse/ARQ-1776
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: OSGi Containers
>            Reporter: Martin Basovnik
>            Assignee: Thomas Diesler
>
> Class [KarafManagedDeployableContainer|https://github.com/arquillian/arquillian-container-osgi/blob/c577df65c87435d07681ca34550e62310508c755/container/karaf/managed/src/main/java/org/jboss/arquillian/container/osgi/karaf/managed/KarafManagedDeployableContainer.java] uses two methods from JMX API for OSGi [5.0|http://www.osgi.org/javadoc/r5/enterprise/].
> {code}
> BundleStateMBean#getBundle(long bundleIdentifier);
> ServiceStateMBean#listServices(String clazz, String filter);
> {code}
> We need to support OSGi API [4.2|http://www.osgi.org/javadoc/r4v42/] for JMX MBeans. Is it possible to get rid of these methods?



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


More information about the arquillian-issues mailing list