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 175701 - Deadline Literal editor appears after it linked
Summary: Deadline Literal editor appears after it linked
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 18:56 UTC by Nikita Krjukov
Modified: 2011-11-30 16:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Krjukov 2009-10-29 18:56:14 UTC
Steps to reproduce:
-- In any BPEL project open a BPEL, select an Assign and switch to the Mapper. 
-- Add Deadline Literal from the palette somewhere. 
-- The Deadline Literal editor dialog appears automatically. 
-- Enter some values and press Ok
-- Connect the Literal to right tree. 
-- The dialog appears again. 

Similar behavior can be seen for different constants. For example, for String Literal. It switch to in-line editing
state after connection. 

I suppose the reason is somewhere here: 
  org.netbeans.modules.soa.mappercore.LinkTool.drop() line: 667