summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-atom-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Simplifying modules structure by merging *-js-dojo into the binding-runtime ↵lresende2011-02-064-28/+135
| | | | | | specific modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3812 - Fixing feed id to avoid generating different md5 hash which ↵lresende2011-01-081-1/+1
| | | | | | is breaking caching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056790 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3814 - Fixing http headers to avoid hanging IE6 when consuming ↵lresende2011-01-086-100/+95
| | | | | | tuscany atom feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056789 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3812 - Fixing ETag and Cache headers to avoid refresh issues in IElresende2011-01-013-63/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054319 13f79535-47bb-0310-9956-ffa450edef68
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-011-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054317 13f79535-47bb-0310-9956-ffa450edef68
* Excludes for many base java dependenciesantelder2010-12-111-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044602 13f79535-47bb-0310-9956-ffa450edef68
* Make http client dependency optionalrfeng2010-12-081-7/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043781 13f79535-47bb-0310-9956-ffa450edef68
* Move HttpClientFactory from common-http to host-httprfeng2010-12-083-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
* More version changes and make sure HttpClient connections are releasedrfeng2010-12-082-26/+34
| | | | 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-088-251/+304
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Fix atom binding/store samplebdaniel2010-11-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035417 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3664 Add support for multiple operation output typesbdaniel2010-11-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3735: Don't use HTTP authorization or authentication by default ↵nash2010-10-262-13/+29
| | | | | | (merged 1.x commit r1027705) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027710 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1027700 Add test to ensure If-Modified-Since returns 304 if feed is ↵nash2010-10-261-1/+15
| | | | | | unmodified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027704 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3743: Return correct response code from If-Unmodified-Since (merged ↵nash2010-10-262-3/+3
| | | | | | 1.x commit r1027693) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027695 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3742: Fix time comparison for If-Modified-Since and ↵nash2010-10-262-11/+29
| | | | | | If-Unmodified-Since (merged 1.x commit r1027658) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027684 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3734: Fix incorrect rendering of non-ASCII characters (merged 1.x ↵nash2010-10-261-5/+4
| | | | | | commit r1027641) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027655 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the store contribution working in a webapp. Make atom binding ↵jsdelfino2010-09-191-1/+9
| | | | | | use the deployed binding URI, like the JSON-RPC already does. Change the dojo include from absolute to a relative path. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998596 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-051-258/+258
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Update to Abdera 1.0antelder2010-05-051-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941218 13f79535-47bb-0310-9956-ffa450edef68
* Updating REST binding to use common-http cache context class and minor ↵lresende2010-04-301-1/+1
| | | | | | update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring HTTPCacheContext to common-http module to avoid binding-atom to ↵lresende2010-04-292-7/+1
| | | | | | depend on binding-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939202 13f79535-47bb-0310-9956-ffa450edef68
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
* Moving getRequestPath utility to common-http utility classlresende2010-02-263-24/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916511 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-0910-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-041-1/+1
| | | | | | replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
* Update to use junit 4.8.1 and add explicit surefire plugin configs which ↵antelder2010-01-201-1/+1
| | | | | | 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
* Use the servlethost helper to locate the servlet hostantelder2010-01-111-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897979 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-116-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Dont run the tests to avoid all the intermitent build failsantelder2009-11-281-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885068 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2052-0/+6702
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68