You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/10/06 08:46:33 UTC

svn commit: r1811306 - /syncope/site/docs/reference-guide.html

Author: ilgrosso
Date: Fri Oct  6 08:46:33 2017
New Revision: 1811306

URL: http://svn.apache.org/viewvc?rev=1811306&view=rev
Log:
Important fix for Wildfly instructions

Modified:
    syncope/site/docs/reference-guide.html

Modified: syncope/site/docs/reference-guide.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/reference-guide.html?rev=1811306&r1=1811305&r2=1811306&view=diff
==============================================================================
--- syncope/site/docs/reference-guide.html (original)
+++ syncope/site/docs/reference-guide.html Fri Oct  6 08:46:33 2017
@@ -8170,7 +8170,7 @@ and save it under <code>core/src/main/re
 <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;property name="jpaPropertyMap"&gt;
   &lt;map&gt;
     &lt;entry key="openjpa.MetaDataFactory"
-           value="jpa(URLs=vfs:/content/${project.build.finalName}.war/WEB-INF/classes, Resources=${Master.orm})"/&gt;
+           value="jpa(URLs=vfs:/content/${project.build.finalName}.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/&gt;
   &lt;/map&gt;
 &lt;/property&gt;</code></pre>
 </div>
@@ -9521,4 +9521,4 @@ Version 2.0.5<br>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
 <script>hljs.initHighlighting()</script>
 </body>
-</html>
\ No newline at end of file
+</html>