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 95504

Summary: "Add From Palette" for "Pick" activity doesn't work
Product: soa Reporter: _ hong_lin <hong_lin>
Component: BPELAssignee: Vitaly Bychkov <lativ>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ hong_lin 2007-02-14 03:20:05 UTC
Build: Gavotte daily build 070212_24

Steps to reproduce it:

1. Focus somewhere inside a Pick structure activity, right-click. 
2. Select  "Add From Palette -> Basic Activities -> Assign" from the contextual menu.
3. Nothing is added into the diagram. 

Select all other elements will get the same result.
Comment 1 Vitaly Bychkov 2007-02-14 07:35:36 UTC
Fixed.
Comment 2 Vitaly Bychkov 2007-02-14 07:36:06 UTC
Fixed.
Comment 3 _ hong_lin 2007-02-15 00:00:25 UTC
Verified the fix is in build 070214_2
Comment 4 _ hong_lin 2007-02-15 00:06:04 UTC
Lativ, 

Now the "Add From Palette" item is not listed in the menu item. Is it your fix?
Comment 5 Vitaly Bychkov 2007-02-15 06:30:51 UTC
It's part of the fix.
Pick element couldn't contain activity elements as direct children.
So I've removed action "Add From Palette".
OnAllarm and OnMessage elements which could be child of Pick could contains
activities children. So I've added this action to these elements.
Comment 6 _ hong_lin 2007-02-15 17:44:09 UTC
Thanks