On Sun, Oct 31, 2010 at 3:49 PM, Ted Stevens <[email protected]> wrote: > Hi - in my interface : > > > package > > HelloWorld; > > import > > org.oasisopen.sca.annotation.Remotable; > > @Remotable > > public > > interface HelloWorld { > > String sayHello(String name); > > } > > > > I'm getting a build error "Remotable cannot be resolved to a type.." > followed by > > 'Unable to import org.oasisopen.." Any help appreciated. > > > > I am using Eclipse IDE with the Tuscany plug-in. > >
You are missing the dependencies, even if you have the Tuscany plug-in, you will need to add the Tuscany dependencies to your project. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
