[Mulgara-svn] r545 - in branches/nw-interface/jxdata/iTQL: data_types fulltext_queries having_queries standard_queries transitive walk
pag at mulgara.org
pag at mulgara.org
Thu Nov 15 06:28:52 UTC 2007
Author: pag
Date: 2007-11-15 00:28:52 -0600 (Thu, 15 Nov 2007)
New Revision: 545
Modified:
branches/nw-interface/jxdata/iTQL/data_types/queryResult34.txt
branches/nw-interface/jxdata/iTQL/fulltext_queries/drop1.txt
branches/nw-interface/jxdata/iTQL/fulltext_queries/test.jxu
branches/nw-interface/jxdata/iTQL/having_queries/queryResult10.txt
branches/nw-interface/jxdata/iTQL/having_queries/queryResult15-2.txt
branches/nw-interface/jxdata/iTQL/having_queries/queryResult15.txt
branches/nw-interface/jxdata/iTQL/standard_queries/queryResult17.txt
branches/nw-interface/jxdata/iTQL/standard_queries/queryResult18.txt
branches/nw-interface/jxdata/iTQL/standard_queries/queryResult19.txt
branches/nw-interface/jxdata/iTQL/standard_queries/queryResult3.txt
branches/nw-interface/jxdata/iTQL/standard_queries/queryResult4.txt
branches/nw-interface/jxdata/iTQL/transitive/result13.txt
branches/nw-interface/jxdata/iTQL/transitive/result14.txt
branches/nw-interface/jxdata/iTQL/walk/queryResult7.txt
Log:
Updates for new error and output formatting
Modified: branches/nw-interface/jxdata/iTQL/data_types/queryResult34.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/data_types/queryResult34.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/data_types/queryResult34.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Could not commit insert
-Caused by: (QueryException) Could not commit insert
+ItqlInterpreter error - Could not commit insert
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) org.mulgara.resolver.spi.ResolverException: Unable to read input statements
Caused by: (QueryException) org.mulgara.query.TuplesException: Failed to localize node
Modified: branches/nw-interface/jxdata/iTQL/fulltext_queries/drop1.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/fulltext_queries/drop1.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/fulltext_queries/drop1.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<answer xmlns="http://mulgara.org/tql#"><query><message>Successfully dropped model @server@#model1</message></query><query><message>Successfully dropped model @server@#fulltext</message></query><query><message>Successfully dropped model @server@#fulltext2</message></query><query><message>Successfully dropped model @server@#normal_zh</message></query><query><message>Successfully dropped model @server@#fulltext_zh</message></query><query><message>Successfully dropped model @server@#numbers_test</message></query><query><message></message></query></answer>
+<answer xmlns="http://mulgara.org/tql#"><query><message>Successfully dropped model @server@#model1</message></query><query><message>Successfully dropped model @server@#fulltext</message></query><query><message>Successfully dropped model @server@#fulltext2</message></query><query><message>Successfully dropped model @server@#normal_zh</message></query><query><message>Successfully dropped model @server@#fulltext_zh</message></query><query><message>Successfully dropped model @server@#numbers_test</message></query><query><message>Successfully dropped model @server@#numbers_fulltext</message></query></answer>
Modified: branches/nw-interface/jxdata/iTQL/fulltext_queries/test.jxu
===================================================================
--- branches/nw-interface/jxdata/iTQL/fulltext_queries/test.jxu 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/fulltext_queries/test.jxu 2007-11-15 06:28:52 UTC (rev 545)
@@ -312,7 +312,7 @@
drop <@server@#normal_zh> ;
drop <@server@#fulltext_zh> ;
drop <@server@#numbers_test> ;
- drop <@server@#numbers; ;"/>
+ drop <@server@#numbers_fulltext> ;"/>
<eval stepClass="org.mulgara.store.jxunit.QueryJX" />
<ifEqual converse="true" file="drop1.txt" name="queryResult">
Modified: branches/nw-interface/jxdata/iTQL/having_queries/queryResult10.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/having_queries/queryResult10.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/having_queries/queryResult10.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Failed to resolve query
Caused by: (QueryException) org.mulgara.query.TuplesException: No such variable $v in tuples [$s, $k0] (class org.mulgara.resolver.AppendAggregateTuples)
Modified: branches/nw-interface/jxdata/iTQL/having_queries/queryResult15-2.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/having_queries/queryResult15-2.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/having_queries/queryResult15-2.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Failed to resolve query
Caused by: (QueryException) org.mulgara.query.TuplesException: No such variable $k0 in tuples [$v, $p, $s] (class org.mulgara.resolver.AppendAggregateTuples)
Modified: branches/nw-interface/jxdata/iTQL/having_queries/queryResult15.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/having_queries/queryResult15.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/having_queries/queryResult15.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Failed to resolve query
Caused by: (QueryException) org.mulgara.query.TuplesException: No such variable $k0 in tuples [$p, $v, $s] (class org.mulgara.resolver.AppendAggregateTuples)
Modified: branches/nw-interface/jxdata/iTQL/standard_queries/queryResult17.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/standard_queries/queryResult17.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/standard_queries/queryResult17.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,4 +1,3 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Could not commit insert
-Caused by: (QueryException) Could not commit insert
+ItqlInterpreter error - Could not commit insert
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) rmi://localhost/server1#nomodelexistswiththisname is not a Model
Modified: branches/nw-interface/jxdata/iTQL/standard_queries/queryResult18.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/standard_queries/queryResult18.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/standard_queries/queryResult18.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Error resolving [$s $p $o $_from] from mailto:foo at bar.com
Caused by: (QueryException) Unable to extract hostname from: mailto:foo at bar.com
Modified: branches/nw-interface/jxdata/iTQL/standard_queries/queryResult19.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/standard_queries/queryResult19.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/standard_queries/queryResult19.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,4 +1,3 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Unable to reconnect to rmi://localhost/server2
-Caused by: (QueryException) Unable to reconnect to rmi://localhost/server2
-Caused by: (SessionFactoryFinderException) Cannot find server rmi://localhost/server2
-Caused by: (NameNotFoundException) server2
+ItqlInterpreter error - Unable to connect to a server
+Caused by: (SessionFactoryFinderException) Couldn't create session factory for rmi://localhost/server2
+Caused by: (ClassNotFoundException) org.mulgara.server.local.LocalSessionFactory
Modified: branches/nw-interface/jxdata/iTQL/standard_queries/queryResult3.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/standard_queries/queryResult3.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/standard_queries/queryResult3.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Error resolving [$pmid http://mulgara.org/mulgara/Document#subject "Birds" $_from] from @server@#badmodel
Caused by: (QueryException) @server@#badmodel is not a Model
Modified: branches/nw-interface/jxdata/iTQL/standard_queries/queryResult4.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/standard_queries/queryResult4.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/standard_queries/queryResult4.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,2 +1 @@
-ItqlInterpreter error - java.lang.IllegalArgumentException: Failed to constrain all variables: $pmid2 not constrained in WHERE or GIVEN clauses
-Caused by: (IllegalArgumentException) Failed to constrain all variables: $pmid2 not constrained in WHERE or GIVEN clauses
+ItqlInterpreter error - Failed to constrain all variables: $pmid2 not constrained in WHERE or GIVEN clauses
Modified: branches/nw-interface/jxdata/iTQL/transitive/result13.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/transitive/result13.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/transitive/result13.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,4 +1,3 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Predicate in transitive function, $p, currently must be bound to a value.
Modified: branches/nw-interface/jxdata/iTQL/transitive/result14.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/transitive/result14.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/transitive/result14.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,4 +1,3 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Query failed
-Caused by: (QueryException) Query failed
+ItqlInterpreter error - Query failed
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) Predicate in transitive function, $p, currently must be bound to a value.
Modified: branches/nw-interface/jxdata/iTQL/walk/queryResult7.txt
===================================================================
--- branches/nw-interface/jxdata/iTQL/walk/queryResult7.txt 2007-11-14 19:50:31 UTC (rev 544)
+++ branches/nw-interface/jxdata/iTQL/walk/queryResult7.txt 2007-11-15 06:28:52 UTC (rev 545)
@@ -1,5 +1,4 @@
-ItqlInterpreter error - org.mulgara.query.QueryException: Error getting information for answer
-Caused by: (QueryException) Error getting information for answer
+ItqlInterpreter error - Error getting information for answer
Caused by: (QueryException) org.mulgara.query.TuplesException: Transaction error
Caused by: (QueryException) org.mulgara.query.MulgaraTransactionException: Transaction rollback triggered
Caused by: (QueryException) org.mulgara.query.TuplesException: Couldn't evaluate aggregate
More information about the Mulgara-svn
mailing list