summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed paths for implementation-composite samples.fmoga2011-02-072-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067920 13f79535-47bb-0310-9956-ffa450edef68
* README editsantelder2011-02-071-12/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067875 13f79535-47bb-0310-9956-ffa450edef68
* Removing dojo specific repository, and relying on maven centrallresende2011-02-061-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067755 13f79535-47bb-0310-9956-ffa450edef68
* Udate jline versionantelder2011-02-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067753 13f79535-47bb-0310-9956-ffa450edef68
* Udate jline version and javadoc correctionantelder2011-02-062-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067751 13f79535-47bb-0310-9956-ffa450edef68
* Simplifying modules structure by merging *-js-dojo into the binding-runtime ↵lresende2011-02-0628-956/+156
| | | | | | specific modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
* Moving to latest dojo release (1.5.0)lresende2011-02-067-143/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067728 13f79535-47bb-0310-9956-ffa450edef68
* Rename the tuscany plugin 'launch' mojo to be named 'shell' and update it to ↵antelder2011-02-062-108/+79
| | | | | | run the tuscany shell. So now you can run the shell without needing to get any Tuscany distribution by using: mvn org.apache.tuscany.maven.plugins:maven-tuscany-plugin:2.0-SNAPSHOT:shell git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067654 13f79535-47bb-0310-9956-ffa450edef68
* Update the plugins execute phase from package to test-compile so that you ↵antelder2011-02-061-1/+1
| | | | | | don't need to build the project each time to run it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067648 13f79535-47bb-0310-9956-ffa450edef68
* Update the Tuscany maven plugin to run the Shell so that it supports all the ↵antelder2011-02-062-6/+20
| | | | | | interactive shell commands from mvn tuscany:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067646 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit version to compiler plugin to avoid maven warning messagesantelder2011-02-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067640 13f79535-47bb-0310-9956-ffa450edef68
* Add a composite using binding.ws that can be used with the helloworld ↵antelder2011-02-061-0/+32
| | | | | | contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067627 13f79535-47bb-0310-9956-ffa450edef68
* Update the getting started contribution to ues the contribution cretaed from ↵antelder2011-02-067-114/+138
| | | | | | the Tuscany contribution-jar Maven archetype git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067625 13f79535-47bb-0310-9956-ffa450edef68
* Add compiler-plugin to contribution-jar archetype as its required when using ↵antelder2011-02-061-0/+11
| | | | | | older maven versions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067620 13f79535-47bb-0310-9956-ffa450edef68
* Clean up contribution jar archetype and update to create a standalone ↵antelder2011-02-068-104/+153
| | | | | | project that doesn't use a tuscany parent pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067618 13f79535-47bb-0310-9956-ffa450edef68
* Update all samples to use the top level samples as parentantelder2011-02-0535-119/+119
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067524 13f79535-47bb-0310-9956-ffa450edef68
* Fix lots of depricated maven variable warnings for Maven v3antelder2011-02-05147-229/+191
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
* Add another file without a license header to rat excludesantelder2011-02-051-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067430 13f79535-47bb-0310-9956-ffa450edef68
* Fix maven 3.0 warningsantelder2011-02-056-99/+92
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067423 13f79535-47bb-0310-9956-ffa450edef68
* Update depricated maven varriables to avoid maven v3 warningsantelder2011-02-051-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067418 13f79535-47bb-0310-9956-ffa450edef68
* Making XMLStreamReader private, to avoid extra transformations when parsing ↵lresende2011-02-051-1/+1
| | | | | | json streams git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067364 13f79535-47bb-0310-9956-ffa450edef68
* Update all samples to use the top level samples as their parent. Whatever ↵antelder2011-02-0411-69/+66
| | | | | | happens with the other sample discussion this hopefully gets them working from the bin distro without having to do a local build first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067184 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE for OSGi dependency changesantelder2011-02-041-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067183 13f79535-47bb-0310-9956-ffa450edef68
* Fix Eclipse module transitive dependencies with POM updatesedwardsmj2011-02-031-30/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066810 13f79535-47bb-0310-9956-ffa450edef68
* Fix to enable Tuscany to pass compliance testcase BWS_2016, as described in ↵edwardsmj2011-02-031-1/+1
| | | | | | TUSCANY-3831 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066801 13f79535-47bb-0310-9956-ffa450edef68
* Correcting error message for BWS_2016 to match latest Tuscany codeedwardsmj2011-02-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066795 13f79535-47bb-0310-9956-ffa450edef68
* As we have a list of SPI files here use it to generate stand-alone javadoc ↵slaws2011-02-031-71/+94
| | | | | | for the SPI git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066779 13f79535-47bb-0310-9956-ffa450edef68
* Correct typosslaws2011-02-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066765 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE for saxon version changeantelder2011-02-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066751 13f79535-47bb-0310-9956-ffa450edef68
* Update saxon to a version thats in the central repoantelder2011-02-031-11/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066750 13f79535-47bb-0310-9956-ffa450edef68
* Ass more SPI classes to the check.slaws2011-02-022-11/+3433
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066573 13f79535-47bb-0310-9956-ffa450edef68
* Start some simple code to detect when Tuscany SPI changes. Not in build yet. slaws2011-02-024-0/+935
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066551 13f79535-47bb-0310-9956-ffa450edef68
* Fix to overcome the test failure logged in TUSCANY-3829, removing the POM ↵edwardsmj2011-02-021-7/+1
| | | | | | dependency on jaxws-rt git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066413 13f79535-47bb-0310-9956-ffa450edef68
* Removing <repository> setting in the POM which uses the intalio repo, since ↵edwardsmj2011-02-021-14/+0
| | | | | | this repo has incorrect contents for some modules such as dom4j git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066392 13f79535-47bb-0310-9956-ffa450edef68
* Start quiet logging updates by changing endpoint registry logging. Seems a ↵antelder2011-02-011-2/+41
| | | | | | little long winded so maybe need to find somethinf simpler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066015 13f79535-47bb-0310-9956-ffa450edef68
* Add quiet logging constantantelder2011-02-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066000 13f79535-47bb-0310-9956-ffa450edef68
* Update RAT excludesantelder2011-01-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064703 13f79535-47bb-0310-9956-ffa450edef68
* Add misisnglicense headersantelder2011-01-282-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064701 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headersantelder2011-01-282-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064697 13f79535-47bb-0310-9956-ffa450edef68
* Modified poms for Maven 3 compliance.fmoga2011-01-2761-67/+107
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1064296 13f79535-47bb-0310-9956-ffa450edef68
* 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
* 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
* 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
* 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
* 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