{
return;
}
boolean isDebug = log.isDebugEnabled();
Iterator iterConversations = conversationManager.iterateConversations();
while (iterConversations.hasNext())
{
Conversation conversation = (Conversation) iterConversations.next();
// This conversation has "access" scope if it has an attached Aspect