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 153513

Summary: Quick fixes have to support pseudo components
Product: soa Reporter: Vitaly Bychkov <lativ>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vitaly Bychkov 2008-11-20 08:40:11 UTC
We introduce special bpel extensions to support Type casts, xsd:any and predicates.
Pseudo Component is some xsd:element which could be used as xsd:any.

For now pseudo components could be added as a result of work in bpel mapper or manually in source editor.
But if one opens existing bpel it is required manually add all pseudo components for all existing xpath queries where
any xsd element is used because of xsd:any in correspondent schema type structure.

It would be nice to have a possiblity to automate this process. 
One of way is to use quick fixes approach i.e. quick fix have to suggest to create neccessary pseudo components.