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 148440 - Wrong mappings should be shown someway in the mapper
Summary: Wrong mappings should be shown someway in the mapper
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 00:58 UTC by Nikita Krjukov
Modified: 2009-04-13 08:22 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 Nikita Krjukov 2008-09-26 00:58:48 UTC
Now if there is a wrong XPath expression, the mapper shown a worning message dialog. 
It seems not enough because of it can be not obvious for users anyway. 
It is necessary to show such wrong XPath expressions someway in the mapper. 

For example the wrong XPathes can be analyzed and corresponding "wrong" nodes can be added to source or target tree.
Such nodes can be shown in red color to highlight its difference from ordinary schema nodes. Unfortunately, it's not so
simple solution. 

Another suggestion is to have a special tree node (for example in target tree) with name "Wrong XPath expressions". To
such node a string literal vertex is linked. This literal contains text of the wrong expression.

Other ideas are welcomed.
Comment 1 Nikita Krjukov 2008-12-22 15:09:55 UTC
The ideas are applied with the issue #155941 simplify implementation of this issue