summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3802: Temporarily disable two failing testsnash2010-12-011-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041182 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3802: Throw test exceptions back to JUnitnash2010-12-011-38/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041170 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3747: Update result comparison code so that it works on JDK 5 and JDK 6nash2010-11-301-4/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040660 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3747 - Adjusting test case to expected behaviourlresende2010-11-281-55/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039841 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3747: disable another test with similar failure symptomsnash2010-11-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039166 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3797: Generate WSDL with xs:anyType for dynamic SDO DataObjectnash2010-11-231-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038071 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778: Fix namespace inconsistency in the 1.x fix committed under ↵nash2010-11-191-2/+3
| | | | | | r1036533 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037049 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778: Fix WSDL generation and enable commented out testsnash2010-11-181-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036533 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3770: Remove thread message context on completion of each requestnash2010-11-092-6/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033012 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1030212 TUSCANY-3764: Fix problems and inconsistencies in LICENSE and ↵nash2010-11-0230-262/+253
| | | | | | NOTICE files git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030233 13f79535-47bb-0310-9956-ffa450edef68
* Fix copyright notice datesnash2010-11-02153-514/+506
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030230 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1029014 TUSCANY-3761: Pass correct arguments from node-launcher to ↵nash2010-10-301-1/+4
| | | | | | the domain manager git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1029015 13f79535-47bb-0310-9956-ffa450edef68
* Remove SNAPSHOT from namespace stringnash2010-10-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028704 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1028655 TUSCANY-3759: Add code to read stdin and stderr from spawned ↵nash2010-10-291-1/+22
| | | | | | epmd process and reverse changes made by commit r1028378 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028659 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1028654 TUSCANY-3759: Move up to latest jinterface versionnash2010-10-291-13/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028657 13f79535-47bb-0310-9956-ffa450edef68
* Merge remaining r743192 changes from 2.x to 1.x and add a new itest for ↵nash2010-10-274-3/+109
| | | | | | @XmlJavaTypeAdapter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028105 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1025934 TUSCANY-3735: Don't use HTTP authorization or authentication ↵nash2010-10-262-13/+29
| | | | | | by default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027705 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1025930 Add test to ensure If-Modified-Since returns 304 if feed is ↵nash2010-10-261-3/+17
| | | | | | unmodified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027700 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1025777 TUSCANY-3743: Return correct response code from ↵nash2010-10-262-3/+3
| | | | | | If-Unmodified-Since git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027693 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1025776 TUSCANY-3742: Fix time comparison for If-Modified-Since and ↵nash2010-10-262-10/+28
| | | | | | If-Unmodified-Since; also merge r1025533 Fix typos git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027658 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1025535 TUSCANY-3734: Fix incorrect rendering of non-ASCII charactersnash2010-10-261-5/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027641 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1023825 TUSCANY-3726: Update jar filtering to exclude the *-dojo jarsnash2010-10-261-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027629 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3729: Apply r1023208 changes to 1.x trunk except for deletion of ↵nash2010-10-262-14/+14
| | | | | | unreleased modules and samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027592 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006270 TUSCANY-3706: Add jaxws-api dependencies to ↵nash2010-10-261-0/+8
| | | | | | jaxws-maven-plugin configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027540 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006260 TUSCANY-3707: If no internet connection, avoid running tests ↵nash2010-10-265-12/+202
| | | | | | that need the internet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027521 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1001759 Fix tuscany.version property settingnash2010-10-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027432 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1001710 Fix incorrect substitution parameters in message templatenash2010-10-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027429 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1001528 TUSCANY-3689: Fix corruption of XML document when transformed ↵nash2010-10-262-0/+87
| | | | | | from XMLStreamReader to NodeInfo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027406 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1000878 Delete temporary dojo directory after maven packagingnash2010-10-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027146 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1000235 TUSCANY-3037: Don't call setBody() if the message body hasn't ↵nash2010-10-251-1/+3
| | | | | | changed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027070 13f79535-47bb-0310-9956-ffa450edef68
* Merge r999902 Exclude geronimo-activation_1.1_spec and junit dependenciesnash2010-10-251-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027049 13f79535-47bb-0310-9956-ffa450edef68
* Merge r999901 Fix incorrect version number for commons-lang and exclude ↵nash2010-10-251-2/+22
| | | | | | junit dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027047 13f79535-47bb-0310-9956-ffa450edef68
* Merge r999899 Change junit dependency to test scopenash2010-10-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027045 13f79535-47bb-0310-9956-ffa450edef68
* Merge r999898 Change junit dependency to test scopenash2010-10-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027043 13f79535-47bb-0310-9956-ffa450edef68
* Merge r999442 TUSCANY-1794: Exclude geronimo-activation_1.1_spec dependency ↵nash2010-10-251-0/+10
| | | | | | from pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027039 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-061-6/+32
| | | | | | 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
* 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