Subversion Repositories SmartDukaan

Rev

Rev 1461 | Rev 1468 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1461 Rev 1467
Line 38... Line 38...
38
		ConfigClient client = ConfigClient.getClient();
38
		ConfigClient client = ConfigClient.getClient();
39
		try{
39
		try{
40
			exportPath = client.get("export_entities_path");
40
			exportPath = client.get("export_entities_path");
41
		}catch(ConfigException ce){
41
		}catch(ConfigException ce){
42
			ce.printStackTrace();
42
			ce.printStackTrace();
43
			exportPath = "/var/lib/tomcat6/webapps/export/html/entities/";
43
			//exportPath = "/var/lib/tomcat6/webapps/export/html/entities/";
44
		}
44
		}
-
 
45
		System.out.println("######################################################################");
-
 
46
		System.out.println("######################################################################");
-
 
47
		System.out.println("Export path is : " + exportPath);
-
 
48
		System.out.println("######################################################################");
-
 
49
		System.out.println("######################################################################");
45
		return exportPath;
50
		return exportPath;
46
	}
51
	}
47
	
52
	
48
	public static double getItemPrice(long itemId){
53
	public static double getItemPrice(long itemId){
49
		CatalogServiceClient catalogServiceClient = null;
54
		CatalogServiceClient catalogServiceClient = null;