updates to the code in getting_started_Rest_099_07.pdf to actually make it work.
--------------------------------------------------------------------------------

                 Key: TUSCANY-1942
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1942
             Project: Tuscany
          Issue Type: Bug
          Components: Website
    Affects Versions: Java-SCA-1.0.1
         Environment: Windows/Firefox
            Reporter: Douglas C. Lovell
            Priority: Trivial


I had to make three changes to the code from
http://cwiki.apache.org/confluence/download/attachments/47534/getting_started_Rest_099_07.pdf?version=1
to make it work using the windows download of
tuscany-sca-1.0.1-incubating

Those were:
- add @Service(Catalog.class) class level annotation to the CatalogImpl source
- add @Service(CurrencyConverter.class) class level annotation to the 
CurrencyConverterImpl source
- add @Property field level annotation to the currencyCode field of the 
CatalogImpl source
- change "../Catalog/" to "../Catalog" and "../ShoppingCart/" to 
"../ShoppingCart" in the script at the top of store.html

It's a pdf; so, that's the best I can do with a patch.

Doug

-- 
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]

Reply via email to