ops4j / org.ops4j.pax.swissbox

Other
10 stars 12 forks source link

RemoteFramework should have an option to invoke all services matching a filter string [PAXSB-66] #79

Closed ops4j-issues closed 11 years ago

ops4j-issues commented 11 years ago

Christoph Läubrich created PAXSB-66

At the momment the callService( String filter, String methodName ) method onyl allows to call one service and waiting for it.
It should be possible to call all services matching a particular filter string and not try to wait for them.


Fixed in: 1.7.0 Votes: 0, Watches: 0


Referenced issues

blocks:

is related from:

ops4j-issues commented 11 years ago

Christoph Läubrich commented

Pushed fix to the master