Difference between revisions of "Migration from 5.1.3 to 5.1.4"

From OpenKM Documentation
Jump to: navigation, search
Line 6: Line 6:
 
* Edit [[OpenKM.cfg]] and set '''hibernate.hbm2ddl''' to '''none'''.
 
* Edit [[OpenKM.cfg]] and set '''hibernate.hbm2ddl''' to '''none'''.
 
* Enjoy OpenKM 5.1.4!
 
* Enjoy OpenKM 5.1.4!
 +
 +
{{Warning|Hibernate exception when upgrading from 5.1.3 to 5.1.4, remove the '''hibernate-annotations.jar''' file located at '''$JBOSS_HOME/server/default/lib'''.}}
  
 
If you have any weird problem try to stop JBoss, delete these folders:
 
If you have any weird problem try to stop JBoss, delete these folders:

Revision as of 18:16, 30 May 2011

  • Make a backup!!!
  • Stop JBoss
  • Edit OpenKM.cfg and set hibernate.hbm2ddl to update
  • Replace the OpenKM.war
  • Start JBoss again
  • Edit OpenKM.cfg and set hibernate.hbm2ddl to none.
  • Enjoy OpenKM 5.1.4!

Nota advertencia.png Hibernate exception when upgrading from 5.1.3 to 5.1.4, remove the hibernate-annotations.jar file located at $JBOSS_HOME/server/default/lib.

If you have any weird problem try to stop JBoss, delete these folders:

  • $JBOSS_HOME/server/default/work
  • $JBOSS_HOME/server/default/tmp

And start JBoss again.