Skip to Content.
Sympa Menu

perfsonar-dev - r1408 - trunk/perfsonar/ant/sqlma

Subject: perfsonar development work

List archive

r1408 - trunk/perfsonar/ant/sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: r1408 - trunk/perfsonar/ant/sqlma
  • Date: Thu, 13 Jul 2006 07:33:36 -0400

Author: roman
Date: 2006-07-13 07:33:34 -0400 (Thu, 13 Jul 2006)
New Revision: 1408

Modified:
trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml
Log:
Changes required to use Maciej's new implementation of xmldb access.

Modified: trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml 2006-07-13
10:27:47 UTC (rev 1407)
+++ trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml 2006-07-13
11:33:34 UTC (rev 1408)
@@ -17,9 +17,9 @@


<target name="get-xmldb-address">
- <input message="Enter the address of xmldb eXist
[xmldb:exist://localhost:8090/exist/xmlrpc/db/sqlmaconfig]:"
+ <input message="Enter the address of xmldb eXist
[http://localhost:8090/exist/rest/db/sqlmaconfig]:";
addproperty="xmldb.address"
-
defaultvalue="xmldb:exist://localhost:8090/exist/xmlrpc/db/sqlmaconfig"
+ defaultvalue="http://localhost:8090/exist/rest/db/sqlmaconfig";
/>
<echo message="Accepted server address: ${xmldb.address}"/>
</target>
@@ -110,6 +110,7 @@
<entry key="component.ma.xmldb.db_uri"
value="${xmldb.address}"/>
<entry key="component.ma.xmldb.db_username"
value="sqlmaservice"/>
<entry key="component.ma.xmldb.db_password"
value="sqlmaservice"/>
+ <entry key="component.ma.xmldb.db_access" value="http"/>

<entry key="service.ma.xmldb.db_store" value="off"/>




  • r1408 - trunk/perfsonar/ant/sqlma, svnlog, 07/13/2006

Archive powered by MHonArc 2.6.16.

Top of Page