summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-3653 - Make the methods used to generate WSDL available through the ↵slaws2010-08-182-0/+16
| | | | | | RuntimeEndpoint and RuntimeEndpointReference interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986724 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986723 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986722 13f79535-47bb-0310-9956-ffa450edef68
* Add missing audit text slaws2010-08-181-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986720 13f79535-47bb-0310-9956-ffa450edef68
* Correct wirformat element in jms response to match latest schema proposalantelder2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986690 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to use spec defined jmsDefault wireformatantelder2010-08-183-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986685 13f79535-47bb-0310-9956-ffa450edef68
* Update to use spec defined jmsDefault wireformatantelder2010-08-181-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986683 13f79535-47bb-0310-9956-ffa450edef68
* Update JMS schema for operationSelector and wireformat schema fix proposalantelder2010-08-182-4/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986680 13f79535-47bb-0310-9956-ffa450edef68
* UPdate error messages to match latest oasis schema validation messagesantelder2010-08-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986679 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3652 Inject callbacks at service invocationbdaniel2010-08-187-23/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986678 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3652 Add methods to Injectors to get underlying Types and to inject nullbdaniel2010-08-183-2/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986676 13f79535-47bb-0310-9956-ffa450edef68
* Change to sue spec defined op selectorantelder2010-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986665 13f79535-47bb-0310-9956-ffa450edef68
* Add ignore as its broken presentlyantelder2010-08-181-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986664 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest OASIS schemasantelder2010-08-1824-106/+170
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986604 13f79535-47bb-0310-9956-ffa450edef68
* Delete wrong test caserfeng2010-08-171-73/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986519 13f79535-47bb-0310-9956-ffa450edef68
* Implementation spring modules supporting the same classloader between ↵rfeng2010-08-1754-0/+5280
| | | | | | Tuscany and Spring git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986516 13f79535-47bb-0310-9956-ffa450edef68
* Use the same way to create application contextrfeng2010-08-171-20/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986515 13f79535-47bb-0310-9956-ffa450edef68
* Handle inheritance of intents and policy sets on java interfacesbdaniel2010-08-172-12/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986433 13f79535-47bb-0310-9956-ffa450edef68
* Add interceptor to handle setting properties on the response messageantelder2010-08-172-0/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986314 13f79535-47bb-0310-9956-ffa450edef68
* Start of a general README for launching webapps with embedded Tuscany. I ↵slaws2010-08-171-0/+29
| | | | | | wanted to document Ant's commit comment about mvn jetty:run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986259 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant script tagantelder2010-08-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986233 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary absolute uriantelder2010-08-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986231 13f79535-47bb-0310-9956-ffa450edef68
* Add Jetty plugin so the sample can be run with mvn jetty:run like the other ↵antelder2010-08-171-0/+5
| | | | | | webapp samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986229 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused client and add default files to bean slaws2010-08-172-52/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986219 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2010-08-170-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986218 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2010-08-160-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986128 13f79535-47bb-0310-9956-ffa450edef68
* Correct the DOJO callback configuration and show the result at client and serverslaws2010-08-162-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986127 13f79535-47bb-0310-9956-ffa450edef68
* Extend the JSONRPC binding sample to be hosted in a webapp and include a ↵slaws2010-08-1618-0/+928
| | | | | | DOJO based client. This is for looking at Fabiano's latest problem and doesn't work yet. Checking in so I have a backup while I get it to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986072 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludes. There are some more needed after the sample name ↵antelder2010-08-161-0/+4
| | | | | | refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985990 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused imports.fmoga2010-08-161-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985956 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unit test and renamed it in order to be included at mvn test.fmoga2010-08-162-15/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985951 13f79535-47bb-0310-9956-ffa450edef68
* Removed websocket option as it is outside of comet scope.fmoga2010-08-161-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985928 13f79535-47bb-0310-9956-ffa450edef68
* Added complete javadoc.fmoga2010-08-167-190/+392
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
* Add missing manifest entries. slaws2010-08-162-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985915 13f79535-47bb-0310-9956-ffa450edef68
* Add an exclude for the target/maven-shared-archive-resources folder thats ↵antelder2010-08-161-0/+2
| | | | | | started appearing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985863 13f79535-47bb-0310-9956-ffa450edef68
* Added javadocs.fmoga2010-08-164-1/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985812 13f79535-47bb-0310-9956-ffa450edef68
* Update Apache parent pom to most recent released versionlresende2010-08-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985807 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache License headers.fmoga2010-08-1610-25/+188
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985804 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache License headers.fmoga2010-08-168-80/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985802 13f79535-47bb-0310-9956-ffa450edef68
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-1617-0/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985800 13f79535-47bb-0310-9956-ffa450edef68
* Test Postgresql hot standby + replication and integrated Postgresql database ↵jsdelfino2010-08-1644-174/+912
| | | | | | in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985799 13f79535-47bb-0310-9956-ffa450edef68
* Updated sample to use the 'SCA' namespace for javascript toolkit.fmoga2010-08-151-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985655 13f79535-47bb-0310-9956-ffa450edef68
* Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2010-08-153-46/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985654 13f79535-47bb-0310-9956-ffa450edef68
* Adding new version of google data apilresende2010-08-1584-20/+217
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985651 13f79535-47bb-0310-9956-ffa450edef68
* Updated sample to use generated proxies and json for parameters.fmoga2010-08-159-28/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985623 13f79535-47bb-0310-9956-ffa450edef68
* Added Javascript proxy generation.fmoga2010-08-159-156/+301
| | | | | | | Added passing parameters through JSON. Added Gson and jquery-json as dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985622 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS ↵jsdelfino2010-08-1456-403/+1377
| | | | | | and add HTTPS config to store-cluster sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985561 13f79535-47bb-0310-9956-ffa450edef68
* Replaced jquery with min version.fmoga2010-08-143-6241/+155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985447 13f79535-47bb-0310-9956-ffa450edef68
* Updated sample to use tuscany javascript servlet.fmoga2010-08-144-6832/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985446 13f79535-47bb-0310-9956-ffa450edef68
* Added singleton servlet to serve javascript files.fmoga2010-08-148-16/+6884
| | | | | | | Added sequential loading of javascript dependencies. Changed snapshot version of atmosphere to stable 0.6.1. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985445 13f79535-47bb-0310-9956-ffa450edef68