You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Martin Lichtin <li...@yahoo.com> on 2017/06/29 17:48:18 UTC

CommandSessionHolder.getSession() no longer works after upgrade to Karaf 4

Trying to port a Completer (using the deprecated interface) to Karaf 4.
The code calls CommandSessionHolder.getSession(), unfortunately that no longer returns the session.

Is there an alternative way to access the Felix CommandSession in an old-style Completer?