age |
author |
description |
2012-06-24 |
Babis Nikolaou |
added dependency to resultio.sparqljson in resultio/pom.xml and parent pom.xml |
2012-06-24 |
Babis Nikolaou |
moved stSPARQLResultsGeoJSONWriter to sparqljson package |
2012-06-22 |
Babis Nikolaou |
replaced StrabonPolyhedron.convertSRID with JTSWrapper.transform |
2012-06-22 |
Babis Nikolaou |
added dummy class for GeoJSON results encoding. Fill it and fix Bug #05 |
2012-06-22 |
Babis Nikolaou |
integrated Format enumeration type into Strabon. From now on, there are no String references to output formats, except for the command line. |
2012-06-22 |
Babis Nikolaou |
added enumeration type for result formats |
2012-06-22 |
Babis Nikolaou |
changed endpoint according to new query prototype (naive). This completes fix for Bug #04 |
2012-06-22 |
Babis Nikolaou |
changed Strabon.query to accept an output stream instead of returning the answer as an Object |
2012-06-22 |
Babis Nikolaou |
some code beautification in Strabon |
2012-06-22 |
Babis Nikolaou |
delegate KMZ encoding to KMLWriter |
2012-06-22 |
Babis Nikolaou |
make logging to standard error (addresses Bug #04) |
2012-06-21 |
Babis Nikolaou |
added support for KML |
2012-06-21 |
Babis Nikolaou |
introduced WKTHelper for common operations on WKT strings |
2012-06-21 |
Babis Nikolaou |
moved the implementation of StrabonPolyhedron.transform() to JTSWrapper and made StrabonPolyhedron.transform() a delegator |
2012-06-21 |
Babis Nikolaou |
raised logging level to INFO instead to OFF |
2012-06-21 |
Babis Nikolaou |
code beautification in Strabon.java |
2012-06-21 |
Babis Nikolaou |
added geotools dependency on resultio/pom.xml for stSPARQLResultsKMLWriter |
2012-06-21 |
Babis Nikolaou |
added template query for returning the number of hotspots. The alias is "hotspots" |
2012-06-21 |
Babis Nikolaou |
added deregisterDriver method in Strabon to deregister the JDBC driver. In older versions of Tomcat the JDBC driver is not deregistered automatically, which leads to memory leaks |
2012-06-21 |
Babis Nikolaou |
keep connection details in Strabon in datamembers |
2012-06-21 |
Babis Nikolaou |
endpoint: close strabon only when not null (case when you shutdown tomcat and a connection has failed to be established) |
2012-06-21 |
Kostis Kyzirakos |
Removing the execution of the Tomcat 7 maven plugin during the package phase. |
2012-06-20 |
Babis Nikolaou |
revert logger version to 1.6.4 to be used by Java 1.6. Maybe we could configure the version dynamically depending on the java -version output |
2012-06-20 |
Babis Nikolaou |
merge |
2012-06-20 |
Babis Nikolaou |
ignore debug messages in logging from j2ee services in Tomcat |
2012-06-20 |
Kostis Kyzirakos |
merge |
2012-06-20 |
Kostis Kyzirakos |
Added the Geonames parser |
2012-06-20 |
Babis Nikolaou |
forgot to add log4j.properties file |
2012-06-20 |
Babis Nikolaou |
added log4j.properties file in endpoint to override the one used in strabon |
2012-06-20 |
Kostis Kyzirakos |
Removing obsolete dependency on Apache CXF |
2012-06-20 |
Babis Nikolaou |
downgrade sl4j to 1.5.8 instead of 1.6.6 due to warnings by Tomcat |
2012-06-19 |
George Garbis |
merge with 301 |
2012-06-19 |
George Garbis |
merge with default branchnoa |
2012-06-19 |
George Garbis |
add aggregate-tests-sridnoa |
2012-06-19 |
George Garbis |
correct typonoa |
2012-06-19 |
George Garbis |
remove interval_start and interval_end from create statementsnoa |
2012-06-19 |
George Garbis |
add index (subj, obj) on property tables and (value) on datetime_valuesnoa |
2012-06-19 |
Manos Karpathiotakis |
Merging again |
2012-06-19 |
Manos Karpathiotakis |
merged successfully |
2012-06-19 |
Manos Karpathiotakis |
Also tested with refinement query of NOA |
2012-06-19 |
Manos Karpathiotakis |
Issue with double spatial predicates most likely resolved. |
2012-06-19 |
Manos Karpathiotakis |
minor change to enable resolving files from the /resources folder (for our tests) |
2012-06-19 |
Babis Nikolaou |
exclude dependency on slf4j-jdk4.jar introduced by cxf-rt-transports-http-jetty. This fixes Bug #3. |
2012-06-19 |
Babis Nikolaou |
clean up poms. Now only slf4j-log4j12 is referenced as a dependency. slf4j-api and log4j jars are downloaded automatically |
2012-06-19 |
Babis Nikolaou |
moved log4j.properties under runtime/src/main/resources/ to be found by class loaders either from Eclipse or command line. src/main/resources seems to be the typical directory for resource loading by class loaders in Maven projects |
2012-06-18 |
Kostis Kyzirakos |
Fixed minor errorsnoa |
2012-06-18 |
Kostis Kyzirakos |
Adding v2 queries and a modified version of the script that simulates the NOA workloadnoa |
2012-06-18 |
Kostis Kyzirakos |
New branch that will be used for the experiments based on the NOA workloadnoa |
2012-06-18 |
Kostis Kyzirakos |
Closing branch.temporal-function |
2012-06-18 |
Kostis Kyzirakos |
Merge |
2012-06-18 |
Kostis Kyzirakos |
Added queryfile function that takese as an argument the path of a file containing the query to be executed |
2012-06-18 |
Babis Nikolaou |
set debug to OFF and ignore debugging from classes other than Strabon ones |
2012-06-18 |
Babis Nikolaou |
check whether debug level is enabled before log |
2012-06-18 |
Kostis Kyzirakos |
Added log4j dependencies. |
2012-06-16 |
Babis Nikolaou |
added valid debug values in log4j.properties |
2012-06-15 |
Babis Nikolaou |
print the actual SQL query for execution instead of the prepared one |
2012-06-15 |
Manos Karpathiotakis |
minor correction regarding similarTermFunc |
2012-06-14 |
Babis Nikolaou |
revert beans.xml to default connection details |
2012-06-13 |
Kostis Kyzirakos |
Adding utf-8 support - fixed |
2012-06-13 |
Kostis Kyzirakos |
merge |
2012-06-13 |
Kostis Kyzirakos |
Adding utf-8 support - fix |
2012-06-13 |
Manos Karpathiotakis |
Added function for undergraduates - retrieve query bindings |
2012-06-13 |
Kostis Kyzirakos |
Decoding the SPARQLquery parameter |
2012-06-13 |
Manos Karpathiotakis |
Added hook for undergraduate students to add their extension |
2012-06-12 |
Michael Sioutis |
test |
2012-06-12 |
Michael Sioutis |
test |
2012-06-09 |
Babis Nikolaou |
added result format options (KML, GEOJSON, etc.). However, did not manage to get an answer different than XML. Someone should check it. |
2012-06-09 |
Babis Nikolaou |
added --help option to strabon script |
2012-06-08 |
George Garbis |
revert endpoint/pom.xml |
2012-06-08 |
George Garbis |
A script for running noa refinement |
2012-06-08 |
George Garbis |
A script for easily redeploying endpoint |
2012-06-08 |
George Garbis |
an old endpint/pom.xml that makes store.jsp to work |
2012-06-07 |
Babis Nikolaou |
added result format to strabon script |
2012-06-06 |
George Garbis |
pass by exception for geometry searching. remove string creation with results. add tr in kml |
2012-06-06 |
Babis Nikolaou |
more helpfull error messages |
2012-06-06 |
Babis Nikolaou |
prints outs to logging |
2012-06-06 |
Babis Nikolaou |
do not use e.getStackTrace() in log.error(), use just "e" as 2nd arg or append "e.getMessage()" |
2012-06-06 |
Babis Nikolaou |
use a general try/catch in StrabonWrapper.evaluateQuery |
2012-06-06 |
Babis Nikolaou |
add logging to try/catch without error reporting |
2012-06-05 |
Babis Nikolaou |
removed accidentally monolithic storing scheme |
2012-06-05 |
Babis Nikolaou |
fix logging output in StrabonBeanWrapper |
2012-06-05 |
Kostis Kyzirakos |
Cache files are created on initexperiments |
2012-06-05 |
Babis Nikolaou |
corrected hgignore (a file rproject would match expression .project). |
2012-06-05 |
Babis Nikolaou |
removed "In MonetDB evaluation is..." print out and put it in debug |
2012-06-05 |
Babis Nikolaou |
Fixed bug #2: StrabonEndpoint can now be configured with MonetDB as a database backend as well |
2012-06-04 |
Babis Nikolaou |
added logging to Strabon of MonetDB |
2012-06-04 |
Babis Nikolaou |
removed commented methods from StrabonBeanWrapper |
2012-06-04 |
Kostis Kyzirakos |
fix pomsexperiments |
2012-06-04 |
Kostis Kyzirakos |
modified pom.xmlexperiments |
2012-06-04 |
Kostis Kyzirakos |
renamed pomexperiments |
2012-06-04 |
Babis Nikolaou |
removed needless main class from Strabon.java |
2012-06-04 |
Babis Nikolaou |
we use Java generics |
2012-06-03 |
Babis Nikolaou |
print reading configuration file only in debug mode |
2012-06-03 |
Babis Nikolaou |
fixed message when no options are given to strabon script |
2012-06-03 |
Babis Nikolaou |
added configuration file for setting defaults in strabon script |
2012-06-03 |
Babis Nikolaou |
added MANY configuration options to strabon script (most of them for the connection) |
2012-06-03 |
Babis Nikolaou |
added comments |
2012-06-03 |
Babis Nikolaou |
added RDF formats option to strabon script when storing files |
2012-06-03 |
Babis Nikolaou |
organize imports |
2012-06-03 |
Babis Nikolaou |
progress on strabon script |
2012-06-03 |
Babis Nikolaou |
more logging |
2012-06-03 |
Babis Nikolaou |
added logging in QueryDir and properly closed strabon connection in case of error |
2012-06-03 |
Babis Nikolaou |
close strabon connection only when strabon is not NULL (in main classes of PostGIS) |
2012-06-03 |
Babis Nikolaou |
added logging in main classes of Strabon for monetdb and properly close strabon connection in case of an exception |
2012-06-02 |
Babis Nikolaou |
We are writing Java 1.6, thus we are using GENERICS |
2012-06-02 |
Babis Nikolaou |
Logging in Strabon main classes and properly handle of exceptions and closing the Strabon connection. |
2012-06-02 |
Babis Nikolaou |
removed handler.startRDF() statement, because it is called from the parser |
2012-06-02 |
Babis Nikolaou |
When storing a file, first check whether it exists, otherwise store input as string. |
2012-06-02 |
Babis Nikolaou |
removed Strabon.storeInRepo and Strabon.storeFile that were not used anymore, and made the first argument of store methods to be String, instead of object |
2012-06-02 |
constant |
Fixed StoreOp bug. StoreOp no longer uses storeFile but the method remains for the time being as its is used in other parts of the code. |
2012-06-01 |
Babis Nikolaou |
progress on strabon script |
2012-06-01 |
Babis Nikolaou |
cleaned messages during store in Strabon |
2012-06-01 |
Babis Nikolaou |
added triple counter for "triples" object in GeosparqlRDFHandlerBase |
2012-06-01 |
Babis Nikolaou |
removed meaningless print out |
2012-06-01 |
Babis Nikolaou |
removed usage of readlink for portability purposes in MAC OS X. |
2012-05-31 |
Babis Nikolaou |
initial and incomplete version of strabon script, the command-line frontend of Strabon main classes, such as QueryOp. |
2012-05-31 |
Babis Nikolaou |
added sample configuration file for log4j (under runtime/ for the time being) |
2012-05-31 |
Babis Nikolaou |
added predefined update query for deleting all triples of an endpoint. The alias name is "clear" |
2012-05-31 |
Babis Nikolaou |
fixed security exception when StoreBean could be given a file located at the side of the server to store it |
2012-05-31 |
Babis Nikolaou |
removed unused variable |