}
if ( Contexts.isApplicationContextActive() ) //ugh, for unit tests
{
if ( Init.instance().isJbpmInstalled() )
{
addInterceptor( new Interceptor( new BusinessProcessInterceptor(), this ) );
}
}
if ( !conversationManagementMethods.isEmpty() )
{
addInterceptor( new Interceptor( new ConversationInterceptor(), this ) );