@@ -2691,7 +2691,7 @@ def conditional_prop(prop, default_prop)
26912691
26922692 def triggers_db_xml
26932693 %Q{
2694- <database>
2694+ <database xmlns="http://marklogic.com/xdmp/database" >
26952695 <database-name>@ml.triggers-db</database-name>
26962696 <forests>
26972697 <forest-id name="@ml.triggers-db"/>
@@ -2702,7 +2702,7 @@ def triggers_db_xml
27022702
27032703 def triggers_assignment
27042704 %Q{
2705- <assignment>
2705+ <assignment xmlns="http://marklogic.com/xdmp/assignments" >
27062706 <forest-name>@ml.triggers-db</forest-name>
27072707 </assignment>
27082708 }
@@ -2711,7 +2711,7 @@ def triggers_assignment
27112711 def xdbc_server
27122712 xdbc_auth_method = conditional_prop ( 'ml.xdbc-authentication-method' , 'ml.authentication-method' )
27132713 %Q{
2714- <xdbc-server>
2714+ <xdbc-server xmlns="http://marklogic.com/xdmp/group" >
27152715 <xdbc-server-name>@ml.app-name-xcc</xdbc-server-name>
27162716 <port>@ml.xcc-port</port>
27172717 <database name="@ml.content-db"/>
@@ -2724,7 +2724,7 @@ def xdbc_server
27242724 def odbc_server
27252725 odbc_auth_method = conditional_prop ( 'ml.odbc-authentication-method' , 'ml.authentication-method' )
27262726 %Q{
2727- <odbc-server>
2727+ <odbc-server xmlns="http://marklogic.com/xdmp/group" >
27282728 <odbc-server-name>@ml.app-name-odbc</odbc-server-name>
27292729 <port>@ml.odbc-port</port>
27302730 <database name="@ml.content-db"/>
@@ -2736,7 +2736,7 @@ def odbc_server
27362736
27372737 def schemas_db_xml
27382738 %Q{
2739- <database>
2739+ <database xmlns="http://marklogic.com/xdmp/database" >
27402740 <database-name>@ml.schemas-db</database-name>
27412741 <forests>
27422742 <forest-id name="@ml.schemas-db"/>
@@ -2747,15 +2747,15 @@ def schemas_db_xml
27472747
27482748 def schemas_assignment
27492749 %Q{
2750- <assignment>
2750+ <assignment xmlns="http://marklogic.com/xdmp/assignments" >
27512751 <forest-name>@ml.schemas-db</forest-name>
27522752 </assignment>
27532753 }
27542754 end
27552755
27562756 def test_content_db_xml
27572757 %Q{
2758- <database import="@ml.content-db">
2758+ <database import="@ml.content-db" xmlns="http://marklogic.com/xdmp/database" >
27592759 <database-name>@ml.test-content-db</database-name>
27602760 <forests>
27612761 <forest-id name="@ml.test-content-db"/>
@@ -2766,7 +2766,7 @@ def test_content_db_xml
27662766
27672767 def test_content_db_assignment
27682768 %Q{
2769- <assignment>
2769+ <assignment xmlns="http://marklogic.com/xdmp/assignments" >
27702770 <forest-name>@ml.test-content-db</forest-name>
27712771 </assignment>
27722772 }
@@ -2779,7 +2779,7 @@ def test_appserver
27792779 test_default_user = conditional_prop ( 'ml.test-default-user' , 'ml.default-user' )
27802780
27812781 %Q{
2782- <http-server import="@ml.app-name">
2782+ <http-server import="@ml.app-name" xmlns="http://marklogic.com/xdmp/group" >
27832783 <http-server-name>@ml.app-name-test</http-server-name>
27842784 <port>@ml.test-port</port>
27852785 <database name="@ml.test-content-db"/>
@@ -2792,7 +2792,7 @@ def test_appserver
27922792
27932793 def test_modules_db_xml
27942794 %Q{
2795- <database import="@ml.modules-db">
2795+ <database import="@ml.modules-db" xmlns="http://marklogic.com/xdmp/database" >
27962796 <database-name>@ml.test-modules-db</database-name>
27972797 <forests>
27982798 <forest-id name="@ml.test-modules-db"/>
@@ -2803,7 +2803,7 @@ def test_modules_db_xml
28032803
28042804 def test_user_xml
28052805 %Q{
2806- <user>
2806+ <user xmlns="http://marklogic.com/xdmp/security" >
28072807 <user-name>${test-user}</user-name>
28082808 <description>A user for the ${app-name} unit tests</description>
28092809 <password>${test-user-password}</password>
@@ -2818,7 +2818,7 @@ def test_user_xml
28182818
28192819 def test_modules_db_assignment
28202820 %Q{
2821- <assignment>
2821+ <assignment xmlns="http://marklogic.com/xdmp/assignments" >
28222822 <forest-name>@ml.test-modules-db</forest-name>
28232823 </assignment>
28242824 }
@@ -2839,7 +2839,7 @@ def rest_appserver
28392839 end
28402840
28412841 %Q{
2842- <http-server import="@ml.app-name">
2842+ <http-server import="@ml.app-name" xmlns="http://marklogic.com/xdmp/group" >
28432843 <http-server-name>@ml.app-name-rest</http-server-name>
28442844 <port>@ml.rest-port</port>
28452845 <database name="@ml.content-db"/>
@@ -2857,7 +2857,7 @@ def rest_modules_db_xml
28572857 rest_modules_db = conditional_prop ( 'ml.rest-modules-db' , 'ml.modules-db' )
28582858
28592859 %Q{
2860- <database>
2860+ <database xmlns="http://marklogic.com/xdmp/database" >
28612861 <database-name>#{ rest_modules_db } </database-name>
28622862 <forests>
28632863 <forest-id name="#{ rest_modules_db } "/>
@@ -2870,15 +2870,15 @@ def rest_modules_db_assignment
28702870 rest_modules_db = conditional_prop ( 'ml.rest-modules-db' , 'ml.modules-db' )
28712871
28722872 %Q{
2873- <assignment>
2873+ <assignment xmlns="http://marklogic.com/xdmp/assignments" >
28742874 <forest-name>#{ rest_modules_db } </forest-name>
28752875 </assignment>
28762876 }
28772877 end
28782878
28792879 def ssl_certificate_xml
28802880 %Q{
2881- <certificate>
2881+ <certificate xmlns="http://marklogic.com/xdmp/pki" >
28822882 <name>@ml.ssl-certificate-template</name>
28832883 <countryName>@ml.ssl-certificate-countryName</countryName>
28842884 <stateOrProvinceName>@ml.ssl-certificate-stateOrProvinceName</stateOrProvinceName>
0 commit comments