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.



Thanks in advance,

Ted




Reply via email to