[
https://jira.jboss.org/jira/browse/JBPM-1995?page=com.atlassian.jira.plug...
]
Alejandro Guizar updated JBPM-1995:
-----------------------------------
Does this really belong in the user guide? I don't think we want to support upgrading
between arbitrary versions. Furthermore, because it requires checking out the source code
and working with Maven, it is hardly an end-user feature.
I'll write the instructions in the user guide for the time being, but I think it
really belongs to the dev guide.
build script to calculate jBPM DB differences
---------------------------------------------
Key: JBPM-1995
URL:
https://jira.jboss.org/jira/browse/JBPM-1995
Project: jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Heiko Braun
Assignee: Alejandro Guizar
Fix For: jBPM 4.1
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
1) automated script that
* gets the jbpm schema create scripts from a (configured) previous version from jbpm
from the maven repo.
* create previous version schema in db (preferably leverage existing jdbc.properties
handling)
* run the hibernate update tool to calculate DDL upgrade script
* optionally add the capability of running the test suite against the migrated DB
schema
2) in one go it is probably easy to add an automatic diff report between the plain sql
ddl schema generation scripts. that can be used to verify if there are any other changes
then the ones that hibernate distills in the schema update tool
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira