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/09/26 19:43:51 UTC

svn commit: r923719 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/services/wrapper-factory.html

Author: buildbot
Date: Fri Sep 26 17:43:51 2014
New Revision: 923719

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/wrapper-factory.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 26 17:43:51 2014
@@ -1 +1 @@
-1627823
+1627841

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 26 17:43:51 2014
@@ -1 +1 @@
-1627823
+1627841

Modified: websites/staging/isis/trunk/content/reference/services/wrapper-factory.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/wrapper-factory.html (original)
+++ websites/staging/isis/trunk/content/reference/services/wrapper-factory.html Fri Sep 26 17:43:51 2014
@@ -542,24 +542,10 @@ simply propogate the exception:</p>
   of such an <code>ExceptionRecognizer</code>; but it should be simple enough to write one...</p>
 </blockquote>
 
-<h3>Register the Service</h3>
+<h3>Automatically Available</h3>
 
-<p>Register this service in <code>isis.properties</code>, eg:</p>
-
-<pre><code>isis.services=...,\
-              org.apache.isis.core.wrapper.WrapperFactoryDefault,\
-              ...
-</code></pre>
-
-<h3>Maven dependencies</h3>
-
-<p>Add the following to your application's "dom" module's <code>pom.xml</code>:</p>
-
-<pre><code>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.isis.core&lt;/groupId&gt;
-    &lt;artifactId&gt;isis-core-wrapper&lt;/artifactId&gt;
-&lt;/dependency&gt;
-</code></pre>
+<p>As of 1.6.0 this service is automatically on the classpath and registered; there is no need to configure in 
+<code>isis.properties</code> or update your application's <code>pom.xml</code>.</p>