* @see org.apache.ode.jacob.JacobRunnable#run()
*/
public void run() {
Selector selector;
try {
PickResponseChannel pickResponseChannel = newChannel(PickResponseChannel.class);
CorrelationKey key;
PartnerLinkInstance pLinkInstance = _scopeFrame.resolve(_oevent.partnerLink);
if (_oevent.matchCorrelation == null) {
// Adding a route for opaque correlation. In this case correlation is done on "out-of-band" session id.
String sessionId = getBpelRuntimeContext().fetchMySessionId(pLinkInstance);