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 146071 - Mapper fails to render when xpath query is hand typed
Summary: Mapper fails to render when xpath query is hand typed
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Permyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-03 17:01 UTC by Murali Pottlapelli
Modified: 2008-09-04 11:38 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 Murali Pottlapelli 2008-09-03 17:01:42 UTC
For given xml fragment below
<X>
  <Y>A</Y>
  <Y>B</Y>
  <Y>C</Y>
</X>
Our mapper/validation work fine if user types X/Y[3]

It fails when user types equivalent X/*[3]. It fails while rendering as well as validation