[ https://issues.apache.org/jira/browse/CXF-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aki Yoshida resolved CXF-4229. ------------------------------ Resolution: Fixed For now, we keep this only in 2.6.0. This patch is needed for those who have the older 2.5.x RMStore tables and are upgrading to 2.6.x which has a new column added in the RM sequence tables by CXF-4218. If we integrate CXF-4118 to 2.5.x, we will also need to integrate this patch to 2.5.x. > 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