summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the use of the intermediate fileantelder2011-08-102-33/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156046 13f79535-47bb-0310-9956-ffa450edef68
* removed some obsoleted classesnirmal0701252011-08-096-415/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155443 13f79535-47bb-0310-9956-ffa450edef68
* provide support for tuscany composite object and bit of refactoringnirmal0701252011-08-0918-169/+937
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155442 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3913 - Example RuntimeBridge that uses the domain node to start Tuscanyslaws2011-08-091-0/+210
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155287 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in page textantelder2011-08-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155261 13f79535-47bb-0310-9956-ffa450edef68
* Add some code to set the Cross-Origin Resource Sharing headers. As a start ↵antelder2011-08-091-0/+11
| | | | | | just the minimal code to show how it works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155252 13f79535-47bb-0310-9956-ffa450edef68
* Add an attribute to the REST binding for Cross-Origin Resource Sharing ↵antelder2011-08-092-0/+6
| | | | | | support. Just the minimal getter method for now to show how it can work git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155251 13f79535-47bb-0310-9956-ffa450edef68
* Add a standalone web page that invokes an http service using Cross-Origin ↵antelder2011-08-091-0/+41
| | | | | | Resource Sharing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155250 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error in test program.jsdelfino2011-08-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155191 13f79535-47bb-0310-9956-ffa450edef68
* Add a module for a Tuscany Shell command that can draw an SVG picture of a ↵antelder2011-08-088-0/+431
| | | | | | composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154866 13f79535-47bb-0310-9956-ffa450edef68
* added support to inclusion, added a test case to demonstrate layout algorithmnirmal0701252011-08-0620-221/+563
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154566 13f79535-47bb-0310-9956-ffa450edef68
* Javascript improvements: add local storage, improve caching using URI ↵jsdelfino2011-08-0630-1007/+1775
| | | | | | fragments instead of query strings, simplify component layout and optimize some of the Javascript functions, and add the ability to clone components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154447 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the sample composites and components and cleanup the component ↵jsdelfino2011-08-0647-1090/+1787
| | | | | | names a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154446 13f79535-47bb-0310-9956-ffa450edef68
* Make authentication work with wildcard domains and increase authentication ↵jsdelfino2011-08-0619-28/+62
| | | | | | cookie max-age. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154445 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation-composite test to buildslaws2011-08-051-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154198 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment typoslaws2011-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154196 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3907 - Clone top level composites before adding them to the domain ↵slaws2011-08-053-2/+16
| | | | | | level composite so that they don't get build more than once. Also clone bindings when reference and services are cloned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154194 13f79535-47bb-0310-9956-ffa450edef68
* Moved to implementation-compositeslaws2011-08-0521-923/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154192 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3907 - Fix up and appropriate what was the recursive-ws to become an ↵slaws2011-08-0521-0/+885
| | | | | | implementation-composite test. Initially I needed a test to look into the problem described by TUSCANY-3907 and found that recursive-ws want actually in the build and hadn't been ported properly to 2.x. It seems more widely useful that just ws testing hence the name change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154191 13f79535-47bb-0310-9956-ffa450edef68
* Provide support to composite services and references + few design changesnirmal0701252011-08-0415-205/+1473
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153978 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3904 - Apply Greg's patch so that the correct endpoint is picked up ↵slaws2011-08-041-34/+7
| | | | | | when SCAClientFactory.getService() references a promoted service. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153789 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3893 - update our local repo version of the policy contributions to ↵slaws2011-08-032-0/+0
| | | | | | pick up the changes Mike Edwards made to add namespace qulification to appliesTo values. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153516 13f79535-47bb-0310-9956-ffa450edef68
* Correct tag nameantelder2011-08-033761-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153404 13f79535-47bb-0310-9956-ffa450edef68
* Tag debug mod for TUSCANY-3909antelder2011-08-033761-0/+371924
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153403 13f79535-47bb-0310-9956-ffa450edef68
* Set up for JSON test.scottkurz2011-08-034-7/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153341 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Add manifest updates.scottkurz2011-08-022-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153291 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Enable some @Ignore(d) tests along with r1153285.scottkurz2011-08-025-22/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153290 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Factor out introspection for same vs. different databindings ↵scottkurz2011-08-028-97/+161
| | | | | | on operation from DBRuntimeWireProcessor to new OperationDataBindingHelper util. Use this in DefaultLocalSCAReferenceBindingProvider to do a Mediator.copyXXX for same-databinding operations, while doing a Mediator.mediateXXX with a WSDL operation for different-databinding operations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153285 13f79535-47bb-0310-9956-ffa450edef68
* Correct comment to avoid confusionslaws2011-08-021-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153080 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2011-08-020-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1153066 13f79535-47bb-0310-9956-ffa450edef68
* Switch cross-databinding test from SDO (which I can't get working) to DOM, ↵scottkurz2011-08-016-46/+43
| | | | | | but left tests @Ignore(d) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152925 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Didn't mean to update POM with AXIOM dependency.scottkurz2011-07-291-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152096 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Complete by ranking providers.scottkurz2011-07-292-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1152095 13f79535-47bb-0310-9956-ffa450edef68
* Tag 2.0-Beta3 RC2antelder2011-07-285936-0/+512060
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151853 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the conversion of the remote wsdl into a WSDLInterfaceContract ↵antelder2011-07-281-1/+1
| | | | | | in the beta3 branch as that code doesn't work properly yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151809 13f79535-47bb-0310-9956-ffa450edef68
* Recreate 2.0-Beta3 branch from current trunkantelder2011-07-285936-0/+512060
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151792 13f79535-47bb-0310-9956-ffa450edef68
* Delete old beta3 branch as its going to be recreated from the current trunkantelder2011-07-285791-503579/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151789 13f79535-47bb-0310-9956-ffa450edef68
* Add a couple of missing license headersantelder2011-07-282-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151781 13f79535-47bb-0310-9956-ffa450edef68
* Update all the getting-started samples to not use an explicit relative ↵antelder2011-07-2810-10/+10
| | | | | | parent. I've tried this with both Maven v2 and v3 and there are no fatal build errors and it enables build the individual samples in issolation without a full tuscany checkout git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151769 13f79535-47bb-0310-9956-ffa450edef68
* Add some text to the CHANGES fileantelder2011-07-281-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151764 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Refactor WSDL InterfaceContract generation so it's only done ↵scottkurz2011-07-282-13/+20
| | | | | | if the BindingSCATransformer calls for it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151710 13f79535-47bb-0310-9956-ffa450edef68
* Fix the relative path in pom.xmlrfeng2011-07-274-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 13f79535-47bb-0310-9956-ffa450edef68
* Add a parser tool for DOM to avoid a JDK bug of deadlock (at ↵rfeng2011-07-273-10/+205
| | | | | | com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory.getInstance) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151663 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE which I think was just causing noise in the logs in the case of a ↵scottkurz2011-07-271-3/+3
| | | | | | 1-way operation, as we were hitting NPE in the response path but never needed to send a response anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151643 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Add tests especially exercising binding-sca-runtime code ↵scottkurz2011-07-2717-0/+895
| | | | | | cross-classloader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151641 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany-base-runtime-pom dependency adjusting for new ↵scottkurz2011-07-271-2/+3
| | | | | | binding-sca-runtime impl. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151640 13f79535-47bb-0310-9956-ffa450edef68
* Update release notes for beta3antelder2011-07-271-8/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151636 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3894. Refactor local sca binding so that the exact details of the ↵scottkurz2011-07-2712-63/+384
| | | | | | data copy can be plugged in via the BindingProviderFactory extension point, while keeping a core, base portion of the binding to do things like calculate whether to do the pass-by-reference optimization and establish other aspects of the invoker/interceptor chain. The data handling is factored into a BindingSCATransformer class. The default impl will continue to use MediatorImpl.copyXXX methods, and will use Java-serialization first then XML/JAXB-serialization. The second impl included uses XML serialization and calculates a WSDL interfaceContract. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151632 13f79535-47bb-0310-9956-ffa450edef68
* Add license info in plain text files and update sample logic not to process ↵fmoga2011-07-274-6/+42
| | | | | | comments. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151507 13f79535-47bb-0310-9956-ffa450edef68
* Remove RAT excludes for jQuery and plain text files.fmoga2011-07-271-10/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151489 13f79535-47bb-0310-9956-ffa450edef68