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 173420 - Basic BPEL mapper no longer works in recent builds
Summary: Basic BPEL mapper no longer works in recent builds
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: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 19:24 UTC by rpoon
Modified: 2009-11-08 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project files (7.73 KB, application/octet-stream)
2009-09-30 19:25 UTC, rpoon
Details
desription file (27.19 KB, application/octet-stream)
2009-09-30 19:26 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpoon 2009-09-30 19:24:40 UTC
Build:  \\thumper\50builds\gfesb\v2.2\gfesbv22\nightly\20090928-0736

With rerent builds, the BPEL mapper no longer seems to be working.
I tried with File WSDL with another File WSDL (and the REST BC WSDL as well) and was unable to assign an input field of 
FileBC WSDL to File/REST BC WSDL in BPEL editor.

In BPEL editor, once drag a source node to a target node, although it shows the connecting line between the two fields, 
but in the source code, inside the 'copy' section, the value for the ‘from’ field is missing (see attached file for the 
screen shot).

To reproduce:

1) Open the attached project.
2) Create a new BPEL.
3) Drag FileIN wsdl to source pane of the BPEL editor
4) Drag RESTout wsdl to destination
5) Make connection between ‘PollIn/part1’ (of FileBC wsdl) to ‘MyPOSTIn/part1’ (or REST BC wsdl)
6) Save all to make the change is saved
7) Go to ‘Source’ and inspect the code.

Notice that under ‘copy’ section, the value of the ‘from’ is missing.

(see attached project and description file for more details)
Comment 1 rpoon 2009-09-30 19:25:14 UTC
Created attachment 88627 [details]
project files
Comment 2 rpoon 2009-09-30 19:26:31 UTC
Created attachment 88628 [details]
desription file
Comment 3 rpoon 2009-09-30 19:40:11 UTC
The work around is to edit the source to manually add in content.
Comment 4 Sergey Lunegov 2009-10-01 12:58:13 UTC
Richard, Nikita fixed it on Monday. Please verify in builds starting from Sep 29th.
Comment 5 terrybraun 2009-10-14 22:46:43 UTC
This issue is tested and verified with the GFESB Build of 10/09/09, including NetBeans IDE 6.7.1 (Build 200910061357).