summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Avoid NPE in test cases. Encountered when writing out the system definitions ↵slaws2010-09-031-2/+8
| | | | | | file to XML. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992280 13f79535-47bb-0310-9956-ffa450edef68
* Configure mod-auth-openid to use memcached instead of sqlite. Remove ↵jsdelfino2010-09-0314-6/+65
| | | | | | dependencies on sqlite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
* Copying import/export contribution resourceslresende2010-09-0321-0/+1526
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992198 13f79535-47bb-0310-9956-ffa450edef68
* Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ↵jsdelfino2010-09-029-170/+188
| | | | | | redundant test case and refactor test WSDL namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992153 13f79535-47bb-0310-9956-ffa450edef68
* Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ↵jsdelfino2010-09-029-170/+188
| | | | | | redundant test case and refactor test WSDL namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992150 13f79535-47bb-0310-9956-ffa450edef68
* Disable reference annotations while concentrating on "add"slaws2010-09-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992038 13f79535-47bb-0310-9956-ffa450edef68
* Correct deployable contribution nameslaws2010-09-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992036 13f79535-47bb-0310-9956-ffa450edef68
* Fix up reference targetslaws2010-09-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992034 13f79535-47bb-0310-9956-ffa450edef68
* Work in progress - Educating myself re. what info is available from domain/nodesslaws2010-09-024-0/+385
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992033 13f79535-47bb-0310-9956-ffa450edef68
* Use the DefaultBeanModelProcessor to simplify the model objectsantelder2010-09-025-129/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991963 13f79535-47bb-0310-9956-ffa450edef68
* Update to by default start in a domain named 'default'. Add a 'domains' ↵antelder2010-09-021-8/+31
| | | | | | command to show the currently defined domains. Change install command parameter -norun to be -start which seems more consistent with the command names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991940 13f79535-47bb-0310-9956-ffa450edef68
* Correct delivery mode setting, add option to set jms typeantelder2010-09-021-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991914 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Fix the dependency to avoid compilation error"rfeng2010-09-011-7/+0
| | | | | | This reverts commit a2e4bb8eb974743e0a5e1fbcf53576796f1c1060. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991752 13f79535-47bb-0310-9956-ffa450edef68
* Allow the location to be out of the contribution rootrfeng2010-09-011-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991751 13f79535-47bb-0310-9956-ffa450edef68
* Optimze the method loopingrfeng2010-09-011-16/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991750 13f79535-47bb-0310-9956-ffa450edef68
* Fix the dependency to avoid compilation errorrfeng2010-09-011-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991749 13f79535-47bb-0310-9956-ffa450edef68
* Added better error handling for when the user forgets to run the ↵mcombellack2010-09-011-1/+10
| | | | | | service/smsgateway-jaxws project first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991683 13f79535-47bb-0310-9956-ffa450edef68
* No need to specify the interface using interface.java as it can be worked ↵mcombellack2010-09-011-1/+0
| | | | | | out by Tuscany from the WSDL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991682 13f79535-47bb-0310-9956-ffa450edef68
* Removed reference to BBC news feed as it just added more complexity without ↵mcombellack2010-09-012-12/+0
| | | | | | adding much value as we already demonstrate other RSS and Atom feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991681 13f79535-47bb-0310-9956-ffa450edef68
* Correct error message for JCA_11020slaws2010-09-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991617 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3663 - take notice of @WebService name attribute when generating ↵slaws2010-09-011-2/+13
| | | | | | service name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991615 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant codeslaws2010-09-011-206/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991614 13f79535-47bb-0310-9956-ffa450edef68
* Start of module to show how to write a simple bindingantelder2010-09-0124-0/+1084
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991555 13f79535-47bb-0310-9956-ffa450edef68
* Add expected error message for new test JCA_11020slaws2010-09-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991531 13f79535-47bb-0310-9956-ffa450edef68
* some contributions to show the domain in action starting with a version of ↵slaws2010-09-0118-0/+740
| | | | | | the distributed calculator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991527 13f79535-47bb-0310-9956-ffa450edef68
* Missing operationProperties name attribute is an error not a warningantelder2010-09-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991489 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable ws basic auth itestbdaniel2010-09-011-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991437 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be ↵bdaniel2010-09-011-5/+5
| | | | | | incorrectly removed from endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991436 13f79535-47bb-0310-9956-ffa450edef68
* Added sources.fmoga2010-08-318-0/+296
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991235 13f79535-47bb-0310-9956-ffa450edef68
* Initial import.fmoga2010-08-310-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991234 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
* Add testcase for more complicated parametersantelder2010-08-316-0/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991172 13f79535-47bb-0310-9956-ffa450edef68
* Correctly increment the type index, and handle null responseantelder2010-08-311-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991170 13f79535-47bb-0310-9956-ffa450edef68
* Remove test binidngantelder2010-08-311-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991162 13f79535-47bb-0310-9956-ffa450edef68
* Add expected error message for 3011C and correct message for 4011antelder2010-08-311-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991152 13f79535-47bb-0310-9956-ffa450edef68