Notes:
Orchestra 4.7.0
Changes:
- performance improvement
- merge pvm and core modules
- keep scopeRuntime for compensation only when needed (reduce memory and database usage)
- make journal and runtime use separate tables (BpelFault was shared)
- core sql scripts only create runtime database
- rename database tables: use prefix for definition/runtime core/monitoring data
- fix link status: it has 3 states (unset/true/false). As it was saved as a boolean in the database, a link was never unset.
- add a remark on deployment errors logged in the error.txt file
- add line and column info on parsing errors
- add cluster notification when a process is activated/retired
- inheriting exitOnStandardFault from parent scope for implicit scope in invoke activity
- fix problem with versioning with WS implementation based on Axis when using Windows
- remove felix shell from war
- merge Orchestra core and console user guides