summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonrpc-runtime/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-20Use binding name to look up servicesrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882371 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng1-1/+1
Defer the unmarshalling of XML into endpoint/endpointReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881883 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng3-25/+17
owner of invocaiton chains (http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22Stop setting JSON databinding in the interface contract now that we use ↵lresende1-1/+4
jabsorb client for remote invocation and that is taking care of databinding and returning expected java beans git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828283 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Fixing invalid connection parameter for http client connection managerlresende1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824858 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Migrating to HttpClient 4.0 to use the same dependencies as other extensionslresende2-22/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824857 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Removing unused variables and closing the http session after done with itlresende1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824856 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Refactoring the common databinding code from service/reference binding ↵lresende3-56/+63
provider into a databinding helper class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824853 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Improve the bindings to avoid data copy rfeng2-3/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823730 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Add missing filerfeng1-0/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822908 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Upgrade to jabsorb 1.3.1 (json-rpc) and jettision 1.1rfeng3-21/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822905 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Adding code to set JSON Databinding on JSON-RPC reference contractlresende1-1/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822119 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Fix the characters to be encodedrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821183 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Removing support for scaDomain.jslresende2-155/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821096 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Initial support for JSNO-RPC Reference supportlresende5-16/+311
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821095 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Formatting JSONRPC test artifactslresende3-74/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821094 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Formatting JSONRPC testslresende4-196/+196
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821092 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Workaround for endpoint issue that is not processing bindings from promoted ↵lresende1-2/+5
services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821087 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Bringin up JSON-RPC binding test caseslresende4-48/+86
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820527 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01More updates to port JSON-RPC binding to 2.xlresende3-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820526 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Adding JSON Databdingin support, now the binding is available in 2.xlresende1-7/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820525 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Fixing new OASIS SCA and Tuscany namespaceslresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820521 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Porting pieces of JSONRPC Binding : ProviderFactory, ↵lresende3-38/+33
ReferenceBindingProvider and ServiceBindingProvider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820519 13f79535-47bb-0310-9956-ffa450edef68
2009-09-25Copy JSON-RPC Binding to start porting from 1.x to 2.xlresende18-0/+2074
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818881 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving modules that are not part of the main build to contrib folderlresende17-1950/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2-2/+2
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende17-0/+1950
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende17-1951/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc bindinglresende3-8/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690089 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updating json-rpc binding test case to reproduce problems when passing an ↵lresende4-13/+44
array to a function invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689394 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06Fixed the start method of the Web 2.0 binding providers where we were ↵jsdelfino1-4/+1
overwriting the model binding URI with the URI calculated at runtime, and removed the FIXME and TODO comments that were used to flag that issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683451 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04TUSCANY-2487 - Making interfaces remotable and other small fixes.lresende2-110/+121
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682472 13f79535-47bb-0310-9956-ffa450edef68
2008-08-02Small refactoring on the jsonRPC tests artifactslresende5-11/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681925 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22TUSCANY-2487 - Adding jsonRPC data type test cases + small refactoring to ↵lresende7-41/+377
the jsonRPC test cases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678792 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17TUSCANY-1961 - Properly reporting business and runtime exceptions to clients ↵lresende5-17/+66
using jsonRPC binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677479 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Merge fix for TUSCANY-2431 from 1.3 brn to trunkantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673079 13f79535-47bb-0310-9956-ffa450edef68
2008-06-28Updating jsonrpc binding to move away from deprecated way of setting databindinglresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672453 13f79535-47bb-0310-9956-ffa450edef68