Sorry, I'm missing something obvious here.Following http://tuscany.apache.org/getting-started-with-tuscany.html:
package services;
import org.apache.tuscany.sca.data.collection.Item;
import org.osoa.sca.annotations.Remotable;
@Remotable
public interface Catalog {
Item[] get();
}
---> "Item cannot be resolved to a type".
Please throw me a bone.
Thanks,
Brian
