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 123941 - BPEL Mapper generates invalid XPath on binding attributes
Summary: BPEL Mapper generates invalid XPath on binding attributes
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 12:15 UTC by Andrei Chistiakov
Modified: 2008-01-22 12:38 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 2007-12-13 12:15:09 UTC
Reproduced with Sierra build 20071213-0124.

The following source is generated
        <assign name="Assign1">
            <copy>
                <from>$NewWSDLOperationIn.part1/orderDate</from>
                <to>$NewWSDLOperationOut.part1/orderDate</to>
            </copy>
        </assign>
instead of
        <assign name="Assign1">
            <copy>
                <from>$NewWSDLOperationIn.part1/@orderDate</from>
                <to>$NewWSDLOperationOut.part1/@orderDate</to>
            </copy>
        </assign>
Comment 1 Nikita Krjukov 2007-12-24 18:30:54 UTC
Fixed!
Comment 2 Andrei Chistiakov 2008-01-22 12:38:04 UTC
Verified with NB 6.1 M1 build 200801220251.