| 1 | Inconsistency between db & model: |
| 2 | |
| 3 | * These problems are produces when we call Class : for all molgenis db entities . Seems to find a table that does not exist in the model. |
| 4 | |
| 5 | ('Patient_Ontology.autoid') : Patient_GenesTested - Patient_Ontology - geneTinY |
| 6 | |
| 7 | * DONE : delete old tables from db . |
| 8 | * mysql> alter table hvp_pilot2.Patient_GenesTested rename hvp_pilot.Patient_GenesTested |
| 9 | * After deleting the Db tables, the names seems to appear in generated code . Deleted generated code . Run molgenis.generate() . |
| 10 | * The classic servlete error : Eclipse “Import cannot be resolved” error : |
| 11 | * refresh , clean , refresh ... |
| 12 | * http://blog.sherifmansour.com/?p=207 |
| 13 | * Remove and re-add your JRE: |
| 14 | * http://forums.devshed.com/java-help-9/the-import-javax-servlet-cannot-be-resolved-317410.html |
| 15 | * Joeri intervention : 'Project properties --> Java Build Path --> source --> add generated directories (java/sql/python) |