summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update NOTICE and LICENSE filesnash2010-05-212-111/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946944 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946387 from 1.0 release branchnash2010-05-195-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946463 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946383 from 1.0 release branchnash2010-05-195-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946462 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946380 from 1.0 release branchnash2010-05-194-42/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946461 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946354 from 1.0 release branchnash2010-05-196-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946460 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946349 from 1.0 release branchnash2010-05-193-7/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946458 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946340 from 1.0 release branchnash2010-05-192-6/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946456 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946294 from 1.0 release branchnash2010-05-192-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946455 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946288 from 1.0 release branchnash2010-05-191-20/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946454 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r946097 from 1.0 release branchnash2010-05-194-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946453 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945741 from 1.0 release branchnash2010-05-192-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946451 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945740 from 1.0 release branchnash2010-05-192-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946450 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945362 from 1.0 release branchnash2010-05-191-42/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946449 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945361 from 1.0 release branchnash2010-05-192-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946448 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945328 from 1.0 release branchnash2010-05-194-7/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946446 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945303 from 1.0 release branchnash2010-05-193-21/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946445 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945295 from 1.0 release branchnash2010-05-193-0/+114
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946443 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945293 from 1.0 release branchnash2010-05-193-0/+114
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946441 13f79535-47bb-0310-9956-ffa450edef68
* Merge revision r945287 from 1.0 release branchnash2010-05-192-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946439 13f79535-47bb-0310-9956-ffa450edef68