From 7db140f1f440a1793b9c7da356adf1a0ea4eed4e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 19 Jan 2017 17:03:58 -0800 Subject: [PATCH] Reduce diff between upstream and our standlone.xml files A lot of this is equivalent xml with updated whitespace to reduce the diff. This made it easier to see the actual differences between upstream's config and ours. With the whitespace changes out of the way I was able to update a few things that were different between the two. The use db connection cache manager value went from false to true, there was some added websocket config, a missing weld section, and added back in our config for specific openid source. Change-Id: I11dd81a97662e8f24fdc364b353c7375407cfa30 --- templates/wildfly-10-standalone.xml.erb | 151 ++++++++++++++---------- 1 file changed, 90 insertions(+), 61 deletions(-) diff --git a/templates/wildfly-10-standalone.xml.erb b/templates/wildfly-10-standalone.xml.erb index f404c3f..eebe140 100644 --- a/templates/wildfly-10-standalone.xml.erb +++ b/templates/wildfly-10-standalone.xml.erb @@ -45,46 +45,53 @@ - - + + - + - - + + - + - + - + - + - - + + - + @@ -94,18 +101,18 @@ - + - + - + - - - + + + @@ -185,15 +192,7 @@ - - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE - h2 - - sa - sa - - - + jdbc:mysql://<%= @mysql_host %>:<%= @mysql_port %>/zanata?characterEncoding=UTF-8 com.mysql.jdbc.Driver <%= @mysql_driver_name %> @@ -218,6 +217,15 @@ + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + h2 + + sa + sa + + org.h2.jdbcx.JdbcDataSource @@ -310,8 +318,8 @@ - - + + - + @@ -394,14 +402,15 @@ - + - - - + + + - + @@ -476,9 +485,9 @@ <% end -%> - + - + - + @@ -498,27 +507,41 @@ - + + - + + - + +<% if @zanata_openid_provider_url != '' -%> + +<% end -%> + + - - - - - - + + + + + + @@ -554,24 +577,26 @@ + - + - + - + - + @@ -599,20 +624,23 @@ <% end -%> - - - + + + - + + - + - - + + @@ -627,17 +655,18 @@ + - + - + - +