summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor formattinglresende2012-01-091-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1229002 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws2011-12-132-5/+5
| | | | | | model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 13f79535-47bb-0310-9956-ffa450edef68
* Fix up some manifest funniesslaws2011-10-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1182536 13f79535-47bb-0310-9956-ffa450edef68
* For jsonrpc 2.0, don't send null error or null resultrfeng2011-10-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181241 13f79535-47bb-0310-9956-ffa450edef68
* Use Jackson JsonNode as the unified representation of json datarfeng2011-10-1014-393/+302
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1181240 13f79535-47bb-0310-9956-ffa450edef68
* Fix the invoker to serialize the objects to jsonrfeng2011-10-108-121/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180795 13f79535-47bb-0310-9956-ffa450edef68
* Fix test case and update licenserfeng2011-10-107-14/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180782 13f79535-47bb-0310-9956-ffa450edef68
* Use home-grown JSONRPC implementationrfeng2011-10-1015-543/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1180780 13f79535-47bb-0310-9956-ffa450edef68
* Add jsonrpc 1.0 models and the servlet to handle jsonrpc requestsrfeng2011-10-037-4/+508
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178299 13f79535-47bb-0310-9956-ffa450edef68
* Start to add jsonrpc 2.0 supportrfeng2011-10-026-0/+370
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1178135 13f79535-47bb-0310-9956-ffa450edef68
* Improved the SMD and error handlingrfeng2011-09-165-87/+163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1171688 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of http client/corerfeng2011-09-021-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164608 13f79535-47bb-0310-9956-ffa450edef68
* Fix the usage of HttpClient and make sure connections are closed gracefullyrfeng2011-09-023-5/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164605 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-201-0/+1
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* Fix the OSGi dependenciesrfeng2011-03-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082581 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to jackson 1.7.1 releaserfeng2011-02-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068210 13f79535-47bb-0310-9956-ffa450edef68
* Simplifying modules structure by merging *-js-dojo into the binding-runtime ↵lresende2011-02-064-0/+107
| | | | | | specific modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054317 13f79535-47bb-0310-9956-ffa450edef68
* Calculating ETag using util class from HTTP-commonlresende2011-01-013-67/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054314 13f79535-47bb-0310-9956-ffa450edef68
* Make http client dependency optionalrfeng2010-12-081-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043781 13f79535-47bb-0310-9956-ffa450edef68
* More tweaks for the OSGi MFrfeng2010-12-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043779 13f79535-47bb-0310-9956-ffa450edef68
* Move HttpClientFactory from common-http to host-httprfeng2010-12-082-38/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng2010-12-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
* Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng2010-11-173-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035921 13f79535-47bb-0310-9956-ffa450edef68
* Fix the return type to match the object[] for outputrfeng2010-11-161-6/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035743 13f79535-47bb-0310-9956-ffa450edef68
* Replace the jabsorb based client with HttpClientrfeng2010-11-165-433/+149
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035742 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-142-7/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
* Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng2010-11-135-32/+342
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034820 13f79535-47bb-0310-9956-ffa450edef68
* Handling null return values in JSON-RPC bindinglresende2010-10-281-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028450 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3705 - Adding testcase to validate support for JSON-RPC ↵lresende2010-10-055-8/+44
| | | | | | Notifications when using JSON-RPC binding in reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004744 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3705 - Adding support for JSON-RPC Notifications when using JSON-RPC ↵lresende2010-10-051-12/+27
| | | | | | binding in reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004743 13f79535-47bb-0310-9956-ffa450edef68
* Adding test for double valueslresende2010-09-174-24/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998005 13f79535-47bb-0310-9956-ffa450edef68
* Fix the self reference with explicit bindingsrfeng2010-09-101-10/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995627 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. ↵slaws2010-09-086-4/+37
| | | | | | BigDecimal is detected in an interface as a Java simple type but you have to manage it explicitly when converting from primitive types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@994995 13f79535-47bb-0310-9956-ffa450edef68
* add missing manifest dependencyslaws2010-08-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989152 13f79535-47bb-0310-9956-ffa450edef68
* Add support for properties.jsdelfino2010-08-241-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988366 13f79535-47bb-0310-9956-ffa450edef68
* Tweak the JSON-RPC binding to work without Java interfaces and recognize ↵jsdelfino2010-08-243-40/+68
| | | | | | dynamic interfaces bound to the JSON databinding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988365 13f79535-47bb-0310-9956-ffa450edef68
* Add a little bit more structure to message header storage to generally avoid ↵slaws2010-06-141-1/+1
| | | | | | having to loop across headers to find the right one. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954414 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950965 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-192-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* As a trial to see if we can rule out the tuscany eclipse compiler causing ↵antelder2010-04-081-4/+2
| | | | | | the too many open files problem on Hudson try changing to use the regular maven compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931936 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3516 - Adding eTag support when using json-rpc binding with GET methodlresende2010-03-301-3/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928990 13f79535-47bb-0310-9956-ffa450edef68
* Add a list of recently ported modules into the build rfeng2010-03-301-1/+12
| | | | | | Adjust dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928983 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3516 - Adding support for invoking JSON-RPC services via GET HTTP methodlresende2010-03-292-18/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928594 13f79535-47bb-0310-9956-ffa450edef68
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-162-10/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup now that json-rpc references are already availablelresende2010-02-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916513 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3459 - Find the operation from the componentService interface ↵lresende2010-02-122-3/+4
| | | | | | contract, instead of componentType interface contract git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909265 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-095-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder2010-01-201-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