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 126605 - Property Aliases created by Correlation Wizard do not contain queries
Summary: Property Aliases created by Correlation Wizard do not contain queries
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: _ alexpetrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-04 12:49 UTC by Andrei Chistiakov
Modified: 2008-02-07 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2008-02-04 12:49:01 UTC
Reproduced with NB build 200802040003.

To reproduce the bug:
- open Asynchronous Sample app;
- open AsynchronousSampleClient BPEL;
- select Start activity and invoke Define Correlation popup menu command on it;
- select receiveCallback [receive] in combobox, press Next;
- bind 'id' nodes, press Finish;
- open the generated WizardCorrelationProrerties.wsdl;

The propertyAlias structures don't contain queries identifying the 'id' element.

    <vprop:propertyAlias propertyName="tns:wzrd_prop_id_id" messageType="ns:requestMessageClient" part="inputType"/>
    <vprop:propertyAlias propertyName="tns:wzrd_prop_id_id" messageType="ns1:responseMessage" part="resultType"/>
Comment 1 Sergey Lunegov 2008-02-05 10:20:52 UTC
Alexey, please look at this.
Comment 2 _ alexpetrov 2008-02-06 20:33:22 UTC
Fixed.
http://hg.netbeans.org/main?cmd=changeset;node=e14b2e1f245d
Please, verify on NB build 20080207...
Comment 3 Andrei Chistiakov 2008-02-07 13:26:32 UTC
Verified with build 200802070007.