Project

General

Profile

« Previous | Next » 

Revision 8804a550

Added by Andreas Müller over 4 years ago

ref #1444 update pesi/erms sources and destinations

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivator.java
30 30
	@SuppressWarnings("unused")
31 31
	private static final Logger logger = Logger.getLogger(PesiExportActivator.class);
32 32

  
33
	//database validation status (create, update, validate ...)
34
//	static final Source pesiDestination = PesiDestinations.pesi_test_local_CDM_EM2PESI();
35
//	static final Source pesiDestination = PesiDestinations.pesi_test_local_CDM_FE2PESI();
36
	static final Source pesiDestination = PesiDestinations.pesi_test_local_CDM_ERMS2PESI();
37

  
38 33
	static final ICdmDataSource cdmSource = CdmDestinations.cdm_test_local_faunaEu_mysql();
39 34
//	static final ICdmDataSource cdmSource = CdmDestinations.cdm_test_local_mysql();
40 35
//	static final ICdmDataSource cdmSource = CdmDestinations.cdm_test_local_mysql_test();
41 36

  
37
//	static final Source pesiDestination = PesiDestinations.pesi_test_local_CDM_EM2PESI();
38
//	static final Source pesiDestination = PesiDestinations.pesi_test_local_CDM_FE2PESI();
39
	static final Source pesiDestination = PesiDestinations.pesi_test_local_CDM_ERMS2PESI();
40

  
42 41
	//Taxon names can't be mapped to their CDM ids as PESI Taxon table mainly holds taxa and there IDs. We ad nameIdStart to the TaxonName id to get a unique id
43 42
	static final int nameIdStart = 10000000;
44 43

  

Also available in: Unified diff