Skip to Content.
Sympa Menu

perfsonar-dev - r1491 - trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType

Subject: perfsonar development work

List archive

r1491 - trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType


Chronological Thread 
  • From:
  • To:
  • Subject: r1491 - trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType
  • Date: Thu, 27 Jul 2006 05:48:06 -0400

Author: mac
Date: 2006-07-27 05:48:05 -0400 (Thu, 27 Jul 2006)
New Revision: 1491

Modified:

trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType/SQLTypeMAServiceEngine.java
Log:
result codes updated

error.sqlma.* -> error.ma.sql.*
error.rrdma.* -> error.ma.rrd.*




Modified:
trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType/SQLTypeMAServiceEngine.java
===================================================================
---
trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType/SQLTypeMAServiceEngine.java
2006-07-27 09:42:41 UTC (rev 1490)
+++
trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType/SQLTypeMAServiceEngine.java
2006-07-27 09:48:05 UTC (rev 1491)
@@ -212,7 +212,7 @@
Parameter ibatisConfig = key.getParameterByName("ibatisConfig");
if (ibatisConfig == null)
throw new RequestException(
- "error.sqlma.db_connection.ibatis",
+ "error.ma.sql.db_connection.ibatis",
"SQLTypeMAServiceEngine.getStoreKey: "
+ "No ibatisConfig parameter in the key");

@@ -245,7 +245,7 @@

configuration.getProperty("service.ma.sql.default_ibatis_config");
if (ibatis_config_str == null || ibatis_config_str.trim() ==
"") {
throw new RequestException(
- "error.sqlma.db_connection.ibatis",
+ "error.ma.sql.db_connection.ibatis",
"SQLTypeMAServiceEngine.getStoreKey: "
+ "No default ibatis property in the service
configuration file");
}



  • r1491 - trunk/perfsonar/src/org/perfsonar/service/measurementArchive/sqlType, svnlog, 07/27/2006

Archive powered by MHonArc 2.6.16.

Top of Page