Utility for BPEL 1.1 to BPEL 2.0 migration.
BPEL 2.0 has several changes from BPEL 1.1, elements have been renamed, new elements have been added, attributes removed, etc.
This document MigrationBP1.1ToBP2.0.odt
outlines the migration rules.
The Utility uses the XSLT stylesheet Transform.xsl
written by Venkata Yella
What it does.
- Compiles the BPEL 2.0 import statements by reading all the WSDL and XSD files in the given input folder recursively.
- Writes out every WSDL and XSD file in the input folder to the output folder.
- Reads every BPEL 1.0 file in the input folder, transforms them into BPEL 2.0 file using the XSLT file.
- Inserts all statements into the transformed BPEL 2.0 file.
- Does a DOM based format/Indent of the transformed file and replaces any occurrence of BPEL 1.1 namespaceURI with BPEL 2.0 namespaceURI
- Writes out the BPEL 2.0 file to the output folder.
transform.jar
The source file TransformFile.java is packaged in the jar
java -jar transform.jar [path of input dir] [path of output dir]
Example : java -jar tranform.jar C:\Temp\InputFolder C:\Temp\OutputFolder
An example of bpel 1.1 doc's InputFolder.zip
is provided to test the utility.
- Unzip the contents to a folder.
- Specify the path to this folder as the input directory parameter.
- Specify an output folder as the output directory parameter.
- Execute the command as specified above.
Downloads
bpelengine-dev@sun.com
This page (revision-10) was last changed on
06-Oct-08 09:39 AM, -0700
by Philip Varghese.
This page was created on
06-Oct-08 07:16 AM, -0700 by Philip Varghese.
More info...
| Version |
Date |
Author |
Size |
Changes ... |
|
10
|
06-Oct-08 09:39 AM, -0700
|
Philip Varghese |
2356 |
to previous
|
|
9
|
06-Oct-08 09:38 AM, -0700
|
Philip Varghese |
2354 |
to previous
|
to last
|
|
8
|
06-Oct-08 07:51 AM, -0700
|
Philip Varghese |
2353 |
to previous
|
to last
|
|
7
|
06-Oct-08 07:35 AM, -0700
|
Philip Varghese |
2282 |
to previous
|
to last
|
|
6
|
06-Oct-08 07:33 AM, -0700
|
Philip Varghese |
2284 |
to previous
|
to last
|
|
5
|
06-Oct-08 07:32 AM, -0700
|
Philip Varghese |
2287 |
to previous
|
to last
|
|
4
|
06-Oct-08 07:27 AM, -0700
|
Philip Varghese |
1645 |
to previous
|
to last
|
|
3
|
06-Oct-08 07:25 AM, -0700
|
Philip Varghese |
1545 |
to previous
|
to last
|
|
2
|
06-Oct-08 07:23 AM, -0700
|
Philip Varghese |
1445 |
to previous
|
to last
|
|
1
|
06-Oct-08 07:16 AM, -0700
|
Philip Varghese |
1427 |
to last
|