Subversion Repositories SmartDukaan

Rev

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

Rev 4969 Rev 4970
Line 257... Line 257...
257
            items.addAll(client.getAllItemsByStatus(status.PAUSED));
257
            items.addAll(client.getAllItemsByStatus(status.PAUSED));
258
            try {
258
            try {
259
                //Generate prices and availability data for amazon
259
                //Generate prices and availability data for amazon
260
                AmazonSCDataGenerator.generatePricesAndAvailability();
260
                AmazonSCDataGenerator.generatePricesAndAvailability();
261
            } catch (Exception e) {
261
            } catch (Exception e) {
262
                log.error(e);
262
            	log.info("Could not generate Amazon prices and availability", e);
263
            }
263
            }
264
            // Clean up the data from the solr directories.
264
            // Clean up the data from the solr directories.
265
            removeOldResources();
265
            removeOldResources();
266
 
266
 
267
        }
267
        }