Author: thomas.diesler(a)jboss.com
Date: 2010-03-19 08:30:28 -0400 (Fri, 19 Mar 2010)
New Revision: 102623
Modified:
projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/testing/internal/RemoteRuntime.java
Log:
Upgrade to aries-jmx 0.1-incubating-SNAPSHOT
Modified:
projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/testing/internal/RemoteRuntime.java
===================================================================
---
projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/testing/internal/RemoteRuntime.java 2010-03-19
12:29:39 UTC (rev 102622)
+++
projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/testing/internal/RemoteRuntime.java 2010-03-19
12:30:28 UTC (rev 102623)
@@ -77,7 +77,7 @@
{
String location = info.getLocation();
String streamURL = info.getRoot().getStreamURL().toExternalForm();
- long bundleId = getFrameworkMBean().installBundle(location, streamURL);
+ long bundleId = getFrameworkMBean().installBundleFromURL(location, streamURL);
return new RemoteBundle(this, bundleId);
}
catch (RuntimeException rte)
Show replies by date