Hi Gurkan ConversationComponent contains the following function:
@Override
protected void destroyInstance(Conversation instance)
{
if (!instance.isLongRunning())
{
instance = null;
}
}
But instance = null has absolutely no meaning. So this currently is the same
like having an empty method.
What to do?
LieGrue,
strub
