summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp')
-rw-r--r--sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java
index 8c67e05aa7..0be22979c2 100644
--- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java
+++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/java/testing/HelloworldService.java
@@ -20,6 +20,9 @@ package testing;
// TODO: should the webapp need to include the service interface?
+import org.oasisopen.sca.annotation.Remotable;
+
+@Remotable
public interface HelloworldService {
String sayHello(String name);