summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2012-10-11 15:44:04 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2012-10-11 15:44:04 +0000
commitf592a6e21180e86ea5de9125b1fa6a7763377608 (patch)
tree51ec5f9c53e8563e9e3f2f97507ca767cbf9b187 /sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java
parentc782c4865737d0dff39156a516a488bef05e66a0 (diff)
Fix an issue related to @Path on the jaxrs interface
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java b/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java
index 5fb29782f2..9940d0601e 100644
--- a/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java
+++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/services/store/Catalog.java
@@ -33,6 +33,7 @@ import org.oasisopen.sca.annotation.Remotable;
@Remotable
+@Path("catalog")
public interface Catalog {
@GET