Skip to content
Snippets Groups Projects
Commit 2dd16cc7 authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

webservice: Minor fixes (file paths, minor refactoring, etc.)

parent 14508d93
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,11 @@ public class DataSID {
private static final String SA_NET_USAGE = "telecenter_net_usage";
private static final String SA_USER_HISTORY = "telecenter_user_history";
private static final File XML_INVENTORY_SCHEMA = new File("/home/datasid/apache-tomcat/webapps/axis2/WEB-INF/collected-data.xsd");
private static final File XML_NET_USAGE_SCHEMA = new File("/home/datasid/apache-tomcat/webapps/axis2/WEB-INF/net-collected-data.xsd");
private static final File XML_INVENTORY_SCHEMA = new File("/home/datasid/conf/collected-data.xsd");
private static final File XML_NET_USAGE_SCHEMA = new File("/home/datasid/conf/net-collected-data.xsd");
private static final String AGENT_VERSION = "1.0.0";
private static final String AGENT_UPDATE_LINK = "http://bisid.c3sl.ufpr.br/download/datasid-1.0.0-update.run";
private static final String AGENT_UPDATE_LINK = "http://bisimmcdev.c3sl.ufpr.br/download/datasid-1.0.0-update.run";
// enum does not work as expected inside an axis web service
// using simple constants instead
......@@ -136,8 +136,7 @@ public class DataSID {
* @author Eduardo Luis Buratti
* @return String
*/
public static String getUpdateLink()
{
public static String getUpdateLink() {
return AGENT_UPDATE_LINK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment