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

Summary: Mapper fails to render when xpath query is hand typed
Product: soa Reporter: Murali Pottlapelli <mpottlapelli>
Component: BPEL MapperAssignee: Alexander Permyakov <alex02>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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