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 157624

Summary: XPath model shouldn't depend on namespace context
Product: soa Reporter: Nikita Krjukov <supernikita>
Component: BPEL MapperAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Nikita Krjukov 2009-01-29 16:23:29 UTC
It's necessary to improve XPath model (xml.xpath.ext module). It should provide data structures, which don't depend on
namespace context. According to these structures, 2 semantically similar XPath expressions should be the same even if
they defined in different namespace contexts. The only difference between the expressions is in namepace prefixes. 

Such approach can simplify the code of BPEL mapper or another mappers. It also should accelerate execution a bit. 

XPath model already have XPathSchemaContext classes, which do similar work, but they don't cover all XPath elements.