Changes between Version 26 and Version 27 of MolgenisAppStories
- Timestamp:
- 2011-11-25T14:50:11+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisAppStories
v26 v27 93 93 Status: 94 94 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. 95 To-do's: 96 96 97 97 * Add logging (so we can see what going on when it crashes in production environment, if it ever occurs) … … 106 106 * Remove JPA dependencies 107 107 * 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 this109 * //trick to prevent compilation problem in Hudson, should be changed!110 * 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(); 111 111 * Update CSV readers to be multi threaded? 112 112 * In (production) environment it's not a bad idea to put the java executable in the Oracle VM that part of the database.