On Sun, Jul 25, 2010 at 7:51 AM, Ted Stevens <[email protected]> wrote: > Folks - going through the 'Getting Started with Tuscany' App - can't seem to > locate the Collection class for the Cart interface as in > > > org.apache.tuscany.sca.data.collection.Collection... > > From browsing the tuscany-base-2.0-M5.jar there is no data sub-hierarchy > below org.apache.tuscany.sca. > > Maybe I need to import something else. > > Any help appreciated, > > Ted
There is two issues here, the "Getting started guide" was developed for the 1.x and I don't believe it was ported to the 2.x, but you should be able get the sample working by looking into the store sample in the 2.x code stream. Another thing is that the base jar only has a subset of tuscany code and you will need to use the jars from maven, or from a 2.x distribution similar to how it's described in the guide. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
