Subversion Repositories SmartDukaan

Rev

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

Rev 4970 Rev 4994
Line 453... Line 453...
453
        }
453
        }
454
        try {
454
        try {
455
            //generate products list that is to be uploaded in Amazon.
455
            //generate products list that is to be uploaded in Amazon.
456
            AmazonSCDataGenerator.generateSCProdData(validEntities, GENERATION_TYPE);
456
            AmazonSCDataGenerator.generateSCProdData(validEntities, GENERATION_TYPE);
457
        } catch (Exception e) {
457
        } catch (Exception e) {
-
 
458
        	e.printStackTrace();
458
            log.info("Could not generate Amazon data", e);
459
            log.info("Could not generate Amazon data", e);
459
        }
460
        }
460
    }
461
    }
461
 
462
 
462
    /**
463
    /**