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

Summary: Wrong mappings should be shown someway in the mapper
Product: soa Reporter: Nikita Krjukov <supernikita>
Component: BPEL MapperAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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