summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonp-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* correct dependency version to match host-httpslaws2011-09-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173613 13f79535-47bb-0310-9956-ffa450edef68
* Update the JSONP binding to set the enpoint URI from the registered service ↵antelder2011-07-231-1/+4
| | | | | | servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150210 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* More version changes and make sure HttpClient connections are releasedrfeng2010-12-081-14/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043772 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng2010-12-081-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.6.2rfeng2010-11-191-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036700 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.6.0rfeng2010-09-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000979 13f79535-47bb-0310-9956-ffa450edef68
* Currently the JSONP binding shouldn't directly rely on the HTTP binding ↵slaws2010-09-143-4/+3
| | | | | | 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
* Fix the self reference with explicit bindingsrfeng2010-09-102-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995627 13f79535-47bb-0310-9956-ffa450edef68
* Add support for primitive java typesrfeng2010-09-084-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
* Add http binding runtime dependencyantelder2010-09-071-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993273 13f79535-47bb-0310-9956-ffa450edef68
* Make the json databinding a runtime dependency rather than a test dependency ↵slaws2010-08-311-9/+11
| | | | | | as the binding needs it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991202 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug where the type index isn't incrementedantelder2010-08-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991178 13f79535-47bb-0310-9956-ffa450edef68
* Make component implementation change a value in the ban to prove that it's ↵slaws2010-08-122-2/+19
| | | | | | processed it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984828 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3635 - delegate the conversion to/from JSON to the databinding layer ↵slaws2010-07-296-9/+106
| | | | | | which has the correct information regarding the operation parameter and return types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980366 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3635 - added a new test to help with the investigation of the issue ↵slaws2010-07-285-2/+87
| | | | | | Fabiano reported to the ML. See JIRA for link. The test is @Ignored at the moment as the 2.x binding.jsonp exhibits issues also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980015 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.5.4rfeng2010-07-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964882 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-053-251/+251
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson to 1.5.3rfeng2010-06-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson and jettision to latest versionsrfeng2010-03-281-2/+2
| | | | | | Add more transformers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928344 13f79535-47bb-0310-9956-ffa450edef68
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-5/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897974 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2016-0/+1137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68