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 127304 - Always display text input inside functoids
Summary: Always display text input inside functoids
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 14:35 UTC by lpolycarpou
Modified: 2008-05-07 16:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lpolycarpou 2008-02-13 14:35:56 UTC
Add a new String literal directly into a functoid e.g. concat, switch to design view and back to mapper and it appears
as an external literal rather than "in-line".  The BPEL source generated for external literals or text input inside
functoids is the same. I recommend that it is better to change external literals to show text inside functoid where
possible since it uses less screen real estate.
Comment 1 Sergey Lunegov 2008-05-07 16:21:35 UTC
If we implement this scenario it will make incosistent others: user drops literal on diagram, switch to design and back
to mapper.  Instead of literal the text will be inserted into another functoid. Because we can't distinguish 2 these
cases in BPEL source.