How to create, compile and run maven bpel project from existing BPEL2.0 file

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History
The creation of new maven bpel project is realized in 5 steps:
1 - run sdk application
2 - set the qname of new Bpel project (by default, the sdk application generates HelloworldProcess bpel project)
3 - click on *"create project"* button
2 - Click on checkBox : *"Create Bpel maven project from existing bpel"*
3 - Click on "browse" button


{center}
!sdk-create.png|align=center,border=1! !sdk-frombpel-import.png|align=center,border=1!
*_create project_*
{center}

4 - once this step is successfull, you can import project in eclipse IDE (click on File->import->General->Existing Project into workspace) to modify the bpel process if necessary or start the compilation by clicking on *"compile project"* button
4 - click on *"create project"* button

{center}
!sdk-compile.png|align=center,border=1! !sdk-frombpel-create.png|align=center,border=1!
*_create project_*
{center}

5 - once this step is successfull, you can import project in eclipse IDE (click on File->import->General->Existing Project into workspace) to modify the bpel process if necessary or start the compilation by clicking on *"compile project"* button

{center}
!sdk-frombpel-compile.png|align=center,border=1!
*_compile project_*
{center}

5 6 - once the compilation is successfull, you can run project. Click on *"run project"* button to do that.

{center}
!sdk-frombpel-run.png|align=center,border=1!
*_run project_*
{center}