[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6972) BPEL editor does not generate createInstance="yes|no" attribute for pick.

Robert (Bob) Brodt (JIRA) jira-events at lists.jboss.org
Fri Sep 3 09:32:52 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12548888#action_12548888 ] 

Robert (Bob) Brodt commented on JBIDE-6972:
-------------------------------------------

Hi Marek,

I found this in the WS-BPEL 2.0 spec:

The only way to instantiate a business process in WS-BPEL is to annotate a <receive> activity (or a <pick> activity) with the createInstance attribute set to "yes" (see section 11.5. Selective Event Processing – Pick for a variant). The default value of this attribute is "no".

The only way to correctly set the createInstance for the <pick> (or <receive>) is to have the editor to do a static analysis of the process flow, which could be pretty complex.

<invoke> is not a start activity so it would not have a createInstance attribute. Only <receive> and <pick> can create a new process instance.

> BPEL editor does not generate createInstance="yes|no" attribute for pick.
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-6972
>                 URL: https://jira.jboss.org/browse/JBIDE-6972
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: bpel
>    Affects Versions: 3.2.0.M1
>            Reporter: Marek Baluch
>            Assignee: Robert (Bob) Brodt
>            Priority: Minor
>             Fix For: 3.2.0.Beta
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> The editor leaves out the createInstance="yes|no" attribute for the pick activity. This attribute must be present, especially when pick is the first activity in the process.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list