This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137890 - Validation fails when FLOW activity is first activity in the business process
Summary: Validation fails when FLOW activity is first activity in the business process
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-21 19:47 UTC by Murali Pottlapelli
Modified: 2008-07-28 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test project (19.69 KB, application/x-compressed)
2008-06-24 08:38 UTC, Vladimir Yaroslavskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murali Pottlapelli 2008-06-21 19:47:45 UTC
Project attached with http://www.netbeans.org/issues/show_bug.cgi?id=137889 identifies validation issue BPEL project
validation with when FLOW activity is first activity in the business process
Comment 1 Vladimir Yaroslavskiy 2008-06-23 09:49:04 UTC
What is wrong with Flow activity?

To be instantiated, process must contain at least one <receive> or <pick> activity with a createInstance="yes" attribute.
It can be in Flow activity too.
Comment 2 Murali Pottlapelli 2008-06-23 18:45:04 UTC
Please look at the BP definition, FLOW has two branches. Each branch has Receive activity with createInstance="Yes".
copying Receive activity for reference.

                <receive
            name="start"
            partnerLink="SynchronousSample"
            operation="operation1"
            portType="ns1:portType1"
            variable="inputVar"
            createInstance="yes">

                <receive name="Receive1" createInstance="yes" partnerLink="PartnerLink1" operation="poOperation"
portType="tns:poPortType" variable="PoOperationIn">
                    <correlations>
                        <correlation set="wzrd_set_Receive1_start" initiate="join"/>
                    </correlations>
                </receive>
      
Comment 3 Vladimir Yaroslavskiy 2008-06-24 08:38:07 UTC
Created attachment 63312 [details]
Test project
Comment 4 Vladimir Yaroslavskiy 2008-07-28 15:43:37 UTC
fixed in soa-dev: 008c40aaadb9