Changes between Version 3 and Version 4 of StoryConvertPhenoData
- Timestamp:
- 2011-11-28T15:04:43+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StoryConvertPhenoData
v3 v4 17 17 * VW_DICT_DATA.csv contains all the protocols and measurements 18 18 * Convertor code is in molgenis_apps/Apps/lifelinespheno, build script is build_lifelines.xml (in project root) 19 * Change the path to the CSV files (first line of ImportMapper.java in package lifelinespheno.org.molgenis.lifelines)19 * Change the path to the CSV files (first line of !ImportMapper.java in package lifelinespheno.org.molgenis.lifelines) 20 20 * Run the convertor 21 21 … … 33 33 * Remove JPA dependencies 34 34 * Many-to-many in JPA are not working properly with Labels, for example ov.setTarget_Name("x"). In JDBCMapper this is solved, but know not where and how we could best do this for JPA. This set by label should also be put into generated test 35 * Remove change org.molgenis. [wiki:JpaDatabase]interface to prevent this35 * Remove change org.molgenis.!JpaDatabase interface to prevent this 36 36 * //trick to prevent compilation problem in Hudson, should be changed! 37 * this.em = (( JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager();37 * this.em = ((!JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager(); 38 38 * Jpa reverse relation cause hudson to give compile error. Should be added to molgenis for non-jpa entities. And implement as @deprecated of throw unsupportedOperationException. 39 39 * Update CSV readers to be multi threaded?