You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/07/26 07:02:42 UTC

[24/27] james-project git commit: JAMES-2481 update openjpa version in startup.sh

JAMES-2481 update openjpa version in startup.sh


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e86b5ae8
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e86b5ae8
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e86b5ae8

Branch: refs/heads/master
Commit: e86b5ae884de64b76229842373130e9a0a336dcf
Parents: 2f3aaae
Author: duc <dt...@linagora.com>
Authored: Thu Jul 26 10:17:37 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Thu Jul 26 13:51:07 2018 +0700

----------------------------------------------------------------------
 dockerfiles/run/guice/provisioned/startup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/e86b5ae8/dockerfiles/run/guice/provisioned/startup.sh
----------------------------------------------------------------------
diff --git a/dockerfiles/run/guice/provisioned/startup.sh b/dockerfiles/run/guice/provisioned/startup.sh
index 83daaec..4ad5d37 100644
--- a/dockerfiles/run/guice/provisioned/startup.sh
+++ b/dockerfiles/run/guice/provisioned/startup.sh
@@ -2,4 +2,4 @@
 
 wait-for-it.sh --host=localhost --port=9999 --strict --timeout=0 -- ./initialdata.sh &
 
-java -classpath '/root/james-server.jar:/root/james-server-jpa-guice.lib/*' -javaagent:/root/james-server-cli.lib/openjpa-2.4.2.jar -Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ org.apache.james.JPAJamesServerMain
\ No newline at end of file
+java -classpath '/root/james-server.jar:/root/james-server-jpa-guice.lib/*' -javaagent:/root/james-server-cli.lib/openjpa-3.0.0.jar -Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ org.apache.james.JPAJamesServerMain
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org