You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 21:44:10 UTC

svn commit: r897493 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/services/auditing-service.html

Author: buildbot
Date: Tue Feb 11 20:44:09 2014
New Revision: 897493

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/reference/services/auditing-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:44:09 2014
@@ -1 +1 @@
-1567372
+1567373

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:44:09 2014
@@ -1 +1 @@
-1567372
+1567373

Modified: websites/staging/isis/trunk/content/reference/services/auditing-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/auditing-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/auditing-service.html Tue Feb 11 20:44:09 2014
@@ -331,11 +331,11 @@
 <li><code>org.apache.isis.applib.services.audit.AuditingService2$Stderr</code> [1.3.0]</li>
 </ul>
 
-<p>An alternative implementation, that persists audit records to a database, is the <a href="../../components/objectstores/jdo/publishing-service-jdo.html">JDO Publishing Service</a>.   This implementation is only supported when the the <a href="../../components/objectstores/jdo/about.html">JDO objectstore</a> is configured.</p>
+<p>An alternative implementation, that persists audit records to a database, is the <a href="../../components/objectstores/jdo/services/publishing-service-jdo.html">JDO Publishing Service</a>.   This implementation is only supported when the the <a href="../../components/objectstores/jdo/about.html">JDO objectstore</a> is configured.</p>
 
 <h3>Register the Service</h3>
 
-<p>Register like any other service in <code>isis.properties</code>.  For example, if using the <a href="../../components/objectstores/jdo/auditing-service-jdo.html">JDO auditing implementation</a> then it would be:</p>
+<p>Register like any other service in <code>isis.properties</code>.  For example, if using the <a href="../../components/objectstores/jdo/services/auditing-service-jdo.html">JDO auditing implementation</a> then it would be:</p>
 
 <pre><code>isis.services=...,\
               org.apache.isis.objectstore.jdo.applib.service.audit.AuditingServiceJdo,\