What do you mean "scheduled before / after" ? I mean that the 'consumer()' methode will be called before 'longrunningproducer()' methode
- commandline: 'my:longrunningproducer | ... | my:consumer' Both methods are registered as 'gogo commands'. Both methods have simular interface 'public List<String> command(Command session, String...args)' It looks that the output of previous one is NOT the input of second one. - in my case - I use 'session.getKeyboard()' to get input -- View this message in context: http://apache-felix.18485.x6.nabble.com/gogo-pipe-command-execution-is-disordered-tp5010344p5010346.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

