summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-21TUSCANY-3563 tweak the base README to reference the generic launcher readmeskelvingoodson1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947062 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 first stab at a generic README for command line invocationkelvingoodson1-4/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947058 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3565/TUSCANY-3566 change dependencies in order to exclude the ↵slaws2-3/+31
web-javascript-dojo module which is automatically exposing resource on port 8080. Investigating to see if this causes the problems with the binding-rmi samples on linux. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947021 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 beginning to establish the pattern for the new style samples' ↵kelvingoodson2-86/+19
READMEs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947001 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21TUSCANY-3563 add some prose to top level README - more clarification to comekelvingoodson1-2/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946972 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Correct presentation of the OASIS licenseslaws3-1/+63
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946692 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Add some simple code to allow the embedded launcher to keep the SCA app ↵slaws2-5/+41
running so that it can be called by the stand-alone launcher. Not enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946630 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Few minor updates to my notesslaws1-6/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946629 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Add a simple stand-alone application that calls a calculator service via the ↵slaws3-0/+160
SCAClient API. Should be usable with any of the calculator based contributions started via any of the launchers. Won't work just yet as the launchers don't keep the application running. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946628 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19fix reference to sample now sample contribution has movedslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946197 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Add itest for TUSCANY-3558. Don't know if we'll keep this itest as it is or ↵antelder5-0/+117
at all but have it here for now while the JIRA is investigated. The testcase is running fine for me as it is here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946194 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Correct some typosslaws3-6/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946157 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19OSGi run seems to be hanging at the end so disable for nowslaws1-2/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946156 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19renamed as contribution-implementation-java-calculator. will shortly be in a ↵slaws18-1094/+0
sub-directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946119 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Moved to binding-sca sub-directoryslaws19-803/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946118 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Move binding-sca sample contributions into an extension specific sub-directoryslaws24-5/+858
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946117 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Target correct sample directoryslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946116 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Make pom names consistentslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946115 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Switch over to using jar contribution for binding-sca-calculator and have ↵slaws2-11/+5
the itest/distro test exercise it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946102 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19update distro itests to match sample changesslaws9-25/+246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946078 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19update distro to match sample changesslaws1-6/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946077 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Remove excludes for tests that are passing nowantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946076 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Update to match sample contribution changesslaws5-21/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946070 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Samples moved into the binding-rmi extension directoryslaws35-2328/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946069 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Make module name consistent with other calculator contributions. From ↵slaws19-3/+783
previous discussion we're probably going to move into a sub-directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946067 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19no longer requiredslaws3-196/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946065 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Take account of the extra directory level slaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946063 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Add back the agregate jarsantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946060 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Fix the module tagrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946001 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Add scdl to buildrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945981 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Merge branch 'jaxrs' into trunkrfeng67-223/+1646
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Add jms-callback to the buildrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945979 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Take out failing test thats breaking the build, this one another from the ↵antelder1-1/+1
sample refactors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945854 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Comment out the jms callbacks test for now as its broken after the r945259 ↵antelder1-1/+1
change git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945851 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Comment out the distribution sample tests for now while the sample ↵antelder1-2/+2
refactoring is going on (as they don't work presently) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945849 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Update for deployer build method signature changeantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945686 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add import-export itest to itest buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945669 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Updaqte to only consider Nodes in the same domainantelder1-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945641 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Avoid NPE by not setting null in domain nameantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945640 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Make module name consistent with sca binding contributionslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945632 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add the binding-rmi contribution into the jse launcherslaws3-0/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945630 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18fix up ant script to just compile the contributionslaws1-58/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945628 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Add pom for binding-rmi sample contributionsslaws1-0/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945627 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18copy binding-rmi related contributions into a binding-rmi extension subdirectoryslaws31-0/+1531
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945602 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Fix type oin POJO_100005 msg (JVC10004 instead of JCI10004), and add missing ↵antelder1-2/+2
POJO_8008 message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945586 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Fix incorrect message with full absolute file path to contributionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945585 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Correct manafest classpathantelder1-26/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945572 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Use new getNodesInDomain methodantelder1-9/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945571 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Get imports across Nodes going. Add methods getNodesInDomain to NodeFactory ↵antelder3-7/+38
and getContributions to Node, and update Node init to pass in all contributiosn to Deployer.build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945569 13f79535-47bb-0310-9956-ffa450edef68
2010-05-18Update deployer to use a separate list of contributions to look at when ↵antelder3-4/+5
looking for exports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945568 13f79535-47bb-0310-9956-ffa450edef68