summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the webapprfeng2009-10-261-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829870 13f79535-47bb-0310-9956-ffa450edef68
* Improve the node launcher so that it can take more than one contributions ↵rfeng2009-10-261-5/+13
| | | | | | and not specify composite, for example, - c1.jar c2.jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829862 13f79535-47bb-0310-9956-ffa450edef68
* Move 2.x code into contrib/2.xrfeng2009-10-2654-40/+363
| | | | | | Change the pom.xml to depend on node-impl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829858 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updatesantelder2009-10-261-7/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829754 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the new implementation-web-client moduleantelder2009-10-263-88/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829753 13f79535-47bb-0310-9956-ffa450edef68
* Add a new module for the implementaion.web client side support which enables ↵antelder2009-10-268-0/+749
| | | | | | browser-side JavaScript to access the web components ComponentContext and being able to invoke references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829752 13f79535-47bb-0310-9956-ffa450edef68
* Add a random ranking number to implementation.web providerantelder2009-10-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829742 13f79535-47bb-0310-9956-ffa450edef68
* Consider rankings for provider extensionsantelder2009-10-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829741 13f79535-47bb-0310-9956-ffa450edef68
* Update to re-register servlets if the servelt host context path is updated. ↵antelder2009-10-261-0/+20
| | | | | | Thats necessary of servlets are registered before the context path is initialized, which can happene when extensions register servlets during startup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829733 13f79535-47bb-0310-9956-ffa450edef68
* Update to remove the entire serelet path if the path starts with it so that ↵antelder2009-10-261-0/+3
| | | | | | servelts registered with the Tuscany ServletHost get the correct value. (Not sure i completely understand the rest of the code in that method, does anyone else?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829732 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for multi-user shoppingCartlresende2009-10-266-21/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829709 13f79535-47bb-0310-9956-ffa450edef68
* Adding user services and integrating with the store applicationlresende2009-10-267-30/+236
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829708 13f79535-47bb-0310-9956-ffa450edef68
* Allowing multiple bindings on a servicelresende2009-10-261-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829707 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases to make check build target. Changed store-script to interop ↵jsdelfino2009-10-2621-141/+1239
| | | | | | with java store sample. Added reference support to http module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829700 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring, given each module its own namespace. Added utility ↵jsdelfino2009-10-2618-217/+527
| | | | | | functions to convert between values elements/attributes and fixed XML, ATOM and JSON serialization of lists. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829699 13f79535-47bb-0310-9956-ffa450edef68
* Add sample showing using <implementation.web> with browser-side JavaScript ↵antelder2009-10-257-0/+280
| | | | | | client using web 2.0 style ajax (ported from 1.x) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829513 13f79535-47bb-0310-9956-ffa450edef68
* Add a utility for JDK proxy based lazy instantiationrfeng2009-10-247-9/+253
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829305 13f79535-47bb-0310-9956-ffa450edef68
* Add ability to create a distribution for the travelsamplerfeng2009-10-238-0/+2471
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829270 13f79535-47bb-0310-9956-ffa450edef68
* Store vegetable catalog tweaked to run on the ibmcloud environmentlresende2009-10-2314-0/+795
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829153 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing composite to source controllresende2009-10-232-0/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829152 13f79535-47bb-0310-9956-ffa450edef68
* A pom for the cloud sandboxlresende2009-10-231-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829151 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing source folder to expertise-rest samplelresende2009-10-236-0/+357
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829150 13f79535-47bb-0310-9956-ffa450edef68
* Updating store with new vegetables catalog and adding basic support for ↵lresende2009-10-2318-48/+480
| | | | | | shoppingCart services using JSON-RPC git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829149 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation of the cloud-api based on Google AppEngine ↵lresende2009-10-2312-0/+652
| | | | | | infrastructure services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829148 13f79535-47bb-0310-9956-ffa450edef68
* Straw-man cloud api that abstract different cloud infrastructure services ↵lresende2009-10-235-0/+173
| | | | | | and allow applications to consume these services independently of the cloud environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829147 13f79535-47bb-0310-9956-ffa450edef68
* Finish implementing the jaxws client invoke testsantelder2009-10-233-28/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828991 13f79535-47bb-0310-9956-ffa450edef68
* Update JavaInterfaceIntrospectorImpl to not consider teh JAXWS Async API ↵antelder2009-10-231-1/+22
| | | | | | methods in the overloaded ops on remotable interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828990 13f79535-47bb-0310-9956-ffa450edef68
* Add example of runtime support for handling JAXWS async client APIsantelder2009-10-233-1/+190
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828988 13f79535-47bb-0310-9956-ffa450edef68
* Add itest for using the jaxws async APIs. Copied from jaxws to avoid ↵antelder2009-10-238-0/+354
| | | | | | stepping on whatLuciano might be doing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828960 13f79535-47bb-0310-9956-ffa450edef68
* Make the WebImplementationProcessor compute the injection points for ↵vamsic0072009-10-233-0/+61
| | | | | | properties, references and resources like component context etc. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828951 13f79535-47bb-0310-9956-ffa450edef68
* Remove tuscany-scdl module as it is now replaced by tuscany-deploymentrfeng2009-10-2211-952/+46
| | | | | | Adjust itest-scdl to use the Deployer from tuscany-deployment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828787 13f79535-47bb-0310-9956-ffa450edef68
* Record the schema in the constructor otherwise a validating handler is never ↵slaws2009-10-221-0/+1
| | | | | | created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828766 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoresslaws2009-10-220-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828743 13f79535-47bb-0310-9956-ffa450edef68
* Add missing monitor.popContext() callsslaws2009-10-223-81/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828741 13f79535-47bb-0310-9956-ffa450edef68
* Add deployment moduleantelder2009-10-221-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828648 13f79535-47bb-0310-9956-ffa450edef68
* Add new deployment module to reactor buildantelder2009-10-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828646 13f79535-47bb-0310-9956-ffa450edef68
* Update to just refer to the sca-assembly root as that has a pom.xml now to ↵antelder2009-10-221-1/+1
| | | | | | include the Test_Client code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828635 13f79535-47bb-0310-9956-ffa450edef68
* Add a pom.xml for the sca-assembly root which is copied from OASIS with all ↵antelder2009-10-221-0/+253
| | | | | | the test modules removed as only the client stuff is needed here git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828633 13f79535-47bb-0310-9956-ffa450edef68
* Add new module ot externals listantelder2009-10-220-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828617 13f79535-47bb-0310-9956-ffa450edef68
* FIx up the error message comparison so that shorter expected messages can be ↵antelder2009-10-221-1/+5
| | | | | | truncated to match as well as just comparing substrings. We've now quite a lot of different ways to match the msgs both within and across the assembly and caa tests so we should clean this up at some point git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828415 13f79535-47bb-0310-9956-ffa450edef68
* Add more error msg detailantelder2009-10-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828408 13f79535-47bb-0310-9956-ffa450edef68
* Add new moduleantelder2009-10-221-14/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828404 13f79535-47bb-0310-9956-ffa450edef68
* Expose a DefaultDeployerrfeng2009-10-223-2/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828316 13f79535-47bb-0310-9956-ffa450edef68
* Add an optional imports for test dependencyrfeng2009-10-221-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828302 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the deployer into tuscany-deployment modulerfeng2009-10-2218-81/+676
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828293 13f79535-47bb-0310-9956-ffa450edef68
* Stop setting JSON databinding in the interface contract now that we use ↵lresende2009-10-221-1/+4
| | | | | | jabsorb client for remote invocation and that is taking care of databinding and returning expected java beans git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828283 13f79535-47bb-0310-9956-ffa450edef68
* Removing references to management class which is restricted in app engine ↵lresende2009-10-221-2/+6
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828282 13f79535-47bb-0310-9956-ffa450edef68
* Enabling some transformers with high weigth to allow fallback when the jaxb ↵lresende2009-10-221-2/+2
| | | | | | based transformers are not available git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828281 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3294 - iTest to validate JAXWS Async Client APIslresende2009-10-226-3/+222
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828277 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3294 - Adding check in the runtime to validate JCA100006, that ↵lresende2009-10-221-6/+41
| | | | | | states that JAX-WS client-side asynchronous pooling and callback methods are not allowed in service interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828276 13f79535-47bb-0310-9956-ffa450edef68