Subversion Repositories SmartDukaan

Rev

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

Rev 18767 Rev 19109
Line 543... Line 543...
543
			String irDataFilename = Utils.EXPORT_PATH + "xml/intermediate/" + entityID + "_irdata.xml";
543
			String irDataFilename = Utils.EXPORT_PATH + "xml/intermediate/" + entityID + "_irdata.xml";
544
			DBUtils.store(irDataXML, irDataFilename);
544
			DBUtils.store(irDataXML, irDataFilename);
545
			transformIrDataXMLtoSolrXML(entityID);
545
			transformIrDataXMLtoSolrXML(entityID);
546
		} catch (Exception e){
546
		} catch (Exception e){
547
			Utils.info("Could not process entity:" + entity.getID());
547
			Utils.info("Could not process entity:" + entity.getID());
548
			//e.printStackTrace();
548
			e.printStackTrace();
549
		}
549
		}
550
		}
550
		}
551
		
551
		
552
		
552
		
553
		
553