Subversion Repositories SmartDukaan

Rev

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

Rev 18596 Rev 18597
Line 983... Line 983...
983
				logger.error("Could not fetch item for : " + itemId, e);
983
				logger.error("Could not fetch item for : " + itemId, e);
984
				return "Could not push to production. No item got pushed.";
984
				return "Could not push to production. No item got pushed.";
985
			}
985
			}
986
		}
986
		}
987
		
987
		
988
//		CatalogClient catalogServiceClient = new CatalogClient();
988
		CatalogClient catalogServiceClient = new CatalogClient();
989
//		Client catalogClient = catalogServiceClient.getClient();
989
		Client catalogClient = catalogServiceClient.getClient();
990
		
990
		
991
		for (Item it : items) {
991
		for (Item it : items) {
992
			logger.info("Update item on production call, Item Id: " + it.getId());
992
			logger.info("Update item on production call, Item Id: " + it.getId());
993
 
993
 
994
			try{
994
			try{