Changes between Version 31 and Version 32 of MolgenisAppStories


Ignore:
Timestamp:
2011-11-25T15:45:42+01:00 (13 years ago)
Author:
jlops
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisAppStories

    v31 v32  
    122122   * //trick to prevent compilation problem in Hudson, should be changed!
    123123   * this.em = ((JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager();
    124    * 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. 
     124   * 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.
    125125 * Update CSV readers to be multi threaded?
    126126 * In (production) environment it's not a bad idea to put the java executable in the Oracle VM that part of the database.
    127127 * Last but not least, Test if data is loaded correctly (Test from Anco).
    128  * The views that are generated on top of pheno model has a bug on null values and casting
     128 * We should make sure that the data is always loaded into the right format (this means that it always end up the right way in database).