flexiblepower / powermatcher

PowerMatcher - The Java implementation of the PowerMatcher, including the API, the core, a couple of examples, a remote implementation using websockets and a visualisation of the configuration.
http://www.powermatcher.org
Apache License 2.0
41 stars 23 forks source link

Is there any way to run osgi bunlde from another bundle #210

Open athukuria opened 7 years ago

athukuria commented 7 years ago

Hello All,

I want to run Auctioneer Component on external event/lets say on receiving of WebSocket packet, how can I do this in powermatcher? Currently Auctioneer is started by web Interface http://localhost:8080/system/console/configMgr. Can start this from another bundle while running?

Thanks, Ashok