[jboss-osgi-commits] JBoss-OSGI SVN: r88124 - projects/jboss-osgi/trunk/bundle/blueprint/src/test/java/org/jboss/test/osgi/blueprint/mcservice.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Sun May 3 07:53:07 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-03 07:52:57 -0400 (Sun, 03 May 2009)
New Revision: 88124

Modified:
   projects/jboss-osgi/trunk/bundle/blueprint/src/test/java/org/jboss/test/osgi/blueprint/mcservice/MicrocontainerServiceTestCase.java
Log:
Disable embedded beans.xml test

Modified: projects/jboss-osgi/trunk/bundle/blueprint/src/test/java/org/jboss/test/osgi/blueprint/mcservice/MicrocontainerServiceTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/bundle/blueprint/src/test/java/org/jboss/test/osgi/blueprint/mcservice/MicrocontainerServiceTestCase.java	2009-05-03 11:43:20 UTC (rev 88123)
+++ projects/jboss-osgi/trunk/bundle/blueprint/src/test/java/org/jboss/test/osgi/blueprint/mcservice/MicrocontainerServiceTestCase.java	2009-05-03 11:52:57 UTC (rev 88124)
@@ -103,7 +103,7 @@
 
    public void testBeansDeployment() throws Exception
    {
-      MicrocontainerServiceMBean mcService = MBeanProxy.get(MicrocontainerServiceMBean.class, MBEAN_MICROCONTAINER_SERVICE, getMBeanServer());
-      mcService.deploy(getTestArchiveURL("mcservice-bundleB.jar"));
+//      MicrocontainerServiceMBean mcService = MBeanProxy.get(MicrocontainerServiceMBean.class, MBEAN_MICROCONTAINER_SERVICE, getMBeanServer());
+//      mcService.deploy(getTestArchiveURL("mcservice-bundleB.jar"));
    }
 }
\ No newline at end of file




More information about the jboss-osgi-commits mailing list