summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add customer registry into the spring componentslaws2009-10-117-27/+317
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824091 13f79535-47bb-0310-9956-ffa450edef68
* Separate the ShoppingCart interface into multiple separate interfaces to ↵slaws2009-10-119-66/+105
| | | | | | better match the "introducing" scenario git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824057 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2009-10-110-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824051 13f79535-47bb-0310-9956-ffa450edef68
* Change version of Tuscany referenced from 1.5 to 1.6-SNAPSHOTslaws2009-10-112-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824050 13f79535-47bb-0310-9956-ffa450edef68
* Add http host for jetty 7 (org.eclipse.jetty)rfeng2009-10-1110-0/+1281
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824025 13f79535-47bb-0310-9956-ffa450edef68
* Added support for JSON-RPC to httpd module. Fixed issues with double numbers ↵jsdelfino2009-10-119-123/+1121
| | | | | | in json.hpp. Added store .html and .js files to store test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823982 13f79535-47bb-0310-9956-ffa450edef68
* Some code cleanup, removed unused functions, changed == empty-list to isNil ↵jsdelfino2009-10-1113-82/+633
| | | | | | to avoid unnecessary construction of empty lists, replaced some casts by generic declarations. Added simple maybe, failable and state monad classes to help return optional objects or failures and carry state around. Added utility functions to zip and unzip list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823981 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3299, take out failing testantelder2009-10-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823832 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3299, take out failing testantelder2009-10-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823828 13f79535-47bb-0310-9956-ffa450edef68
* Improve GUI and clean up coderfeng2009-10-101-25/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823807 13f79535-47bb-0310-9956-ffa450edef68
* Add calls to Datastore servicerfeng2009-10-103-1/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823799 13f79535-47bb-0310-9956-ffa450edef68
* Add code to try memcacherfeng2009-10-104-3/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823753 13f79535-47bb-0310-9956-ffa450edef68
* Add capability to read domainRegistry and other optionsrfeng2009-10-094-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823744 13f79535-47bb-0310-9956-ffa450edef68
* Improve the bindings to avoid data copy rfeng2009-10-096-13/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823730 13f79535-47bb-0310-9956-ffa450edef68
* Use a Set to avoid duplicate definitions.xml resourcesrfeng2009-10-091-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823727 13f79535-47bb-0310-9956-ffa450edef68
* Add a commentrfeng2009-10-091-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823676 13f79535-47bb-0310-9956-ffa450edef68
* Add a test case to validate the LDAP filterrfeng2009-10-092-2/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823674 13f79535-47bb-0310-9956-ffa450edef68
* Remove endpoint-wrapper module as now DomainRegistryFactory utility takes ↵rfeng2009-10-0917-891/+0
| | | | | | over the responsibility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823673 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the runtime build logic into EndpointReferenceBinderrfeng2009-10-0931-287/+2018
| | | | | | | Refactor the endpoint-wrapper into domainRegistryFactory that delegates to endpoint registry implementations by the scheme Improve/workaround the monitor so that it can be shared by multiple nodes (We need a better design for this) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823672 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3258 raise an error when a component property type doesn't match the ↵slaws2009-10-095-26/+30
| | | | | | component type property type. This may need to be looked at further if we decide to consider if the types are compatible. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823643 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3231 fail if property has many values and many="false". Re-applied ↵slaws2009-10-092-2/+31
| | | | | | the fix from the base class to the new builders. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823604 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - update to match the latest changes from the 1.5.2 branchslaws2009-10-093-459/+485
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823595 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2009-10-090-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823594 13f79535-47bb-0310-9956-ffa450edef68
* Update the tuscany batch script to support passing in tribes static routesantelder2009-10-091-2/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823584 13f79535-47bb-0310-9956-ffa450edef68
* Start adding support for static routes in th etribes endpoint registryantelder2009-10-091-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823579 13f79535-47bb-0310-9956-ffa450edef68
* Add warning when XPath expression for property doesn't return anythingslaws2009-10-092-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823549 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 generate unannotated beans into the namespace of the WSDL ↵slaws2009-10-0911-248/+930
| | | | | | rather than an empty namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823459 13f79535-47bb-0310-9956-ffa450edef68
* Fix up license test case versionsslaws2009-10-091-160/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823457 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2009-10-090-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823452 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the wait interval for the test to complete in so the test doesn't ↵antelder2009-10-091-1/+1
| | | | | | fail on the slow slow slow Hudson build machine git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823444 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-10-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823434 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-bundle-plugin-1.0.4antelder2009-10-0921-0/+7626
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823433 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-bundle-plugin-1.0.4antelder2009-10-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823432 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagantelder2009-10-0921-7593/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823431 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes to include latest fixantelder2009-10-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823430 13f79535-47bb-0310-9956-ffa450edef68
* Change some dependencies to runtimerfeng2009-10-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823284 13f79535-47bb-0310-9956-ffa450edef68
* Avoid the usage of Require-Bundlerfeng2009-10-081-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823282 13f79535-47bb-0310-9956-ffa450edef68
* Add compile dependencies to the .classpath file if it doesn't supply any ↵rfeng2009-10-082-68/+100
| | | | | | packages to the OSGi import. This maks this plugin more closer to the mvn eclipse:eclipse behavior. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823280 13f79535-47bb-0310-9956-ffa450edef68
* More fixes to Atom Binding manifest importslresende2009-10-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823220 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up Atom Binding manifest importslresende2009-10-082-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823219 13f79535-47bb-0310-9956-ffa450edef68
* Remove the default constructor to honor the one taking registryrfeng2009-10-081-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823218 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2009-10-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823209 13f79535-47bb-0310-9956-ffa450edef68
* Changes in binding.ejb module to work in 2.x env.ramkumar2009-10-0811-25/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823115 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-10-081-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823083 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-bundle-plugin-1.0.4antelder2009-10-0821-0/+7593
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823082 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-bundle-plugin-1.0.4antelder2009-10-081-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823081 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes for next releaseantelder2009-10-081-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823080 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated Atom Binding OSGi Manifests to source controllresende2009-10-087-47/+127
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823059 13f79535-47bb-0310-9956-ffa450edef68
* Adding Atom Binding dependencies to binary distribution LICENSElresende2009-10-081-2/+101
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823058 13f79535-47bb-0310-9956-ffa450edef68
* Updates to data-api OSGi Manifestlresende2009-10-081-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823057 13f79535-47bb-0310-9956-ffa450edef68