Pages enfant
  • Migration guide

Vous regardez une version antérieure (v. /wiki/display/PROJESUPLECTURE/Migration+guide) de cette page.

afficher les différences afficher l'historique de la page

« Afficher la version précédente Vous regardez la version actuelle de cette page. (v. 5) afficher la version suivante »

Esup Lecture Portlet - Migration Guide


Auteur : Bourges Raymond - Bouteille Gwénaëlle - Vincent Repain (University of Rennes 1)

From 1.2.4 to 1.2.5


  • Download esup-lecture-1.2.5.zip from the projectsite
  • Unzip the file in the parent directory of the 1.2.4 directory.
  • Adapt build.properties in the 1.2.4 directory to recover some configuration files from that version : edit the custom.recover.files, for example :
    custom.recover.files= \
    properties/mappings.xml \
    properties/logging/log4j.properties
    
  • Do not list propertie/dao/dao.xml in the files to recover, as this file has been modified in version 1.2.5

  • Recover the files from version 1.2.4 :
    • ant recover-config
  • Add hibernate.connection parameters (jdbc and jndi) in config.properties (new in 1.2.5, see config-example.properties)
  • by default (see defaults.properties), esup-lecture use a jndi connection. If you want instead an jdbc connection, add in config.properties : hibernate.useJdbc=true

  • Deploy the application:
    • ant deploy
  • Aucune étiquette