| | 1 | == Create new instance of hvp_pilot after repeated errors. == |
| | 2 | * New distro . Changes : |
| | 3 | * Changed fields in DB : molgenis_db.xml : |
| | 4 | * user_id userId |
| | 5 | * run , still same problem |
| | 6 | * Delete JSON servlet : |
| | 7 | * following back the steps http://gbic.target.rug.nl/trac/pheno/wiki/DespoinaLog/2010/04/27 |
| | 8 | * pffff |
| | 9 | * '''New molgenis distro''' : hvp_pilot2 , new db hvp_pilot2 |
| | 10 | * change molgenis.properties: db name. |
| | 11 | * change molgenis_db.xml: |
| | 12 | * copied db model from hvp_pilot . |
| | 13 | * change molgenis.ui.xml : \ |
| | 14 | * Include jar files in Java EE module dependencies. |
| | 15 | * Problem with include javascript prototype libs through // public String getCustomHtmlHeaders() |
| | 16 | * Include them as javascript files in molgenis/src/org/molgenis/framework/ui/userInerface.ftl : |
| | 17 | * * <script src="prototype.js" language="javascript"></script> |
| | 18 | * and also copy the javascript file in a directory inside ''molgenis_distro ''WebContent. |
| | 19 | * delete public String getCustomHtmlHeaders() |
| | 20 | * OK , prototype libs included! |
| | 21 | * hvp_pilot2 , ok ! |
| | 22 | * Include lucene libs . CreateIndex.java --. run as java application . Connects to DB (defined in the same file) and creates an index on the fields of the tables also defined in the same file. |
| | 23 | * OK , works. |
| | 24 | * '''Next Todo ''' : Include all the functionality written in CreateIndex.java in a plugin and retrieve data from DB through molgenis DB retrieval functions (see developers guide). . |
| | 25 | * SearchIndex . : |