[ 
http://issues.apache.org/jira/browse/TUSCANY-270?page=comments#action_12412968 
] 

Ignacio Silva-Lepe commented on TUSCANY-270:
--------------------------------------------

In stock sell, it turns out that the DAS select command issued by the data 
service was not including symbol and purchaseLotNumber to be retrieved, so just 
changing the stockbylotSelect command to the following, fixes the problem:

    <Command name="stockbylotSelect" SQL="select purchaseLotNumber, symbol, 
quantity  from STOCKS  WHERE purchaseLotNumber = :PURCHASELOTNUMBER"  
kind="Select" >

However, it turns out that purchase stock also has a semi-populated stock 
summary object to work with. Unfortunately, in this case the value is coming 
from the client and it is missing the purchaseLotNumber, which is the key. 
Fixing the client will require somehow passing this value to purchaseStock.jsp

> Bigbank sample should demonstrate the SCA async PM
> --------------------------------------------------
>
>          Key: TUSCANY-270
>          URL: http://issues.apache.org/jira/browse/TUSCANY-270
>      Project: Tuscany
>         Type: Bug

>   Components: Java BigBank Scenario
>     Versions: Java-Mx
>     Reporter: Jean-Sebastien Delfino
>     Assignee: Ignacio Silva-Lepe
>      Fix For: Java-Mx
>  Attachments: async-bigbank-mediator.txt, async-bigbank-new.txt, 
> async-bigbank.txt
>
> The Bigbank sample should demonstrate the SCA async PM. Rick, Jim, could you 
> please add comments to this JIRA with your suggestions to improve the sample 
> to demonstrate the SCA async PM? Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to