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 120419 - regression: Two property aliases can't be exactly the same
Summary: regression: Two property aliases can't be exactly the same
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-30 01:15 UTC by kiran_bhumana
Modified: 2008-03-18 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test project (6.70 KB, application/x-compressed)
2008-03-18 15:41 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-30 01:16:05 UTC
Two property aliases can't be exactly the same.

     <vprop:propertyAlias propertyName="tns:DemoProperty" messageType="tns:CorrelationOperationOperationRequest"
part="part1"/>
    <vprop:propertyAlias propertyName="tns:DemoProperty" messageType="tns:CorrelationOperationOperationRequest"
part="part1"/>

Current validation doesn't point this out. It used to do this earlier.
Comment 1 Sergey Lunegov 2007-10-30 07:50:09 UTC
Kiran, what build did you test: Sierra or Nb 6.0 ?
Comment 2 kiran_bhumana 2007-10-30 18:23:25 UTC
sierra. 
Comment 3 Andrei Chistiakov 2008-01-17 11:09:52 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 4 Vladimir Yaroslavskiy 2008-03-18 15:41:20 UTC
Created attachment 58589 [details]
Test project
Comment 5 Vladimir Yaroslavskiy 2008-03-18 15:47:05 UTC
fixed.