summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to as much as possible only use dependencies in the maven central ↵antelder2011-01-2635-357/+136
| | | | | | repo and for where thats not possible define the other repository in the module that uses it not the top level pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063664 13f79535-47bb-0310-9956-ffa450edef68
* Commit some more multiple output tests and un-ignore existing ones.scottkurz2011-01-268-18/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063552 13f79535-47bb-0310-9956-ffa450edef68
* Fix more issues with multiple outputs.scottkurz2011-01-267-85/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063548 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox to experiment with dynamic mass virtual hosting and running a ↵jsdelfino2011-01-256279-0/+528934
| | | | | | different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68
* Delegate the creation of the response invoker if there is a delegate present. slaws2011-01-252-2/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063280 13f79535-47bb-0310-9956-ffa450edef68
* comment out the direct otest dependency as this pulls in two copies of ↵slaws2011-01-251-2/+8
| | | | | | Tuscany JARs and add in a line (commented out) to show how to debug surefire tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063276 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix to EC2 image configuration script.jsdelfino2011-01-251-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063149 13f79535-47bb-0310-9956-ffa450edef68
* Fix bare+JAXB wsdlgen case. Fix Holder+void_return_type case.scottkurz2011-01-256-90/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063125 13f79535-47bb-0310-9956-ffa450edef68
* Print result from the UpperTest service to show wrappering/unwrappering issues.jsdelfino2011-01-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062972 13f79535-47bb-0310-9956-ffa450edef68
* Add some tests (@Ignore'd) showing problems in void return type + Holder case.scottkurz2011-01-244-28/+130
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062956 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-241-2/+18
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062950 13f79535-47bb-0310-9956-ffa450edef68
* Fixing serialization of AsyncResponseInvoker in support of async services ↵edwardsmj2011-01-244-21/+161
| | | | | | under TUSCANY-3783 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062814 13f79535-47bb-0310-9956-ffa450edef68
* 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