summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add java.net2 repository (needed for mimepull-1.2.jar)nash2010-07-021-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959912 13f79535-47bb-0310-9956-ffa450edef68
* Delete OSGI bundle cache before running a new test (TUSCANY-3615)nash2010-07-012-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959617 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect name for tutorial-assets.jarnash2010-07-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959529 13f79535-47bb-0310-9956-ffa450edef68
* Process composites last when loading contributions into the domain ↵nash2010-06-291-17/+67
| | | | | | (TUSCANY-3561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959098 13f79535-47bb-0310-9956-ffa450edef68
* Read composite content after contributions have been loaded (TUSCANY-3569)nash2010-06-071-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952186 13f79535-47bb-0310-9956-ffa450edef68
* Ensure the binary distribution contains commons-lang-2.3 instead of ↵nash2010-06-041-0/+7
| | | | | | commons-lang-2.1 (TUSCANY-3589) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951571 13f79535-47bb-0310-9956-ffa450edef68
* Fix NullPointerException caused by missing tests for null callback interface ↵nash2010-06-042-10/+16
| | | | | | (TUSCANY-3588) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951561 13f79535-47bb-0310-9956-ffa450edef68
* Add missing wires to DomainManager.composite file (TUSCANY-3587)nash2010-06-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951557 13f79535-47bb-0310-9956-ffa450edef68
* Add <binding.sca> to generated node configuration (TUSCANY-3193)nash2010-06-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951548 13f79535-47bb-0310-9956-ffa450edef68
* Remove openejb-runtime dependency from notification-ejb launcher when using ↵nash2010-05-298-248/+197
| | | | | | the default profile, and clean up profile handling in the travel sample poms (TUSCANY-3578) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949439 13f79535-47bb-0310-9956-ffa450edef68
* Add missing JAX-WS and/or JAXB dependencies to pom files (TUSCANY-3577)nash2010-05-2911-0/+186
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949364 13f79535-47bb-0310-9956-ffa450edef68
* Change release date from May to June 2010nash2010-05-294-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949362 13f79535-47bb-0310-9956-ffa450edef68
* Fix OpenEJB classpath problems on JDK 5 (TUSCANY-3576)nash2010-05-292-7/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949356 13f79535-47bb-0310-9956-ffa450edef68
* Fix JAX-WS classpath problems on JDK 5 (TUSCANY-3575)nash2010-05-291-23/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949352 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect property name in ant script (TUSCANY-3574)nash2010-05-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949350 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to READMEnash2010-05-261-11/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948466 13f79535-47bb-0310-9956-ffa450edef68
* Fix mvn clean install problem by changing reactor build ordernash2010-05-264-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948464 13f79535-47bb-0310-9956-ffa450edef68
* A sample that calls the add component (from the ↵slaws2010-05-2517-0/+691
| | | | | | calculator-ws-basicauth-service-webapp samples) with basic authentication configured. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947975 13f79535-47bb-0310-9956-ffa450edef68
* A sample SCA webapp that can be installed in Tomcat and configured for basic ↵slaws2010-05-2518-0/+733
| | | | | | authentication git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947970 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup to avoid unnecessary differences in RC tagnash2010-05-213-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947193 13f79535-47bb-0310-9956-ffa450edef68
* Remove jumpstart from Table 3, and some reformattingnash2010-05-211-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947171 13f79535-47bb-0310-9956-ffa450edef68
* Change status code passed to System.exit()nash2010-05-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947078 13f79535-47bb-0310-9956-ffa450edef68