mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
09.57.2015 9a0f3c0be2fb5ac499256481716b42b672a9fa86
OPENDJ-2509 InstantiationException when creating a new Csv File Access Log Publisher
2 files modified
4 ■■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/CsvFileAccessLogPublisherConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExternalAccessLogPublisherConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/CsvFileAccessLogPublisherConfiguration.xml
@@ -43,7 +43,7 @@
    <adm:default-behavior>
      <adm:defined>
        <adm:value>
          org.opends.server.loggers.CommonAuditAccessLogPublisher
          org.opends.server.loggers.CsvFileAccessLogPublisher
        </adm:value>
      </adm:defined>
    </adm:default-behavior>
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/ExternalAccessLogPublisherConfiguration.xml
@@ -43,7 +43,7 @@
    <adm:default-behavior>
      <adm:defined>
        <adm:value>
          org.opends.server.loggers.CommonAuditAccessLogPublisher
          org.opends.server.loggers.ExternalAccessLogPublisher
        </adm:value>
      </adm:defined>
    </adm:default-behavior>