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

Martin Basovnik (JIRA) issues at jboss.org
Wed May 14 11:43:56 EDT 2014


Martin Basovnik created ARQ-1776:
------------------------------------

             Summary: Make class KarafManagedDeployableContainer compatible with OSGi JMX 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


Method [KarafManagedDeployableContainer#undeploy|https://github.com/arquillian/arquillian-container-osgi/blob/c577df65c87435d07681ca34550e62310508c755/container/karaf/managed/src/main/java/org/jboss/arquillian/container/osgi/karaf/managed/KarafManagedDeployableContainer.java#L276] uses following method from class [BundleStateMBean|http://grepcode.com/file/repo1.maven.org/maven2/org.osgi/org.osgi.enterprise/5.0.0/org/osgi/jmx/framework/BundleStateMBean.java#432] which is available from API 5.0. We need to make it compatible with API 4.2.
{code}
CompositeData getBundle(long bundleIdentifier) throws IOException;
{code}

Solution is to exchange this method with those available in API 4.2.



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


More information about the arquillian-issues mailing list