summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge r998332 Fix README references to incorrect module namenash2010-10-253-10/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027021 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998330 Make "compile" the default target in build.xmlnash2010-10-254-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027019 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998328 Add missing code generation to build.xml filenash2010-10-251-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027017 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998324 Fix code for "clean" target in build.xml files (TUSCANY-3680)nash2010-10-251-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027016 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998295 Fix code for "clean" target in build.xml files (TUSCANY-3680)nash2010-10-258-32/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027014 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998270 Add build.xml file to demos directorynash2010-10-251-0/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027010 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998259 Add build.xml file to tutorials/store directorynash2010-10-251-0/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027008 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998257 Fix code for clean target in generated build.xml files ↵nash2010-10-253-9/+3
| | | | | | (TUSCANY-3680) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027005 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998250 Replace generated build.xml file by a handwritten onenash2010-10-252-16/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026999 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998248 Correct dependency in pom so that generated build.xml file is ↵nash2010-10-251-1/+1
| | | | | | correct git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026996 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998247 Generate a build.xml file from the maven buildnash2010-10-251-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026993 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998238 Add source directory to make the generated build.xml file work ↵nash2010-10-251-0/+1
| | | | | | correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026992 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998237 Add build.xml file to svn with generated dependenciesnash2010-10-252-0/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026989 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998155 Delete generated build.xml files from svnnash2010-10-252-108/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026987 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998083 Update recommended MAVEN_OPTS settingnash2010-10-251-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026984 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998082 Add build.xml file with generated dependenciesnash2010-10-252-28/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026980 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998069 Add build.xml file with generated dependenciesnash2010-10-252-2/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026977 13f79535-47bb-0310-9956-ffa450edef68
* Merge r998020 Generate build.xml instead of build-dependency.xmlnash2010-10-251-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026967 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3747: Temporarily disable the failing testsnash2010-10-251-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026961 13f79535-47bb-0310-9956-ffa450edef68
* Add primitive type test and take account of it in the temporary databinding ↵slaws2010-10-125-1/+23
| | | | | | that jsonp uses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021794 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - add more checking for null response. slaws2010-10-065-6/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005031 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3698: Apply patch from Padraig Myers to update jms binding exception ↵antelder2010-10-064-11/+37
| | | | | | handling to return more info with unchecked exceptions. And associated itest updates git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005001 13f79535-47bb-0310-9956-ffa450edef68
* Add the test case from JSONP to check if JSONRPC covers the same cases. Not ↵slaws2010-09-306-0/+494
| | | | | | all tests enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003097 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - and make the array changes work with void input and output ↵slaws2010-09-297-15/+42
| | | | | | parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002679 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out cruftslaws2010-09-292-92/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002551 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - Support parameter of type array in the JSONP binding. slaws2010-09-296-6/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002534 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3683: Fix exception when RMI service is promotednash2010-09-221-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000125 13f79535-47bb-0310-9956-ffa450edef68
* Merge commit r997917 from 1.6.1 branchnash2010-09-161-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997918 13f79535-47bb-0310-9956-ffa450edef68
* Merge commit r997683 from 1.6.1 branchnash2010-09-163-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997913 13f79535-47bb-0310-9956-ffa450edef68
* Merge commit r997254 from 1.6.1 branchnash2010-09-162-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997911 13f79535-47bb-0310-9956-ffa450edef68
* Merge commits r996988, r996991, r996994, r996998, r997259 and r997886 from ↵nash2010-09-165-27/+249
| | | | | | 1.6.1 branch (TUSCANY-3676) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997908 13f79535-47bb-0310-9956-ffa450edef68
* Merge commit r996380 from 1.6.1 branchnash2010-09-169-423/+579
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997899 13f79535-47bb-0310-9956-ffa450edef68
* Delete .project file from svnnash2010-09-161-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997853 13f79535-47bb-0310-9956-ffa450edef68
* Delete .project files from svnnash2010-09-162-54/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997840 13f79535-47bb-0310-9956-ffa450edef68
* Reverse incorrect commit r959529nash2010-09-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996573 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoslaws2010-09-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992749 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importslaws2010-09-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992594 13f79535-47bb-0310-9956-ffa450edef68
* Added better error handling for when the user forgets to run the ↵mcombellack2010-09-011-1/+10
| | | | | | service/smsgateway-jaxws project first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991683 13f79535-47bb-0310-9956-ffa450edef68
* No need to specify the interface using interface.java as it can be worked ↵mcombellack2010-09-011-1/+0
| | | | | | out by Tuscany from the WSDL git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991682 13f79535-47bb-0310-9956-ffa450edef68
* Removed reference to BBC news feed as it just added more complexity without ↵mcombellack2010-09-012-12/+0
| | | | | | adding much value as we already demonstrate other RSS and Atom feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991681 13f79535-47bb-0310-9956-ffa450edef68
* Updated example to be explicit as to which Java interface the ↵mcombellack2010-08-261-1/+3
| | | | | | CurrencyConverter service exposes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989870 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3651 - Add assert to test caseslaws2010-08-101-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983871 13f79535-47bb-0310-9956-ffa450edef68
* Convert to use the JSON2x databinding. Sill not in the build.slaws2010-08-053-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982660 13f79535-47bb-0310-9956-ffa450edef68
* Add new modules but explicitly commented out at the momentslaws2010-08-051-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982659 13f79535-47bb-0310-9956-ffa450edef68
* Add a port of the 2.x version of the JSON databinding. This works with the ↵slaws2010-08-0558-0/+2527
| | | | | | JSONP binding. If I apply the 2.x changes to the existing JSON databinding the I can get the JSONP binding to work but it messes up other bindings, e.g. JSONRPC, which rely on it. These other bindings have been changed for 2.x also. Not in build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982657 13f79535-47bb-0310-9956-ffa450edef68
* As per previous commit comment I didn't mean to include these in the build ↵slaws2010-08-051-0/+2
| | | | | | just yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982540 13f79535-47bb-0310-9956-ffa450edef68
* Port the JSONP binding from 2.x to 1.x to help with this conversation ↵slaws2010-08-0529-3/+1893
| | | | | | http://www.mail-archive.com/dev@tuscany.apache.org/msg13393.html. It's not in the build yet but works in my environment. Hoping that Fabiano will check that it works in his environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982536 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3634: ensure jms session is closed for oneway requestsantelder2010-07-301-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980735 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3639 - ensure that the service wire is created at the same time as ↵slaws2010-07-291-0/+6
| | | | | | the binding wire is created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980457 13f79535-47bb-0310-9956-ffa450edef68
* TUSCATUSCANY-3625 - Ensure that the Java version of the method name is used ↵slaws2010-07-292-27/+50
| | | | | | to avert the case that the Tuscany interface has a different operation name by virtue of JAXWS annotations. Thanks for the patch Scott. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980456 13f79535-47bb-0310-9956-ffa450edef68