Changing the behavior of start and end indexes in read commands
---------------------------------------------------------------
Key: TUSCANY-3087
URL: https://issues.apache.org/jira/browse/TUSCANY-3087
Project: Tuscany
Issue Type: New Feature
Components: Java DAS RDB
Affects Versions: Java-DAS-beta1
Reporter: Florian Pinel
Priority: Minor
Let's say I have a purchase order with line items, and I call a read
command with 1 as the start index and 11 as the end index. If each purchase
order has 5 line items, the current DAS implementation will return the
first 2 purchase orders. Obviously what I wanted is the first 10 purchase
orders, I don't care about the number of line items.
This patch modifies the implementation to return 10 purchase orders.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.