[Mulgara-svn] r1468 - trunk/jxdata/iTQL/standard_queries
ronald at mulgara.org
ronald at mulgara.org
Sat Jan 31 05:55:59 UTC 2009
Author: ronald
Date: 2009-01-30 21:55:58 -0800 (Fri, 30 Jan 2009)
New Revision: 1468
Modified:
trunk/jxdata/iTQL/standard_queries/queryResult3.txt
Log:
Replaced hardcoded local ip-address introduced in r1465 with macro.
This fixes the build.
Modified: trunk/jxdata/iTQL/standard_queries/queryResult3.txt
===================================================================
--- trunk/jxdata/iTQL/standard_queries/queryResult3.txt 2009-01-30 22:10:16 UTC (rev 1467)
+++ trunk/jxdata/iTQL/standard_queries/queryResult3.txt 2009-01-31 05:55:58 UTC (rev 1468)
@@ -1,4 +1,4 @@
-ItqlInterpreter error - Query failed: rmi://10.0.1.195/server1#badmodel has a URI indicating the local server, but was not found
+ItqlInterpreter error - Query failed: @server@#badmodel has a URI indicating the local server, but was not found
Caused by: (MulgaraTransactionException) Transaction rollback triggered
-Caused by: (QueryException) Error resolving [$pmid http://mulgara.org/mulgara/Document#subject "Birds" $_from] from rmi://10.0.1.195/server1#badmodel
-Caused by: (QueryException) rmi://10.0.1.195/server1#badmodel has a URI indicating the local server, but was not found
+Caused by: (QueryException) Error resolving [$pmid http://mulgara.org/mulgara/Document#subject "Birds" $_from] from @server@#badmodel
+Caused by: (QueryException) @server@#badmodel has a URI indicating the local server, but was not found
More information about the Mulgara-svn
mailing list