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 150731 - Anonymous Pseudo-components support
Summary: Anonymous Pseudo-components support
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-20 15:28 UTC by Nikita Krjukov
Modified: 2008-10-20 15:28 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 Nikita Krjukov 2008-10-20 15:28:01 UTC
A Pseudo-component has the same attributes as ordinary schema component: a name, a namespace and a type. Current
implementation of Pseudo-components requires exact specifying the name and namespace for the new pseudo-component.
Sometimes it is not acceptable because they (name + namespace) can be unknown. It is implied that only type is known in
such cases. 
It is suggested to allow pseudo-elements with only type specified. They can be called anonymous pseudo-element. 
They should be represented in an XPath expression as asterisk wildcard sign. 
User can't map the anonymous pseudo-element itself, but he can use its internal nodes. That is why the feature is
applicable to elements only (attribute can't have internal structure).