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 173236 - [GFESB v2.2] Mapping to the output variables are not saved.
Summary: [GFESB v2.2] Mapping to the output variables are not saved.
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 09:58 UTC by raghuvirkamath
Modified: 2009-11-08 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
mapping screenshot (165.79 KB, image/jpeg)
2009-09-29 09:59 UTC, raghuvirkamath
Details
Project attached (17.37 KB, image/jpeg)
2009-09-29 09:59 UTC, raghuvirkamath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raghuvirkamath 2009-09-29 09:58:21 UTC
Install the GFESB Build V 2.2 build nightly/20090928-0736

Import the attached project.

Open the BPEL Mapper .

Step 1: - 
Map the LDAPAddWSDLAddOperationOut -> Response -> OperationResult   to ------------------------->

           TriggerWSDLOperationOut -> out.

Save and close the BPEL Mapper . ( as shown in the screenshot )

Validate it . It fails with error
XML validation started.
F:/LDAP/LdapAddV2.2/src/ldapAddV2.2.bpel:42,12
WARNING: Assign activity compromises on business process portability, its behavior depends on execution order of "copy"
elements.

F:/LDAP/LdapAddV2.2/src/ldapAddV2.2.bpel:20,8
WARNING: The variable "LDAPAddWSDLAddOperationOut" is initialized and not used.

F:/LDAP/LdapAddV2.2/src/ldapAddV2.2.bpel:22,8
WARNING: The variable "TriggerWSDLOperationIn" is initialized and not used.

F:/LDAP/LdapAddV2.2/src/ldapAddV2.2.bpel:46,12
WARNING: Assign activity compromises on business process portability, its behavior depends on execution order of "copy"
elements.


Open the BPEL Mapper for the second assign. 

Notice that the mappings done earlier (step 1) are not saved and gives errors.
Comment 1 raghuvirkamath 2009-09-29 09:59:05 UTC
Created attachment 88483 [details]
mapping screenshot
Comment 2 raghuvirkamath 2009-09-29 09:59:53 UTC
Created attachment 88484 [details]
Project attached
Comment 3 Sergey Lunegov 2009-09-29 10:14:52 UTC
Nikita, look at this ASAP.
Comment 4 raghuvirkamath 2009-09-29 10:28:07 UTC
Same issue is seen for input variables . The mappings are not  getting saved . 
Comment 5 Nikita Krjukov 2009-09-29 21:21:13 UTC
Fixed in gfesbv22: fc21dbc02452 + 34cb689ea538
Comment 6 raghuvirkamath 2009-10-05 07:40:32 UTC
Verified in the GFESB V 2.2 Build no:- 20091004-0736

The issue is fixed and closing this issue.