summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-03Remove extra surefire config to try to fix the tests not running issuesantelder12-353/+144
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950942 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Update to not use rmi binding as that seems to conflict with something left ↵antelder1-87/+70
running in the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950940 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03add version to spec commentkelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950914 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03minor doc fixeskelvingoodson2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950912 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Updating release month to Junelresende3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950816 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02TUSCANY-3564 - Updated build instructions to specify JDK 6 requirement and ↵lresende2-4/+5
updated changes file to notify users we droped JDK 5 support git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950812 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02TUSCANY-3564 - Updated build instructions to specify JDK 6 requirement and ↵lresende2-4/+5
updated changes file to notify users we droped JDK 5 support git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950810 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Add a workaround for TUSCANY-3572rfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950788 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Update jackson to 1.5.3rfeng3-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950787 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Adjust the path URI for web app deploymentrfeng6-5/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950786 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Remove obsolute methodsrfeng4-55/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950785 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02TUSCANY-3582 - Pointing to the proper tuscany manifest filelresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950782 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02TUSCANY-3582 - Pointing to the proper tuscany manifest filelresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950778 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02merge manifest updates from trunk for fixing dosgi samples (revision r950581)kelvingoodson7-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950691 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Correct version from merge from m5 branch to trunkantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950603 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws7-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Merge 950539 to m5 branch to update test to use local loop back addressantelder1-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950540 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Change test to use local loop back address to avoid any network issuesantelder1-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950539 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Update plugin version to match branch versionantelder6-129/+129
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950432 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Merge 950415,950416 from trunk to add tuscany pluginantelder7-0/+591
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950425 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Try adding tuscany plugin module to build using MNG-2135 work around of ↵antelder1-0/+3
having the plugin FIRST in the parent pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950416 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Try moving the Tuscany plugin to be included in trunk buildantelder6-0/+588
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950415 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02Sample module showing how to use the Scribe logging API to connect to a ↵jsdelfino16-0/+8695
Scribe server and log a string under a given log category. The sample module shows two components: a ScribeLogger component that encapsulates the calls to the Scribe API behind a simple Logger service interface, and a HelloWorld component that uses an SCA reference wired to the ScribeLogger component to log the string that it's given. See the README file for build and test instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950360 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Update jackson to 1.5.3rfeng3-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Adjust the path URI for web app deploymentrfeng6-5/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950296 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Remove obsolute methodsrfeng4-55/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950295 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01fix dates in READMEs etc, fix dependency version of mavan-tuscany-pluginkelvingoodson10-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950157 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix to correctly remove nested dependent contributionsantelder1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949346 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29TUSCANY-3570 - Reverting previous changes from r948319 as they didn't seem ↵lresende7-20/+0
to have any effect to the issue reported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949341 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29TUSCANY-3570 - Reverting previous changes from r948319 as they didn't seem ↵lresende7-20/+0
to have any effect to the issue reported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949340 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28copy maven-tuscany-plugin version fix into branchkelvingoodson1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949207 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28one small error in creating tag - i think we'll need another RC, so fixing ↵kelvingoodson1-1/+1
in the tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949203 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28Tag for 2.0-Mr-RC1kelvingoodson5359-0/+451985
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949195 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28more maven tuscany plugin version updateskelvingoodson3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949178 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28use a non snapshot maven tuscany plugin that can be downloadedkelvingoodson3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949170 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28fix bad pom dependencies versionskelvingoodson8-41/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949139 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28merge r949110 from trunk to branchkelvingoodson7-29/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949138 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28TUSCANY-3573 Add a bit more info to the READMEslaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28TUSCANY-3573 Add a bit more info to the READMEslaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949114 13f79535-47bb-0310-9956-ffa450edef68
2010-05-28Add a workaround for TUSCANY-3572rfeng7-29/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949110 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27update branch versionkelvingoodson348-9874/+9874
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948871 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27copy in release note commentkelvingoodson1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948815 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Merge r948804 from trunk to m5 to include all samples by defaultantelder1-51/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948812 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27mention possibility of hazelcast related errors in the buildkelvingoodson1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948807 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Change bin distro to include all samples by default. Individual samples may ↵antelder1-51/+18
still be excluded by adding exclude statements. AFAIR the previous approach where samples needed to be explicitly included was only becuase i had not worked out how to do the generic include/excludes properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948804 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Branch for 2.0 Milestone M5kelvingoodson5359-0/+451926
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948800 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27exclude dojo resources drom src distrokelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948796 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add note to point why a couple of the launchers don't need to be in the buildslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948794 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add launcher that explains how to start contributions using Mavenslaws1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948792 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add missing readmeslaws1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948791 13f79535-47bb-0310-9956-ffa450edef68