Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] problem with LoanProcess from Jeffrey


Hi Arnold,

My initial guess is the following:

In OASIS, they have renamed Terminate to Exit. We have removed terminate from the model and editor and have replaced it with exit, therefore your "terminate" node isn't showing up. If you rename it to exit it should work.

The reason they renamed it was exactly the confusion you have below - namely, what is the relationship between terminate and terminationhandler. The answer is that there is none. Terminate terminates the process (and is now called exit). TerminationHandler is a handler that executes when a *scope* terminates.

References:

Discussion of termination handlers, plus renaming of terminate to exit: http://www.choreology.com/external/WS_BPEL_issues_list.html#Issue135

Hope this helps,

james

bpel-dev-bounces@xxxxxxxxxxx wrote on 07/18/2006 10:10:06 PM:

> Hi, still remember the LoanProcess_new.bpel from Jeffrey? the Link is
> here: http://dev.eclipse.org/mhonarc/lists/bpel-dev/msg00145.html
>
> the Picture is here :
> http://dev.eclipse.org/mhonarc/lists/bpel-dev/msg00148.html
>
> I think there is a problem : Bpel Designer didn't draw the Terminate
> (supposed to follow "OnAlarm" node) on the pricture, which is an
> activity in standard BPEL. Terminate is on line 121 in the file.
> (<bpws:terminate name="Terminate" suppressJoinFailure="yes"/>)
>
> Is there any way for me to show that? And what's the relationship
> between terminate and TerminateHandler in package
> "org.eclipse.bpel.model"?
>
> Thanks~
>
> --
>
> Arnold Cai
> _______________________________________________
> bpel-dev mailing list
> bpel-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/bpel-dev

Back to the top