Changes between Version 3 and Version 4 of StoryConvertPhenoData


Ignore:
Timestamp:
2011-11-28T15:04:43+01:00 (13 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoryConvertPhenoData

    v3 v4  
    1717* VW_DICT_DATA.csv contains all the protocols and measurements
    1818* 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)
    2020* Run the convertor
    2121
     
    3333 * Remove JPA dependencies
    3434   * 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 this
     35   * Remove change org.molgenis.!JpaDatabase interface to prevent this
    3636   * //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();
    3838   * 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.
    3939 * Update CSV readers to be multi threaded?