multi-valued properties should require indexed xpath
----------------------------------------------------
Key: TUSCANY-1548
URL: https://issues.apache.org/jira/browse/TUSCANY-1548
Project: Tuscany
Issue Type: Bug
Components: C++ SDO
Affects Versions: Cpp-M3
Environment: all
Reporter: Michael Yoder
The C++ SDO spec XPath clearly shows access to many-valued properties requiring
[] or dot notation to denote an index. In order to retreive a whole list the
SDO spec uses the getList() API to retrieve a list.
6.1.13. The get/set API on Class DataObject
...
Multi-valued properties are located by the getList API.
Multi-valued properties accessed in an xpath without an index should be invalid
usage (Tuscany SDO is currently accesses the first element in the list).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]