Changes between Version 26 and Version 27 of MolgenisAppStories


Ignore:
Timestamp:
2011-11-25T14:50:11+01:00 (13 years ago)
Author:
jlops
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisAppStories

    v26 v27  
    9393Status:
    9494
    95 I don't know if this is the right place to put this, but this is more a to-do for the "dataLoader". At this moment the loader is able to load data into pheno model.
     95To-do's:
    9696
    9797 * Add logging (so we can see what going on when it crashes in production environment, if it ever occurs)
     
    106106 * Remove JPA dependencies
    107107   * 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
    108    * Remove change org.molgenis.[wiki:JpaDatabase] interface to prevent this 
    109    *         //trick to prevent compilation problem in Hudson, should be changed! 
    110    *        this.em = ((!JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager();
     108   * Remove change org.molgenis.[wiki:JpaDatabase] interface to prevent this
     109   * //trick to prevent compilation problem in Hudson, should be changed!
     110   * this.em = ((!JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager();
    111111 * Update CSV readers to be multi threaded?
    112112 * In (production) environment it's not a bad idea to put the java executable in the Oracle VM that part of the database.