summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonrpc-runtime/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use binding name to look up servicesrfeng2009-11-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882371 13f79535-47bb-0310-9956-ffa450edef68
* Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng2009-11-181-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
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng2009-11-133-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
* Stop setting JSON databinding in the interface contract now that we use ↵lresende2009-10-221-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
* Fixing invalid connection parameter for http client connection managerlresende2009-10-131-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824858 13f79535-47bb-0310-9956-ffa450edef68
* Migrating to HttpClient 4.0 to use the same dependencies as other extensionslresende2009-10-132-22/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824857 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused variables and closing the http session after done with itlresende2009-10-131-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824856 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring the common databinding code from service/reference binding ↵lresende2009-10-133-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
* Improve the bindings to avoid data copy rfeng2009-10-092-3/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823730 13f79535-47bb-0310-9956-ffa450edef68
* Add missing filerfeng2009-10-071-0/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822908 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to jabsorb 1.3.1 (json-rpc) and jettision 1.1rfeng2009-10-073-21/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822905 13f79535-47bb-0310-9956-ffa450edef68
* Adding code to set JSON Databinding on JSON-RPC reference contractlresende2009-10-061-1/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822119 13f79535-47bb-0310-9956-ffa450edef68
* Removing support for scaDomain.jslresende2009-10-022-155/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821096 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for JSNO-RPC Reference supportlresende2009-10-022-16/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821095 13f79535-47bb-0310-9956-ffa450edef68
* More updates to port JSON-RPC binding to 2.xlresende2009-10-012-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820526 13f79535-47bb-0310-9956-ffa450edef68
* Adding JSON Databdingin support, now the binding is available in 2.xlresende2009-10-011-7/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820525 13f79535-47bb-0310-9956-ffa450edef68
* Porting pieces of JSONRPC Binding : ProviderFactory, ↵lresende2009-10-013-38/+33
| | | | | | ReferenceBindingProvider and ServiceBindingProvider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820519 13f79535-47bb-0310-9956-ffa450edef68
* Copy JSON-RPC Binding to start porting from 1.x to 2.xlresende2009-09-257-0/+858
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@818881 13f79535-47bb-0310-9956-ffa450edef68
* Moving modules that are not part of the main build to contrib folderlresende2009-01-317-815/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739505 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-281-1/+1
| | | | | | | | | | | | | 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
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-197-0/+815
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-197-815/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the start method of the Web 2.0 binding providers where we were ↵jsdelfino2008-08-061-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
* TUSCANY-1961 - Properly reporting business and runtime exceptions to clients ↵lresende2008-07-171-17/+14
| | | | | | using jsonRPC binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677479 13f79535-47bb-0310-9956-ffa450edef68
* Updating jsonrpc binding to move away from deprecated way of setting databindinglresende2008-06-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672453 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-177-0/+821
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68