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 151676 - doXslTransform node not rendered after design
Summary: doXslTransform node not rendered after design
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
: 166063 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-29 09:32 UTC by davelane
Modified: 2009-10-30 23:22 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 davelane 2008-10-29 09:32:34 UTC
Steps to reproduce:
1. File -» New Project -» Samples -» SOA -» BPEL BluePrint 1
2. Open POService.bpel and select 'Assign' node in the BPEL Mapper
3. Drop a Do XSL Transform from the menu onto the purchaseOrder node (under PurchaseOrderRequest)
4. Drag from the LHS the node purchaseOrder (under inventoryServiceRequest) to the second parameter of the XSLTransform
(Node Set)
5. Connect a string literal to the first parameter
6. Connect the output from the XSLTransform ("Node") to the purchaseOrder Node on the RHS.
7. Change to design view and back again to the mapper
8. The transform has disappeared. There is an arrow directly from the input to the output just mapped. The node is there
in the source.
Comment 1 Vitaly Bychkov 2009-05-27 06:49:35 UTC
*** Issue 166063 has been marked as a duplicate of this issue. ***
Comment 2 Vitaly Bychkov 2009-05-27 06:51:15 UTC
Up priority since the mapper looks async with editor .
Comment 3 Vitaly Bychkov 2009-05-27 18:01:56 UTC
Fixed in soa-dev.
http://hg.netbeans.org/soa-dev65/rev/cc5e6eee63d6
Comment 4 terrybraun 2009-10-30 23:22:20 UTC
This issue is tested and verified with the GFESB Build of 10/26/09, including NetBeans IDE 6.7.1 (Build 200910252201).

The steps defined in this ticket no longer produce the symptoms seen.