Hi Gavin,
Found a typo in Lifecycle.beginSession
if ( !eventContextActive )
{
tempEventContext = new MapContext(ScopeType.EVENT);
Contexts.applicationContext.set(tempEventContext);
}
if ( !eventContextActive )
{
tempEventContext = new MapContext(ScopeType.EVENT);
Contexts.eventContext.set(tempEventContext);
}
oooops, thanks!