summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect uri attribute on service callback binding (see TUSCANY-2417)nash2008-07-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679533 13f79535-47bb-0310-9956-ffa450edef68
* Remove incorrect uri attribute on service callback binding (see TUSCANY-2417)nash2008-07-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679531 13f79535-47bb-0310-9956-ffa450edef68
* Renumber scenarios and update CompositeBuilderImplNonWiringnash2008-07-2410-40/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679385 13f79535-47bb-0310-9956-ffa450edef68
* Extend TUSCANY-2324 to ensure that interface contracts are copied down ↵slaws2008-07-2411-44/+107
| | | | | | alongside bindings in the multiplicity > 1 case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679334 13f79535-47bb-0310-9956-ffa450edef68
* Add the invocation of a service to the test caserfeng2008-07-241-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679257 13f79535-47bb-0310-9956-ffa450edef68
* Remove the duplicate ASL headerrfeng2008-07-231-18/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679237 13f79535-47bb-0310-9956-ffa450edef68
* Extend TUSCANY-2324 fix for multiplicity > 1nash2008-07-239-17/+326
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679205 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2324 - as a follow on from TUSCANY-2484 allow an interface contract ↵slaws2008-07-236-10/+69
| | | | | | to be retrieved from a reference based on the bindings that needs it. For component references information in the endpoint structure is used to find the correct interface contract. I've wrapped this in a method on the contract now though as we are not ready yet to make the endpoint structure more prominent. A piece of work is now required to make use of this information when bindings that required is are configured. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679082 13f79535-47bb-0310-9956-ffa450edef68
* Widget references URI not properly initialized in a distributed environmentlresende2008-07-221-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678948 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2484 - Changes and tests for the case where a promoted reference has ↵slaws2008-07-2218-25/+837
| | | | | | a multiplicity greater than 1. Not complete yet as this has thrown up a problem in that the promoting interface contract is not available to the promoted component. I was going to commit a fix with this change but backed it out to think a little more about it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678875 13f79535-47bb-0310-9956-ffa450edef68
* Propose refactoring of fault matching in core-databinding.scottkurz2008-07-2220-0/+2739
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678849 13f79535-47bb-0310-9956-ffa450edef68
* Undoing change committed to 1.3 branch by mistakescottkurz2008-07-222-177/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678844 13f79535-47bb-0310-9956-ffa450edef68
* Propose some fault matching refactoringscottkurz2008-07-222-142/+177
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678833 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2480nash2008-07-222-50/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678813 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2487 - Adding jsonRPC data type test cases + small refactoring to ↵lresende2008-07-227-41/+377
| | | | | | the jsonRPC test cases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678792 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignorerfeng2008-07-220-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678787 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek for TUSCANY-2469. Thanks.rfeng2008-07-2220-19/+917
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678786 13f79535-47bb-0310-9956-ffa450edef68
* Test copying pre-graduation code to see if it will work with ohlohmcombellack2008-07-22118-0/+13706
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678758 13f79535-47bb-0310-9956-ffa450edef68
* Adding directory to experiment with creating a tag for the Tuscany codebase ↵mcombellack2008-07-220-0/+0
| | | | | | as it was before graduation as Ohloh has lost all the code history git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678744 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down tests for List and Mapvamsic0072008-07-225-47/+232
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678733 13f79535-47bb-0310-9956-ffa450edef68
* Distributed store scenario to help evaluate current issues when wiring ↵lresende2008-07-2232-0/+1711
| | | | | | references to services from different hosts/ports using web 2.0 bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678649 13f79535-47bb-0310-9956-ffa450edef68
* Add more comments and some minor clean uprfeng2008-07-213-4/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678600 13f79535-47bb-0310-9956-ffa450edef68
* Fix the a set of classloading related issues such as ClassNotFoundException, ↵rfeng2008-07-214-43/+209
| | | | | | ClassCastException and VerifyError git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678589 13f79535-47bb-0310-9956-ffa450edef68
* Use the @Ignore("JIRA-#") pattern to capture the test failurerfeng2008-07-211-14/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678521 13f79535-47bb-0310-9956-ffa450edef68
* Renaming tutorial to tutorial-storelresende2008-07-21163-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678519 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2486 and TUSCANY-2324nash2008-07-2164-509/+3854
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678491 13f79535-47bb-0310-9956-ffa450edef68
* Disable the failing test case which was checked in by mistakerfeng2008-07-211-5/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678340 13f79535-47bb-0310-9956-ffa450edef68
* Log when servlet mappings are removed.jsdelfino2008-07-212-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678333 13f79535-47bb-0310-9956-ffa450edef68
* Minor code clean up. Fixed the visibility of some of the util classes and ↵jsdelfino2008-07-217-42/+42
| | | | | | methods. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678332 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabling test caselresende2008-07-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678112 13f79535-47bb-0310-9956-ffa450edef68
* Disabling test case that is failing on continuum environmentlresende2008-07-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678111 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2470 - Automating the consumer/provider test case and adding some ↵lresende2008-07-199-119/+313
| | | | | | atom binding model tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678106 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation error under JDK 5rfeng2008-07-181-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678071 13f79535-47bb-0310-9956-ffa450edef68
* Start to add an OSGi-based runtime for implementation.node. It installs ↵rfeng2008-07-1825-8/+2375
| | | | | | tuscany and 3rd party jars as OSGi bundles and create SCA node to run composite applications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678033 13f79535-47bb-0310-9956-ffa450edef68
* just a re-ordering of xml elements.vamsic0072008-07-181-25/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678002 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek for TUSCANY-2397 ↵rfeng2008-07-1842-109/+2478
| | | | | | (operations-mapping-jira-2357-15-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677993 13f79535-47bb-0310-9956-ffa450edef68
* -fixing duplicate text in android readme fileadrianocrestani2008-07-171-81/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677762 13f79535-47bb-0310-9956-ffa450edef68
* Adding gdata binding from Haibo to general buildlresende2008-07-171-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677744 13f79535-47bb-0310-9956-ffa450edef68
* Moving the gdata binding log4j configuration to resource folder in order to ↵lresende2008-07-172-17/+25
| | | | | | be used by runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677742 13f79535-47bb-0310-9956-ffa450edef68
* Renaming gdata binding testcases to be automatically executed by surefirelresende2008-07-172-8/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677737 13f79535-47bb-0310-9956-ffa450edef68
* Adding a log of expected exception in RMI binding test caselresende2008-07-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677643 13f79535-47bb-0310-9956-ffa450edef68
* -updating android-mobile build instructionsadrianocrestani2008-07-171-14/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677537 13f79535-47bb-0310-9956-ffa450edef68
* -fixing some eclipse project filesadrianocrestani2008-07-175-112/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677528 13f79535-47bb-0310-9956-ffa450edef68
* Small updates to the pomlresende2008-07-171-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677510 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2476 - Additional operations for the GData binding from Haibo Zaolresende2008-07-1720-933/+1091
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677508 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-1961 - Properly reporting business and runtime exceptions to clients ↵lresende2008-07-1710-51/+181
| | | | | | using jsonRPC binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677479 13f79535-47bb-0310-9956-ffa450edef68
* REmove public method not in the invoker interfaceantelder2008-07-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677292 13f79535-47bb-0310-9956-ffa450edef68
* Fix eclipse warningsantelder2008-07-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677291 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring of JMS listenerantelder2008-07-161-22/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677287 13f79535-47bb-0310-9956-ffa450edef68
* Adjust JMS header processingantelder2008-07-161-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677286 13f79535-47bb-0310-9956-ffa450edef68