summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-http-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-06Removing duplicated HTTPContext class from binding-http and using the one ↵lresende5-57/+12
from common-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042738 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20TUSCANY-3731 - add missing headersslaws2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025537 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Currently the JSONP binding shouldn't directly rely on the HTTP binding ↵slaws1-1/+1
runtime as there is work to do to ensure that the HTTP binding has reference support and JSONP wire format support (assuming we want to go that way). For now I've ranked the JSONP provider higher than the HTTP provider so that the JSONP runtime will always pick up the JSONP provider now that the JSONP model is an instanceof both the HTTP model and the JSONP model. This should fix the NPE reported on the ML for the short term. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996954 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Revert "Fix the dependency to avoid compilation error"rfeng1-7/+0
This reverts commit a2e4bb8eb974743e0a5e1fbcf53576796f1c1060. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991752 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Fix the dependency to avoid compilation errorrfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991749 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add testcase for more complicated parametersantelder6-0/+338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991172 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Correctly increment the type index, and handle null responseantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991170 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Remove test binidngantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991162 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Start function for handling xml format antelder3-56/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991088 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Update to work with POSTing JSONantelder1-2/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991087 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add missing imported packages to OSGi Manifestlresende2-26/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991076 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Adding missing dependencylresende1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991075 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Start of the runtime code to support wireFormat.httpXml, still needs code to ↵antelder5-0/+313
turn query parameters into xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990723 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Update the http binding to use default wireFormat and operationSelector that ↵antelder24-1802/+765
work as being discussed on the ML to expose arbitrary sca services as http endpoints. See http://apache.markmail.org/message/ix3vvyomronellmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990712 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23Test for null or empty servlet path info before redirecting to same URL with ↵jsdelfino1-2/+3
trailing /. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988356 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23Fix logic to compute the path info as it doesn't work in a webapp.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988355 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Remove old surefire configantelder1-19/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950963 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Updating REST binding to use common-http cache context class and minor ↵lresende1-4/+4
update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 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-29Refactoring HTTPCacheContext to common-http module to avoid binding-atom to ↵lresende2-1/+3
depend on binding-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939202 13f79535-47bb-0310-9956-ffa450edef68
2010-04-25Minor cleanup of unused/commented out dependencieslresende1-17/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937840 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng1-0/+1
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-20Properly setting contentType for known files, to avoid issues with htmlUnitlresende2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912093 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-01-20Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder1-1/+21
disable paralell test running on the modules that currently don't work with that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901133 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897977 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11TUSCANY-3388 - Updating to the latests OASIS schemalresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende21-0/+2920
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68