summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-07-02Add java.net2 repository (needed for mimepull-1.2.jar)nash1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959912 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01Delete OSGI bundle cache before running a new test (TUSCANY-3615)nash2-0/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959617 13f79535-47bb-0310-9956-ffa450edef68
2010-07-01Fix incorrect name for tutorial-assets.jarnash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959529 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Process composites last when loading contributions into the domain ↵nash1-17/+67
(TUSCANY-3561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959098 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07Read composite content after contributions have been loaded (TUSCANY-3569)nash1-21/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952186 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Ensure the binary distribution contains commons-lang-2.3 instead of ↵nash1-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
2010-06-04Fix NullPointerException caused by missing tests for null callback interface ↵nash2-10/+16
(TUSCANY-3588) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951561 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add missing wires to DomainManager.composite file (TUSCANY-3587)nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951557 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add <binding.sca> to generated node configuration (TUSCANY-3193)nash1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951548 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Remove openejb-runtime dependency from notification-ejb launcher when using ↵nash8-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
2010-05-29Add missing JAX-WS and/or JAXB dependencies to pom files (TUSCANY-3577)nash11-0/+186
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949364 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Change release date from May to June 2010nash4-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949362 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix OpenEJB classpath problems on JDK 5 (TUSCANY-3576)nash2-7/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949356 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix JAX-WS classpath problems on JDK 5 (TUSCANY-3575)nash1-23/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949352 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix incorrect property name in ant script (TUSCANY-3574)nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949350 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26Minor fixes to READMEnash1-11/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948466 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26Fix mvn clean install problem by changing reactor build ordernash4-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948464 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25A sample that calls the add component (from the ↵slaws17-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
2010-05-25A sample SCA webapp that can be installed in Tomcat and configured for basic ↵slaws18-0/+733
authentication git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947970 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Cleanup to avoid unnecessary differences in RC tagnash3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947193 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove jumpstart from Table 3, and some reformattingnash1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947171 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Change status code passed to System.exit()nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947078 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Update NOTICE and LICENSE filesnash2-111/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946944 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946387 from 1.0 release branchnash5-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946463 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946383 from 1.0 release branchnash5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946462 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946380 from 1.0 release branchnash4-42/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946461 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946354 from 1.0 release branchnash6-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946460 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946349 from 1.0 release branchnash3-7/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946458 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946340 from 1.0 release branchnash2-6/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946456 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946294 from 1.0 release branchnash2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946455 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946288 from 1.0 release branchnash1-20/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946454 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r946097 from 1.0 release branchnash4-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946453 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945741 from 1.0 release branchnash2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946451 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945740 from 1.0 release branchnash2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946450 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945362 from 1.0 release branchnash1-42/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946449 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945361 from 1.0 release branchnash2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946448 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945328 from 1.0 release branchnash4-7/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946446 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945303 from 1.0 release branchnash3-21/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946445 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945295 from 1.0 release branchnash3-0/+114
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946443 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945293 from 1.0 release branchnash3-0/+114
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946441 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge revision r945287 from 1.0 release branchnash2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946439 13f79535-47bb-0310-9956-ffa450edef68