From 9d3cbbfe0b8a62ed9e61bf32e72f6da27c73bba8 Mon Sep 17 00:00:00 2001 From: rfeng Date: Fri, 30 Sep 2011 22:07:31 +0000 Subject: Enhance Tuscany JAX-RS reader/writer to better handle JAXB git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177856 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org') diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java b/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java index 2aa59af508..b3cf3f1975 100644 --- a/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java +++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca/binding/rest/wireformat/json/CatalogServiceTestCase.java @@ -56,6 +56,7 @@ public class CatalogServiceTestCase { String contribution = ContributionLocationHelper.getContributionLocation(CatalogServiceTestCase.class); node = NodeFactory.newInstance().createNode("store.composite", new Contribution("catalog", contribution)); node.start(); + System.out.println(); } catch (Exception e) { e.printStackTrace(); } -- cgit v1.2.3