Subversion Repositories SmartDukaan

Rev

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

Rev 10085 Rev 10086
Line 71... Line 71...
71
				ex =false;
71
				ex =false;
72
			} catch (Exception e) {
72
			} catch (Exception e) {
73
				e.printStackTrace();
73
				e.printStackTrace();
74
			}
74
			}
75
		}
75
		}
76
 
76
		ex=true;
77
		while(ex){
77
		while(ex){
78
			try {
78
			try {
79
				aliveItems = catalogClient.getAllAliveItems();
79
				aliveItems = catalogClient.getAllAliveItems();
80
				ex =false;
80
				ex =false;
81
			} catch (Exception e) {
81
			} catch (Exception e) {