Author: lahiru
Date: Tue May 14 21:51:26 2013
New Revision: 1482610
URL: http://svn.apache.org/r1482610
Log:
fixing wrong validationQuery sql.
Modified:
airavata/trunk/modules/rest/webapp/src/main/resources/airavata-server.properties
Modified: airavata/trunk/modules/rest/webapp/src/main/resources/airavata-server.properties
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/rest/webapp/src/main/resources/airavata-server.properties?rev=1482610&r1=1482609&r2=1482610&view=diff
==============================================================================
--- airavata/trunk/modules/rest/webapp/src/main/resources/airavata-server.properties (original)
+++ airavata/trunk/modules/rest/webapp/src/main/resources/airavata-server.properties Tue May
14 21:51:26 2013
@@ -59,7 +59,7 @@ default.registry.user=admin
default.registry.password=admin
default.registry.password.hash.method=SHA
default.registry.gateway=default
-validationQuery=SELECT 1
+validationQuery=SELECT 1 from Configuration
#for rest [RegistryClient]
#registry.jdbc.url=http://localhost:9080/airavata-services
|