summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x (unfollow)
Commit message (Collapse)AuthorFilesLines
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-10Copy travelsample-1.0-RC3 tag as travelsample-1.0nash807-0/+49395
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953445 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-06-01Tag for travelsample-1.0-RC3nash807-0/+49395
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950266 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-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@949438 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-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@949363 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-29Change release date from May to June 2010nash4-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949361 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 OpenEJB classpath problems on JDK 5 (TUSCANY-3576)nash2-7/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949355 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 JAX-WS classpath problems on JDK 5 (TUSCANY-3575)nash1-23/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949351 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-29Fix incorrect property name in ant script (TUSCANY-3574)nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949349 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26Tag for travelsample-1.0-RC2nash807-0/+49235
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948485 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-26Minor fixes to READMEnash1-11/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948457 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@948451 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-21Tag for travelsample-1.0-RC1nash807-0/+49231
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947210 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-21Cleanup to avoid unnecessary differences in RC tagnash3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947185 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-21Remove jumpstart from Table 3, and some reformattingnash1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947170 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-21Change status code passed to System.exit()nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947076 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-21Update NOTICE and LICENSE filesnash2-111/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946943 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