summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-25Merge r998332 Fix README references to incorrect module namenash3-10/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027021 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998330 Make "compile" the default target in build.xmlnash4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027019 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998328 Add missing code generation to build.xml filenash1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027017 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998324 Fix code for "clean" target in build.xml files (TUSCANY-3680)nash1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027016 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998295 Fix code for "clean" target in build.xml files (TUSCANY-3680)nash8-32/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027014 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998270 Add build.xml file to demos directorynash1-0/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027010 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998259 Add build.xml file to tutorials/store directorynash1-0/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027008 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998257 Fix code for clean target in generated build.xml files ↵nash3-9/+3
(TUSCANY-3680) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027005 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998250 Replace generated build.xml file by a handwritten onenash2-16/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026999 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998248 Correct dependency in pom so that generated build.xml file is ↵nash1-1/+1
correct git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026996 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998247 Generate a build.xml file from the maven buildnash1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026993 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998238 Add source directory to make the generated build.xml file work ↵nash1-0/+1
correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026992 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998237 Add build.xml file to svn with generated dependenciesnash2-0/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026989 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998155 Delete generated build.xml files from svnnash2-108/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026987 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998083 Update recommended MAVEN_OPTS settingnash1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026984 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998082 Add build.xml file with generated dependenciesnash2-28/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026980 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998069 Add build.xml file with generated dependenciesnash2-2/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026977 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Merge r998020 Generate build.xml instead of build-dependency.xmlnash1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026967 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25TUSCANY-3747: Temporarily disable the failing testsnash1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026961 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12Add primitive type test and take account of it in the temporary databinding ↵slaws5-1/+23
that jsonp uses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021794 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06TUSCANY-3696 - add more checking for null response. slaws5-6/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005031 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06TUSCANY-3698: Apply patch from Padraig Myers to update jms binding exception ↵antelder4-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
2010-09-30Add the test case from JSONP to check if JSONRPC covers the same cases. Not ↵slaws6-0/+494
all tests enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003097 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29TUSCANY-3696 - and make the array changes work with void input and output ↵slaws7-15/+42
parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002679 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29Remove commented out cruftslaws2-92/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002551 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29TUSCANY-3696 - Support parameter of type array in the JSONP binding. slaws6-6/+142
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002534 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22TUSCANY-3683: Fix exception when RMI service is promotednash1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000125 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Merge commit r997917 from 1.6.1 branchnash1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997918 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Merge commit r997683 from 1.6.1 branchnash3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997913 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Merge commit r997254 from 1.6.1 branchnash2-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997911 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Merge commits r996988, r996991, r996994, r996998, r997259 and r997886 from ↵nash5-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
2010-09-16Merge commit r996380 from 1.6.1 branchnash9-423/+579
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997899 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Delete .project file from svnnash1-17/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997853 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Delete .project files from svnnash2-54/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997840 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13Reverse incorrect commit r959529nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996573 13f79535-47bb-0310-9956-ffa450edef68
2010-09-05Fix typoslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992749 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Remove unused importslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992594 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Added better error handling for when the user forgets to run the ↵mcombellack1-1/+10
service/smsgateway-jaxws project first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991683 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01No need to specify the interface using interface.java as it can be worked ↵mcombellack1-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
2010-09-01Removed reference to BBC news feed as it just added more complexity without ↵mcombellack2-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
2010-08-26Updated example to be explicit as to which Java interface the ↵mcombellack1-1/+3
CurrencyConverter service exposes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989870 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10TUSCANY-3651 - Add assert to test caseslaws1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983871 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Convert to use the JSON2x databinding. Sill not in the build.slaws3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982660 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Add new modules but explicitly commented out at the momentslaws1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982659 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Add a port of the 2.x version of the JSON databinding. This works with the ↵slaws58-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
2010-08-05As per previous commit comment I didn't mean to include these in the build ↵slaws1-0/+2
just yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982540 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Port the JSONP binding from 2.x to 1.x to help with this conversation ↵slaws29-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
2010-07-30TUSCANY-3634: ensure jms session is closed for oneway requestsantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980735 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCANY-3639 - ensure that the service wire is created at the same time as ↵slaws1-0/+6
the binding wire is created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980457 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCATUSCANY-3625 - Ensure that the Java version of the method name is used ↵slaws2-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