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 - Quick fixes have to support pseudo components
Summary: Quick fixes have to support pseudo components
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 08:40 UTC by Vitaly Bychkov
Modified: 2009-02-19 20:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.