summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tag 2.0 Beta2 RC1antelder2011-01-236177-0/+522549
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062506 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - don't wrap exceptions unnecessarilyslaws2011-01-211-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061855 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - Fix a hole in the AsyncReponseInvoker serialization to cover ↵slaws2011-01-216-28/+171
| | | | | | the case there invoker is de-serialized inside the same context that serialized it. Update the sample to demonstrate a stop/start scenario. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061851 13f79535-47bb-0310-9956-ffa450edef68
* Fix itest module name.scottkurz2011-01-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061838 13f79535-47bb-0310-9956-ffa450edef68
* Adding the OASIS MVN Repo to the list of repos in the base POM - used for ↵edwardsmj2011-01-211-0/+12
| | | | | | some OASIS standard JARs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061823 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to the JavaInterface code dealing with the type of the response ↵edwardsmj2011-01-212-4/+8
| | | | | | parameter for an async service method - needed fixup after changes caused by the new Holders code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061775 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3675 - Ignore the base tests while the bare/holder function is ↵slaws2011-01-211-0/+2
| | | | | | sorted out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061767 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent with the other itestsslaws2011-01-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061765 13f79535-47bb-0310-9956-ffa450edef68
* Change itests to depend on base pom rather than base jar so that we can ↵slaws2011-01-2154-121/+175
| | | | | | sensibly use/updates itests in eclipse without having to rebuilt the jar all the time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061763 13f79535-47bb-0310-9956-ffa450edef68
* Add another ignoreslaws2011-01-210-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061761 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2011-01-210-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061760 13f79535-47bb-0310-9956-ffa450edef68
* Partially fix TUSCANY-3675 to get some distributed domain functions working ↵antelder2011-01-206-19/+56
| | | | | | again git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061571 13f79535-47bb-0310-9956-ffa450edef68
* Fix IndexOutOfBoundsException from TUSCANY-3819 fix.scottkurz2011-01-203-9/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061531 13f79535-47bb-0310-9956-ffa450edef68
* Update to use as the default the network interface set as default on the ↵antelder2011-01-201-44/+2
| | | | | | machine, which users can change as necessary git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061488 13f79535-47bb-0310-9956-ffa450edef68
* Correcting license headers of various filesedwardsmj2011-01-2015-147/+199
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061402 13f79535-47bb-0310-9956-ffa450edef68
* Adding new group of Itests for Async Servicesedwardsmj2011-01-2020-0/+1168
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061396 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+15
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061392 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-24/+32
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061391 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-201-0/+12
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061389 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-206-49/+181
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061385 13f79535-47bb-0310-9956-ffa450edef68
* Stage 1 of Axis2 binding-ws support of async callbacks, as described in ↵edwardsmj2011-01-203-12/+85
| | | | | | TUSCANY-3821 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061384 13f79535-47bb-0310-9956-ffa450edef68
* Expedite test execution by doing static setup/teardownscottkurz2011-01-202-18/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061343 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updates for package renamesantelder2011-01-201-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061332 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3819 (still need to cleanup bare case, wsdlgen).scottkurz2011-01-2020-285/+401
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061329 13f79535-47bb-0310-9956-ffa450edef68
* Fix split package by renaming packages, for now to org.apache.tuscany.sca to ↵antelder2011-01-2013-27/+30
| | | | | | fix the immediate problem but there's a bit of work to do cleanging up the dependency tangle to use the core/core-spi module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061327 13f79535-47bb-0310-9956-ffa450edef68
* Add multiple output (Holder) itests.scottkurz2011-01-1914-0/+1322
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060924 13f79535-47bb-0310-9956-ffa450edef68
* Commite name change missed in previous commitantelder2011-01-191-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060922 13f79535-47bb-0310-9956-ffa450edef68
* Thiss seems to be mid change. Am hoping this will get the build going at least.slaws2011-01-191-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060897 13f79535-47bb-0310-9956-ffa450edef68
* Update CHANGES fileantelder2011-01-191-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060767 13f79535-47bb-0310-9956-ffa450edef68
* No code change just organize importsantelder2011-01-197-21/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060742 13f79535-47bb-0310-9956-ffa450edef68
* Fix runComposite with shared runtime instance and update testcaseantelder2011-01-192-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060741 13f79535-47bb-0310-9956-ffa450edef68
* Delete empty packageantelder2011-01-190-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060729 13f79535-47bb-0310-9956-ffa450edef68
* Rename main class to TuscanyRuntimeantelder2011-01-196-46/+67
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060728 13f79535-47bb-0310-9956-ffa450edef68
* Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino2011-01-1811-50/+148
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1060250 13f79535-47bb-0310-9956-ffa450edef68
* Correct parsing of quoted strings in the argument listantelder2011-01-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059956 13f79535-47bb-0310-9956-ffa450edef68
* Update deserialization of RuntimeEndpointImpl & RuntimeEndpointReferenceImpl ↵edwardsmj2011-01-174-9/+117
| | | | | | to cope with Threads which dont have a ComponentContext available - in support of TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059921 13f79535-47bb-0310-9956-ffa450edef68
* Make MessageFactoryImpl serializable to enable correct serialization of ↵edwardsmj2011-01-171-2/+9
| | | | | | Endpoints & Endpoint references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059919 13f79535-47bb-0310-9956-ffa450edef68
* Correcting MANIFEST of implementation-java-runtime to export ↵edwardsmj2011-01-171-15/+26
| | | | | | org.apache.tuscany.sca.implementation.java.context at version 2.0.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059916 13f79535-47bb-0310-9956-ffa450edef68
* Mark several fields as "transient" in ResponseDispatchImpl to reduce data ↵edwardsmj2011-01-171-5/+5
| | | | | | that is serialized unnecessarily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059915 13f79535-47bb-0310-9956-ffa450edef68
* Fix menu bug with Chrome.jsdelfino2011-01-171-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059771 13f79535-47bb-0310-9956-ffa450edef68
* Use a common stylesheet in all samples.jsdelfino2011-01-1754-62/+457
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
* Add sample widget components and a page to edit them, plus minor user ↵jsdelfino2011-01-1622-115/+510
| | | | | | interaction fixes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059710 13f79535-47bb-0310-9956-ffa450edef68
* Update getService to work with services on remote nodesantelder2011-01-153-5/+193
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059305 13f79535-47bb-0310-9956-ffa450edef68
* Make test interface remotable so it can be used to test distributed opsantelder2011-01-151-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059283 13f79535-47bb-0310-9956-ffa450edef68
* Update pom to avoid circular dependenciesantelder2011-01-151-2/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059282 13f79535-47bb-0310-9956-ffa450edef68
* Add getter methods for the endpoint and endpoint and endpointRef to ↵bdaniel2011-01-141-0/+7
| | | | | | AsyncResponseInvoker git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059083 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3784 - Add multiple operations and a void return type to the async ↵slaws2011-01-147-6/+101
| | | | | | part of the implementation same git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059033 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3783 - throw system exceptions rather than pushing them into the ↵slaws2011-01-141-4/+1
| | | | | | response path. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059032 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - make the non-blocking interceptor work with native async bindingsslaws2011-01-141-8/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059030 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3788 - Put some more info back into the response message based on ↵slaws2011-01-141-1/+9
| | | | | | what's stored in the response invoker git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059028 13f79535-47bb-0310-9956-ffa450edef68