Home
Name Modified Size InfoDownloads / Week
images 2012-11-07
Readme.txt 2013-02-05 683 Bytes
esc-3.0.1.ear 2013-02-05 52.6 MB
Totals: 3 Items   52.6 MB 0
e-Science Central

Version 3.0.1 Release Notes


* Added GMail user/password to organisation so will require running the following migration SQL to add them to the DB. UPDATE objectsflat SET gmailuser = 'USER', gmailpassword = 'PASSWORD' WHERE objecttype = 'ORGANISATION';

* Changed the Hibernate sequence generator so that by default the ids generated are shorter. They will start at 10 on a new installation rather than be the UUID which was used previously. Backwards compatibility has been maintained for existing databases. However, previous databases will need a sequence 'esc_sequence' adding which can be done using the script in docs/buildAndInstall/SQL/migrations/r200.sql
Source: Readme.txt, updated 2013-02-05