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 - correlation not instantiated but used
Summary: correlation not instantiated but used
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: 2007-10-29 18:30 UTC by kiran_bhumana
Modified: 2008-03-13 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test project (128.33 KB, application/x-compressed)
2008-03-12 16:15 UTC, Vladimir Yaroslavskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
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.