Make upgrading the WS-RM's RMTxStore's tables definitions easier
----------------------------------------------------------------
Key: CXF-4229
URL: https://issues.apache.org/jira/browse/CXF-4229
Project: CXF
Issue Type: Improvement
Components: WS-* Components
Affects Versions: 2.5.2
Reporter: Aki Yoshida
Assignee: Aki Yoshida
Fix For: 2.6
When a new column is added to one of the RMTxStore's tables in a newer release,
the table created earlier must be upgraded to include this new column with its
default value.
Previously, the old tables must be dropped and the tables must be newly created.
This patch includes the automatic upgrading code that automatically adds the
new columns to the old tables.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira