final modification on SubmitQuery in order to run on the statistical

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@97013 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-06-06 15:00:41 +00:00
parent af6456e8b0
commit 18b845bbb1
2 changed files with 2 additions and 3 deletions

View File

@ -23,6 +23,5 @@
</attributes>
</classpathentry>
<classpathentry kind="var" path="GLOBUS_LOCATION"/>
<classpathentry kind="lib" path="/home/loredana/gCore/lib/log4j-1.2.16.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -524,7 +524,7 @@ public class SubmitQuery extends StandardLocalExternalAlgorithm {
AnalysisLogger.getLogger().debug("In SubmitQuery->valueRO: " +
valueRO);
if (valueRO.equals("TRUE")) {
if (valueRO.equals("true")) {
AnalysisLogger.getLogger().debug(
"In SubmitQuery->Analyzing the query: " + query);
@ -566,7 +566,7 @@ public class SubmitQuery extends StandardLocalExternalAlgorithm {
AnalysisLogger.getLogger().debug(
"In SubmitQuery->valueDialect: " + valueDialect);
if ((valueSC.equals("TRUE")) && (!(valueDialect.equals("NONE")))) {
if ((valueSC.equals("true")) && (!(valueDialect.equals("NONE")))) {
String smartCorrectedQuery = "";
AnalysisLogger.getLogger().debug(