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 86125 - Unable to map to an instance of an activity
Summary: Unable to map to an instance of an activity
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jonelle Almero
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 10:55 UTC by mfoster
Modified: 2006-10-06 00:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
BPEL Ardatis Project (218.54 KB, application/octet-stream)
2006-09-29 10:55 UTC, mfoster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mfoster 2006-09-29 10:55:25 UTC
See the attached bpelArdatis.

Notice that there are three "invCreateTaak" activities, 1, 2 & 3 all related to 
different Scopes 1, 6 & 7

When I created these activities I created the input & output variables for them 
and accepted the defaults - in all cases it created "CreateTaakIn2" 
& "CreateTaakOut2" with different scopes.

When I try to map using these I get all sorts of problems....

Look at "Assign2" - I keep doing the mappings bu they keep disappearing
Look at "Assign7" - I have the same problem here
Look at "Assign10" - I haven't even got access to "CreateTaakIn2"  in this case.
Comment 1 mfoster 2006-09-29 10:55:55 UTC
Created attachment 34693 [details]
BPEL Ardatis Project
Comment 2 Jonelle Almero 2006-09-30 01:43:04 UTC
A class cast exception prevented the right node to be retrieved so the links 
were never created.  When getting the variable node, we need to consider the 
node to be of ScopeNode instance as well and from this scope, we can get the 
variable node. 

Checked in changes to release55_dev.  
Comment 3 Jonelle Almero 2006-10-03 22:23:36 UTC
I reviewed/approved Josh's changes.
Comment 4 Joshua Sandusky 2006-10-03 22:32:36 UTC
I reviewed/approved Jonelle's changes.
Comment 5 Jonelle Almero 2006-10-05 17:48:32 UTC
checked into main release55 10/3/06.  changing resolution to fixed.
Comment 6 lchang 2006-10-06 00:10:55 UTC
Verified that the CreateTaakIn2 and CreateTaakOut2 can be mapped successfully 
in Assign2, 7 and 10. 

Also tested randomly in other Assign activities.