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 120390

Summary: correlation not instantiated but used
Product: soa Reporter: kiran_bhumana <kiran_bhumana>
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 kiran_bhumana 2007-10-29 18:30:28 UTC
The following BPEL doesn't instantiate the correlation value but is used. 

    <correlationSets>
        <correlationSet name="CorrelationSet1" properties="ns3:DemoProperty"/>
    </correlationSets>
    <sequence>
        <receive name="Receive1" createInstance="yes" partnerLink="PartnerLink1" operation="DemoWSDLOperation"
portType="ns1:DemoWSDLPortType" variable="DemoWSDLOperationIn"/>
        <assign name="Assign1">
            <copy>
                <from variable="DemoWSDLOperationIn" part="part1"/>
                <to variable="DemoWSDLOperationOut" part="part1"/>
            </copy>
        </assign>
        <receive name="Receive2" createInstance="no" partnerLink="PartnerLink2" operation="newWSDLOperation"
portType="ns3:newWSDLPortType" variable="NewWSDLOperationIn">
            <correlations>
                *<correlation set="CorrelationSet1" initiate="no"/>*
            </correlations>
        </receive>
        <reply name="Reply1" partnerLink="PartnerLink1" operation="DemoWSDLOperation" portType="ns1:DemoWSDLPortType"
variable="DemoWSDLOperationOut"/>
    </sequence>
</process>
Comment 1 Sergey Lunegov 2007-10-29 19:02:37 UTC
Sierra task.
Comment 2 Andrei Chistiakov 2008-01-17 11:08:41 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 3 Vladimir Yaroslavskiy 2008-03-12 16:15:59 UTC
Created attachment 58247 [details]
Test project
Comment 4 Vladimir Yaroslavskiy 2008-03-13 12:53:24 UTC
fixed.