summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make sdo samples doc availablekelvingoodson2010-09-081-0/+244
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995011 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. ↵slaws2010-09-087-5/+44
| | | | | | BigDecimal is detected in an interface as a Java simple type but you have to manage it explicitly when converting from primitive types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@994995 13f79535-47bb-0310-9956-ffa450edef68
* Add support nickname property to WSGI / GAE integration code.jsdelfino2010-09-081-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993642 13f79535-47bb-0310-9956-ffa450edef68
* Add some error checking to the OAuth support.jsdelfino2010-09-081-7/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993641 13f79535-47bb-0310-9956-ffa450edef68
* Fix the base URI displayrfeng2010-09-084-15/+121
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993615 13f79535-47bb-0310-9956-ffa450edef68
* Check for the null binding provider to avoid NPErfeng2010-09-081-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993614 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up binding.rest osgi enablementrfeng2010-09-0812-330/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993613 13f79535-47bb-0310-9956-ffa450edef68
* Remove impl spring modules as now they are in trunkrfeng2010-09-08102-9065/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993612 13f79535-47bb-0310-9956-ffa450edef68
* Add support for primitive java typesrfeng2010-09-085-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel2010-09-086-131/+216
| | | | | | type/priority/deliveryMode/timeToLive attributes originating from the uri, operation prop headers, and headers. Also use that information in the runtime to correctly determine the value that is used when more than one is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993564 13f79535-47bb-0310-9956-ffa450edef68
* Change uri parameter to location of deployment composite and make it ↵jsdelfino2010-09-084-40/+46
| | | | | | optional. Change restart command to use previous config if not specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993561 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox to experiment with deployment and management commands.jsdelfino2010-09-076082-0/+518516
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993560 13f79535-47bb-0310-9956-ffa450edef68
* Added configuration for advanced session access on Google App Engine.fmoga2010-09-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993511 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3670 - temp fix to ensure that the client finds the domain. I need ↵slaws2010-09-071-2/+10
| | | | | | to better understand what the various URIs mean for final fix. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993506 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore again while we sort out promotion of implementation policy. slaws2010-09-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993502 13f79535-47bb-0310-9956-ffa450edef68
* Make interfaces remotable and correct reference target accordinglyslaws2010-09-073-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993478 13f79535-47bb-0310-9956-ffa450edef68
* Update all the archetype pom.xml files to include a description as thats ↵antelder2010-09-078-0/+8
| | | | | | what get shown in the prompt when running the achetype tool git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993376 13f79535-47bb-0310-9956-ffa450edef68
* Add the new binding archetypeantelder2010-09-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993373 13f79535-47bb-0310-9956-ffa450edef68
* Update achetype itest propertiesantelder2010-09-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993371 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple more places which should use the archetype bindingName variableantelder2010-09-072-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993363 13f79535-47bb-0310-9956-ffa450edef68
* Update with an example of how to have a foo reference delegate the ↵antelder2010-09-074-10/+49
| | | | | | invocation to ths WS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993324 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit version for archetype pluginantelder2010-09-071-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993275 13f79535-47bb-0310-9956-ffa450edef68
* Add http binding runtime dependency thats used by jsonp nowantelder2010-09-071-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993274 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
* Minor tweaks to make the OAuth support work with Github.jsdelfino2010-09-072-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993192 13f79535-47bb-0310-9956-ffa450edef68
* Enable OAuth and OpenID to be used together in the same app. Add a few ↵jsdelfino2010-09-069-75/+495
| | | | | | OpenID providers to test login page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993178 13f79535-47bb-0310-9956-ffa450edef68
* Exclude build output from version control.jsdelfino2010-09-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993177 13f79535-47bb-0310-9956-ffa450edef68
* Shell script to deploy application to GAE environmentlresende2010-09-061-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993170 13f79535-47bb-0310-9956-ffa450edef68
* Updating contrib poms to add binding-comet modules/sampleslresende2010-09-062-0/+92
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993169 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
* Added App Engine file.fmoga2010-09-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993125 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3667 - InetAddress is not allowed in GoogleAppEngine, so try to load ↵lresende2010-09-061-23/+29
| | | | | | it dynamically and fail gracefully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993093 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3667 - Handled AccessControlException when processing private ↵lresende2010-09-061-28/+42
| | | | | | folders in a contribution deployed to Google AppEngine environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993092 13f79535-47bb-0310-9956-ffa450edef68
* Porting support to import/export resources from 1.xlresende2010-09-0615-354/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993091 13f79535-47bb-0310-9956-ffa450edef68
* Moving binding.rss to contriblresende2010-09-0632-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993090 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ↵jsdelfino2010-09-0643-77/+1160
| | | | | | OpenID support and changes to enable it to co-exist with OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992963 13f79535-47bb-0310-9956-ffa450edef68
* Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ↵jsdelfino2010-09-064-3/+5
| | | | | | directive to follow HTTPD naming convention. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992962 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoslaws2010-09-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992749 13f79535-47bb-0310-9956-ffa450edef68
* Get the binding archetype workingantelder2010-09-0518-185/+131
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992717 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importslaws2010-09-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992594 13f79535-47bb-0310-9956-ffa450edef68
* Start of a maven archetype for creating a Tuscany binding extensionantelder2010-09-0424-0/+986
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992562 13f79535-47bb-0310-9956-ffa450edef68
* Change the jsonp binding so that it uses the http binding to do the work, ie ↵antelder2010-09-047-136/+40
| | | | | | using <binding.jsonp/> under the covers does <binding.http><wireFormat.jsonp/></binding.http> git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992546 13f79535-47bb-0310-9956-ffa450edef68
* Add a Base class for binding impls with the boiler plate codeantelder2010-09-041-0/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992544 13f79535-47bb-0310-9956-ffa450edef68
* Add a public constructor so other binding types may subclass itantelder2010-09-041-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992543 13f79535-47bb-0310-9956-ffa450edef68
* Add an example attribute to the foo bindingantelder2010-09-044-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992542 13f79535-47bb-0310-9956-ffa450edef68
* Ad some code for looking at wiresslaws2010-09-031-3/+76
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992369 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2010-09-030-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992291 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in method name. slaws2010-09-036-15/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
* Allow the contributions list to be retrieve from a Nodeslaws2010-09-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992283 13f79535-47bb-0310-9956-ffa450edef68
* Allow primitive return values to pass through the Object2JSON transformer.slaws2010-09-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992281 13f79535-47bb-0310-9956-ffa450edef68