summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/test/java/org/apache/tuscany/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-17Enhance the include/exclude filter processing and fix a NPErfeng1-2/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1386756 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10Enable field name based filtering for json serializationrfeng1-11/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383129 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16This test fails often in the jenkins builds, can't see why so fiddle about ↵antelder1-9/+9
with the testcase and and a short delay before running to see if that helps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373746 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ↵rfeng1-0/+65
target service endpoint address) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304128 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Adding support for ?wadl to resources exposed trough the rest bindinglresende1-0/+79
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1179923 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Use the cached marshaller/unmarshaller for JAXB databindingrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177857 13f79535-47bb-0310-9956-ffa450edef68
2011-09-30Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1177856 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Allow WebApplicationException to pass back to wink so that the correct ↵rfeng1-7/+11
response code is returned git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086805 13f79535-47bb-0310-9956-ffa450edef68
2010-11-16Investigating migration to wink 1.2-SNAPSHOTlresende1-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035822 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ↵lresende1-2/+2
that were configured declaratively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021952 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ↵lresende1-4/+30
binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962391 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09TUSCANY-3617 - Adding support for configuring wireFormat only for response ↵lresende2-39/+74
to allow RPC over GET services to define the wireFormat to use for generating the response payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962390 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Use Response as the typerfeng1-8/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958151 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge branch 'jaxrs' into trunkrfeng4-10/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Adding RPC Operation Selector to binding.restlresende1-0/+98
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
2010-05-10Updating test to check declarative header supportlresende1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942940 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03Format the coderfeng1-203/+159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940670 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Add basic support for binary data types for binding.restrfeng1-0/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939874 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Minor update on REST cache control test case to accomodate refactoring to ↵lresende1-5/+7
use common-http cache context class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939812 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Removing unused code...lresende1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939809 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29Adding XML wire format binding implementation for REST binding, and ↵lresende2-9/+111
adjusting/improving tests for XML and JSON wire formats git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939194 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28Tweaking binding implementation and adding tests for GET, PUT, POST ↵lresende1-9/+53
operation mapping with the JSON wire format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938773 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28Update testcase to simulate a browser GET call and verify the right JSON is ↵lresende1-10/+20
produced git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938772 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27Operation selector implementation that uses JAX-RS annotations to map http ↵lresende2-27/+2
requests to properly annotated REST interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938687 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Initial implementation for JSON wire format for REST bindinglresende3-2/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Refactoring packages and other references from HTTP to RESTlresende8-17/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937843 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Initializing binding-rest based on existent binding-httplresende8-0/+1552
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937841 13f79535-47bb-0310-9956-ffa450edef68