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:44:44 UTC

[2/2] syncope git commit: Important fix for Wildfly instructions

Important fix for Wildfly instructions


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4a09ce28
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4a09ce28
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4a09ce28

Branch: refs/heads/master
Commit: 4a09ce282342c2c2a44a5d068b5304fa939d920b
Parents: 55ced8b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Oct 6 10:44:12 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Oct 6 10:44:29 2017 +0200

----------------------------------------------------------------------
 .../systemadministration/javaeecontainer.adoc                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4a09ce28/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
index f857dc5..917ccea 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
@@ -167,7 +167,7 @@ Finally, add
 <property name="jpaPropertyMap">
   <map>
     <entry key="openjpa.MetaDataFactory" 
-           value="jpa(URLs=vfs:/content/${project.build.finalName}.war/WEB-INF/classes, Resources=${Master.orm})"/>
+           value="jpa(URLs=vfs:/content/${project.build.finalName}.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=${Master.orm})"/>
   </map>
 </property>
 ....