summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsantelder2010-07-031-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960169 13f79535-47bb-0310-9956-ffa450edef68
* Include domain-nodeantelder2010-07-031-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960168 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with DomainNodeantelder2010-07-032-81/+86
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960161 13f79535-47bb-0310-9956-ffa450edef68
* Clean up factory instantiation, add a static helper to create simple nodes, ↵antelder2010-07-036-75/+149
| | | | | | and update impl to correctly resolve dependencies for installed contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960160 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to Deployer to resolve a contributions dependenciesantelder2010-07-032-0/+84
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960159 13f79535-47bb-0310-9956-ffa450edef68
* Add license headerantelder2010-07-031-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960157 13f79535-47bb-0310-9956-ffa450edef68
* Fix build instructions, add missing license header in script.jsdelfino2010-07-024-1/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960125 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample shell program useful to start and stop SCA composites ↵jsdelfino2010-07-026-0/+290
| | | | | | interactively. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960122 13f79535-47bb-0310-9956-ffa450edef68
* More changes to fix binding.s otests. Also change binding.ws model ↵slaws2010-07-0210-28/+156
| | | | | | getter/setter to make it more explicit which of the WSDLs it stores are user defined. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960020 13f79535-47bb-0310-9956-ffa450edef68
* Remove these test cases as BWS20019 now means that only one endpoint ↵slaws2010-07-023-200/+0
| | | | | | specification can be present and hence precedence is not an issue. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960017 13f79535-47bb-0310-9956-ffa450edef68
* Correct package nameantelder2010-07-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959686 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3604 add greater fidelity to the process of resolving WSDL by ↵slaws2010-07-016-3/+124
| | | | | | checking for required port type, binding, service as well as namespace during the resolution process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959658 13f79535-47bb-0310-9956-ffa450edef68
* Improve error messages. This validation should happen earlier when the ↵slaws2010-07-012-4/+12
| | | | | | binding is read/resolved rather than when the providers are created. Will look to move it shortly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959652 13f79535-47bb-0310-9956-ffa450edef68
* Start cleaning up JavaDoc and changes coming to light while doing that: move ↵antelder2010-07-014-60/+101
| | | | | | getDeployer and getAssemblyFactory from Node to NodeFactory, change getInstalledContribution to return an assembly Contribution instead of an InstalledContribution, rename deployDeployables to runDeployables git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959582 13f79535-47bb-0310-9956-ffa450edef68
* Merge service side updates of axis2 ws binding to jaxws version of bindingantelder2010-06-302-4/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959260 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of ↵slaws2010-06-308-12/+329
| | | | | | thing now but some of the code is in the wrong place so some refactoring still to do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959254 13f79535-47bb-0310-9956-ffa450edef68
* Reorg and update to the supported styles listslaws2010-06-301-18/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959240 13f79535-47bb-0310-9956-ffa450edef68
* Include the new isAsyncServer method on the corba test mock classantelder2010-06-301-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959218 13f79535-47bb-0310-9956-ffa450edef68
* Updaet to include endpoint reference in JAXWSBindingInvoker constructorantelder2010-06-301-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959209 13f79535-47bb-0310-9956-ffa450edef68
* Adding asyncServer flag to operations in support of TUSCANY-3611edwardsmj2010-06-302-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959198 13f79535-47bb-0310-9956-ffa450edef68
* Client side asynchronous support - extending the async client invokers to ↵edwardsmj2010-06-292-4/+239
| | | | | | fully support the JAXWS async client API pattern as described in TUSCANY-3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959131 13f79535-47bb-0310-9956-ffa450edef68
* Add in processing of declared Asynchronous Faults via @AsyncFaults ↵edwardsmj2010-06-291-0/+14
| | | | | | annotation, in support of TUSCANY-3609 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959077 13f79535-47bb-0310-9956-ffa450edef68
* Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ↵edwardsmj2010-06-291-2/+2
| | | | | | to avoid any possible asynchronous errors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959030 13f79535-47bb-0310-9956-ffa450edef68
* Updates to test different mechanisms for specifying wrapper namespaceslaws2010-06-294-17/+259
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959016 13f79535-47bb-0310-9956-ffa450edef68
* Start merging the axis2 ws binding changes into the jax-ws version of the ↵antelder2010-06-291-21/+395
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958995 13f79535-47bb-0310-9956-ffa450edef68
* Copy the new doc lit wrapped test from the axis2 tests to the base testsantelder2010-06-291-0/+122
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958910 13f79535-47bb-0310-9956-ffa450edef68
* Allow binding name to be used to look up services implemented by SCA compositerfeng2010-06-291-2/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958795 13f79535-47bb-0310-9956-ffa450edef68
* More updates for new namesantelder2010-06-282-10/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958541 13f79535-47bb-0310-9956-ffa450edef68
* Add a short form create methodantelder2010-06-282-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958540 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of places still using old namesantelder2010-06-281-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958538 13f79535-47bb-0310-9956-ffa450edef68
* Remove old packagesantelder2010-06-285-839/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958499 13f79535-47bb-0310-9956-ffa450edef68
* Continue bring up of section 10 apis code. Rename to classes to clearer namesantelder2010-06-288-13/+862
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958497 13f79535-47bb-0310-9956-ffa450edef68
* move to the toplevel contrib folderantelder2010-06-281-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958486 13f79535-47bb-0310-9956-ffa450edef68
* Update with more deletesantelder2010-06-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958485 13f79535-47bb-0310-9956-ffa450edef68
* Delete the old contrib features folder as its now been migrated to the 2.x trunkantelder2010-06-286-665/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958484 13f79535-47bb-0310-9956-ffa450edef68
* Update with more deletesantelder2010-06-281-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958483 13f79535-47bb-0310-9956-ffa450edef68
* Delete the old contrib distribution folder as its now been migrated to the ↵antelder2010-06-28117-31335/+0
| | | | | | 2.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958482 13f79535-47bb-0310-9956-ffa450edef68
* Delete the very old contrib stest folderantelder2010-06-28158-8255/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958481 13f79535-47bb-0310-9956-ffa450edef68
* Add a file recording the historical contentsantelder2010-06-281-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958479 13f79535-47bb-0310-9956-ffa450edef68
* Delete old 2.x contrib vtest folder as its replaced by the oasis compliance ↵antelder2010-06-28465-29243/+0
| | | | | | tests in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958476 13f79535-47bb-0310-9956-ffa450edef68
* Renaming spring-sca to spring-runtime to follow the same pattern used in ↵lresende2010-06-2729-7/+7
| | | | | | other modules as discussed on mailing list git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958318 13f79535-47bb-0310-9956-ffa450edef68
* Improve property type introspectionsrfeng2010-06-266-41/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958152 13f79535-47bb-0310-9956-ffa450edef68
* Use Response as the typerfeng2010-06-263-10/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958151 13f79535-47bb-0310-9956-ffa450edef68
* Fix compilation errorsrfeng2010-06-253-10/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958084 13f79535-47bb-0310-9956-ffa450edef68
* Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj2010-06-251-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957999 13f79535-47bb-0310-9956-ffa450edef68
* connecting the JAXWS provider to the Tuscany chain. Pointed out an ↵slaws2010-06-254-126/+272
| | | | | | interesting thing that should have been obvious but which I didn't notice before. The MessageContext coming from a JAXWSProvider is a JAXWS MessageContext and we are expecting an Axis MessageContext in our existing code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957987 13f79535-47bb-0310-9956-ffa450edef68
* Correct sca xsd resource file nameantelder2010-06-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957984 13f79535-47bb-0310-9956-ffa450edef68
* Don't try to use any sources jarsantelder2010-06-251-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957923 13f79535-47bb-0310-9956-ffa450edef68
* Add base jar osgi sample to buildantelder2010-06-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957912 13f79535-47bb-0310-9956-ffa450edef68
* Add a launcher sample using osgi and the base jarantelder2010-06-258-0/+458
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957909 13f79535-47bb-0310-9956-ffa450edef68