Description of problem: The Java portion of the upgrade process will typically require that the SQL schema upgrade has already been done. There may, however, be cases where there needs to be mulitple java/sql upgrade passes interleaved. THe ccm upgrade command currently mindlessly runs 1. All Java scripts 2. All SQL scripts. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Write an upgrade containing multiple SQL & Java scripts Actual results: All Java scripts are run before all SQLK scripts Expected results: All scripts are run in the order defined in the .upgrade XML file. Additional info:
Oh right, this is quite broken (it's the cause of the core and cms 6.0-6.1 upgrade problems). Making this a blocker.
Fixed at perforce change 41041.