From 85d8389c908fee32cdc69e164e9db016eb5669ff Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 16 Jun 2012 18:14:02 +0000 Subject: Updating store sample to use new widget implementation way to define how the resources are exposed without using explicit binding configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350975 13f79535-47bb-0310-9956-ffa450edef68 --- .../applications/store/src/main/resources/store.composite | 9 +++------ .../applications/store/src/test/java/store/StoreTestCase.java | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite index f018751670..bb60f96a7a 100644 --- a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite +++ b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite @@ -23,13 +23,10 @@ name="store"> - - - - + - - + + diff --git a/sca-java-2.x/trunk/samples/applications/store/src/test/java/store/StoreTestCase.java b/sca-java-2.x/trunk/samples/applications/store/src/test/java/store/StoreTestCase.java index 7fa866d1c6..2aa4f89e2f 100644 --- a/sca-java-2.x/trunk/samples/applications/store/src/test/java/store/StoreTestCase.java +++ b/sca-java-2.x/trunk/samples/applications/store/src/test/java/store/StoreTestCase.java @@ -30,7 +30,6 @@ import org.apache.tuscany.sca.node.Node; import org.apache.tuscany.sca.node.NodeFactory; import org.junit.AfterClass; import org.junit.BeforeClass; -import org.junit.Ignore; import org.junit.Test; import client.Shopper; -- cgit v1.2.3