Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PhixFlow

PhixFlow version 7.23.0 is the first latest release of the design component of PhixFlow in the new GUI. This presents the design component with a new look a feel, for designing models and applications. This also provides the design component in the new front end technology (HTML5, rather than flash), so that all of PhixFlow is now available in the new technology.

...

  1. First review Compatibility Guide and Upgrade Planning to check any changing requirements for database versions etc.
  2. Follow the Standard Upgrade Instructions plus any special instructions for all intermediate releases listed in Compatibility Guide and Upgrade Planning.

Special notes

For this release, there is an additional step when upgrading from a version at less than 7.2.0 to 7.2.0 or above. This only applies if you are running against a SQL Server database.

Change to SQL Server Dialect in datasource file

If you are running against a SQL Sever database, you need to update the dialect specified in the datasource file. The Standard Upgrade Instructions describe managing your phixflow-datasource.xml file, and migrating this to the new release. In this file you will have:

Code Block
languagexml
                <prop key="hibernate.dialect">org.hibernate.dialect.SQLServerDialect</prop>

Update this to say:

Code Block
languagexml
                <prop key="hibernate.dialect">org.hibernate.dialect.SQLServer2012Dialect</prop>

There are no special instructions for this release.

...

Contents

Table of Contents
maxLevel1

...

The design component has also been given a new look a feel, to support creating models and rich applications.

...

No longer suported

...

Features and Improvements

...