wsToolset 2.2.0 - RELEASE NOTES
What's New
The wsToolset 2.2.0 is the latest release of the wsToolset2.
This version of the wsToolset2 implements some features, fixes several bugs and takes advantage of a more thorough testing with respect to the previous version.
The BpelComposer implements many novel features. Read the following for more.
BpelComposer
- Dependencies
- Byacc/Java 1.5 (included in the package)
- Features
- managed WSDL import within the composed BPEL
- improved BPEL 2.0 compliancy
- composed BPEL can be deployed both onto the ActiveWebFlow and ODE BPEL engines
- composed BPEL can be deployed onto the ServiceMix enterprise service bus
- improved the management of Xpath expression within BPEL 2.0 expressions
- the getVariableData expression has been deprecated please use the "dollar-dot" notation instead like, e.g.:
- getVariableData('orderDetails') --> $orderDetails
- getVariableData('orderDetails', 'orderPart') --> $orderDetails.orderPart
- getVariableData('orderDetails', 'orderPart', '/orderPart/ns:orderNum') --> $orderDetails.orderPart/ns:orderNum
- the managed Xpath grammar is subset of the OASIS standard Xpath 1.0 for BPEL 2.0
- Bug Fixes
- fix a critical bug in the distribution of the bpelToStsmap code that sometimes occurred during the distributed composition
echo "Last Update: ".date("d F Y", filemtime("relnotes.php")); ?>