I have a question concerning the event listener API. It seems that BpelEvent.eventContext.getScopeInstanceId(), BpelEvent.eventContext.getVariableNames() and BpelEvent.eventContext.getVariableData() are all deprecated methods.
But the javadocs don't indicate any alternative APIs to get the variable information inside the onEvent() method. Is anyone aware of an alternate approach to get the variable info inside the event listener? Thanks, -Kodeninja -- View this message in context: http://www.nabble.com/Alternatives-to-eventContext.getVariableData%28%29%2C-eventContext.getVariableNames%28%29-etc-tp24371871p24371871.html Sent from the Apache Ode User mailing list archive at Nabble.com.
