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:
parent
af6456e8b0
commit
18b845bbb1
|
@ -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>
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue