/** @throws java.lang.Exception */
  @Before
  public void setUp() throws Exception {
    MockitoAnnotations.initMocks(this);

    factory = new AuditLogInfoContainerFactoryImpl(ldapService);
    factory.setRequestResponseConverter(converter);
  }