summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest wink and jacksonrfeng2011-05-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1101105 13f79535-47bb-0310-9956-ffa450edef68
* Revert the wink version changerfeng2011-04-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097914 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.8.0 and wink 1.1.3-incubatingrfeng2011-04-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097619 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
* Allow WebApplicationException to pass back to wink so that the correct ↵rfeng2011-03-294-49/+67
| | | | | | response code is returned git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086805 13f79535-47bb-0310-9956-ffa450edef68
* Fix the OSGi dependenciesrfeng2011-03-171-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082581 13f79535-47bb-0310-9956-ffa450edef68
* Adding a way to store binding context in threadLocal to allow policy handler ↵lresende2011-03-151-47/+23
| | | | | | to access binding context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081668 13f79535-47bb-0310-9956-ffa450edef68
* Simplifying modules structure by merging *-js-dojo into the binding-runtime ↵lresende2011-02-063-9/+111
| | | | | | specific modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-012-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054317 13f79535-47bb-0310-9956-ffa450edef68
* Partialy reverting changes from 1033523 to avoid issues with applications ↵lresende2011-01-011-1/+1
| | | | | | using rest binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054312 13f79535-47bb-0310-9956-ffa450edef68
* Exclude activation dependency thats in base javaantelder2010-12-111-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044609 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
* Minor cleanuplresende2010-12-061-49/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042506 13f79535-47bb-0310-9956-ffa450edef68
* Add the discovery for javax.ws.rs.ext.RuntimeDelegate and update the slf4j ↵rfeng2010-11-171-1/+2
| | | | | | version to fix the osgi rest sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035932 13f79535-47bb-0310-9956-ffa450edef68
* Fix OSGi MFsrfeng2010-11-171-10/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035931 13f79535-47bb-0310-9956-ffa450edef68
* Updating OSGi manifests to wink 1.1.2-incubatinglresende2010-11-171-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035922 13f79535-47bb-0310-9956-ffa450edef68
* Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng2010-11-172-6/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035921 13f79535-47bb-0310-9956-ffa450edef68
* More exclusions from wink-1.1.2 update to avoid legal-check test failurelresende2010-11-171-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035918 13f79535-47bb-0310-9956-ffa450edef68
* Moving to wink 1.1.2-incubating releaselresende2010-11-161-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035823 13f79535-47bb-0310-9956-ffa450edef68
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-163-59/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-143-9/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
* Update more things for base + extensions approachantelder2010-11-101-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033523 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3740 - add binding.comet, implementation-jaxrs into the distro. ↵slaws2010-10-261-1/+1
| | | | | | Update JSR311 version to the version now pulled in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027603 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ↵lresende2010-10-124-9/+96
| | | | | | that were configured declaratively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021952 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the server version of jaxb-impl. The client pulls in a later version ↵slaws2010-10-121-0/+6
| | | | | | and we need to look at that too. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021771 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse complains for me unless I add specific version numbers for wink ↵slaws2010-10-041-9/+9
| | | | | | dependencies. I also fixed the jaxrs-runtime bundle name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004191 13f79535-47bb-0310-9956-ffa450edef68
* Fix the self reference with explicit bindingsrfeng2010-09-101-13/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995627 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up binding.rest osgi enablementrfeng2010-09-081-2/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993613 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup/rearrange of the pom to group together test scoped dependencieslresende2010-09-061-28/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993168 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Setting up proper classloader to find resources under OSGi ↵lresende2010-08-292-5/+29
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990512 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Adding missing entries to manifest in order to run in a OSGi ↵lresende2010-08-291-0/+2
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990509 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from svn r988356: Test for null or empty servlet path info ↵lresende2010-08-291-2/+3
| | | | | | before redirecting to same URL with trailing /. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990507 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from svn r988355: Fix logic to compute the path info as it ↵lresende2010-08-291-55/+55
| | | | | | doesn't work in a webapp. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990506 13f79535-47bb-0310-9956-ffa450edef68
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-167-48/+130
| | | | | | Allow the binding.rest client to issue RPC over GET calls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964880 13f79535-47bb-0310-9956-ffa450edef68
* Updating Wink to it's most recent release to avoid security issue reported ↵lresende2010-07-091-19/+19
| | | | | | at CVE-2010-2245 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962398 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ↵lresende2010-07-093-24/+76
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962391 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3617 - Adding support for configuring wireFormat only for response ↵lresende2010-07-0912-223/+387
| | | | | | to allow RPC over GET services to define the wireFormat to use for generating the response payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962390 13f79535-47bb-0310-9956-ffa450edef68
* Use Response as the typerfeng2010-06-263-10/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958151 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi importrfeng2010-06-231-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957342 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3583 - Making sure we recognize the headers configured declaratively ↵lresende2010-06-032-2/+46
| | | | | | in composite file when delegating to JAX-RS runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951132 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the path URI for web app deploymentrfeng2010-06-014-1/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950296 13f79535-47bb-0310-9956-ffa450edef68
* Add a workaround for TUSCANY-3572rfeng2010-05-286-24/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949110 13f79535-47bb-0310-9956-ffa450edef68
* Adding rest binding reference supportrfeng2010-05-272-27/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948681 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-1921-70/+992
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencies and versionsslaws2010-05-131-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944000 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated eTag to RPC style invocationslresende2010-05-121-9/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943389 13f79535-47bb-0310-9956-ffa450edef68
* Minor formatting...lresende2010-05-121-110/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943388 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out.println()lresende2010-05-121-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943387 13f79535-47bb-0310-9956-ffa450edef68
* Adding RPC Operation Selector to binding.restlresende2010-05-1214-34/+552
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943376 13f79535-47bb-0310-9956-ffa450edef68
* Considering request encoding when processing bodylresende2010-05-112-18/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943205 13f79535-47bb-0310-9956-ffa450edef68