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 166063 - BPEL do-xsl-transform node disappearing in the mapper
Summary: BPEL do-xsl-transform node disappearing in the mapper
Status: CLOSED DUPLICATE of bug 151676
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 20:50 UTC by Jun Qian
Modified: 2009-10-23 22:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
before (48.13 KB, image/png)
2009-05-26 20:53 UTC, Jun Qian
Details
after (40.21 KB, image/png)
2009-05-26 20:54 UTC, Jun Qian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2009-05-26 20:50:59 UTC
Found while preparing J1 demo:

Add some xsl tranformation in bpel mapper (see screenshot attachment) and save the changes.

Verify the changes in the source view. The BPEL source code does get generated correctly:

  ...
  <copy>
     <from>ns2:doXslTransform('urn:stylesheets:SuccessEmailTransform.xsl', $vPOIn.sPOIn)</from>
     <to variable="vEmailOut" part="messagePart"/>
  </copy>
  ...

However, after switching back to the mapper, the do-xsl-transform node no longer shows up (see screenshot attachment).

The runtime works fine. The incoming purchase order does get transformed properly. It's just the mapper doesn't show
this transformation graphically.


Product Version: NetBeans IDE 6.5.1 (Build 200905071252)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\GlassFishESBv21_0507\.netbeans\glassfishesb
Comment 1 Jun Qian 2009-05-26 20:53:16 UTC
Created attachment 82823 [details]
before
Comment 2 Jun Qian 2009-05-26 20:54:50 UTC
Created attachment 82824 [details]
after
Comment 3 Vitaly Bychkov 2009-05-27 06:49:36 UTC
It looks like a regression after the better dynamic partner link support feature was implemented.

*** This issue has been marked as a duplicate of 151676 ***
Comment 4 terrybraun 2009-10-23 22:08:25 UTC
QA as evaluated this and confirms that this issue is a duplicate of Issue #151676. This ticket is closed.