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

Summary: Validation fails when FLOW activity is first activity in the business process
Product: soa Reporter: Murali Pottlapelli <mpottlapelli>
Component: BPEL ValidationAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Test project

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