summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-29TUSCANY-3856 - Missing default http port allocator implementation plus ↵lresende3-0/+79
service locator for port allocator extensibility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086673 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3856 - Integrating HttpPortAllocator with embedded jetty server and ↵lresende3-31/+41
fixing up test cases which need to provide a new parameter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086672 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ↵lresende7-8/+270
extensibility to allow others to provide their own way to select available ports for http embedded runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086671 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Removing System.out.println that accidentaly got in from previous commitlresende1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086670 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Enhanving dojo javascript extension to support dojox js frameworklresende3-27/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086668 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29TUSCANY-3496 - Adding extensibility to node api to allow other applications ↵lresende10-41/+313
to tap to it and provide services that require introspecting node metadata git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086667 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Include the three gettig started samples in the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086614 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to support a default domain URI set via a system property. (we need ↵antelder1-0/+4
to clean up the webapp host domain uri support because it now looks like there are several ways to set the domain uri all slightly different. I'll do some investigation on what they all do) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086613 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update to use prefix uri: instead of tuscany: to match the other places that ↵antelder1-3/+3
handle domain uri's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086612 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update the webapp sample to have the itest from the old helloworld-jsp sampleantelder5-72/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086597 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Copy the getting started webapp sample to trunk samplesantelder9-0/+358
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086589 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Start adding the getting started helloworld samples back to trunk samplesantelder14-0/+557
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086563 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2-63/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084772 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Add @Ignore while i investigate a failing testantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084328 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Update LICENSE for hazelcast release updateantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084317 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Update to use the latest hazelcast release which fixes a lot of issues with ↵antelder1-21/+2
nodes getting sperated (what hazelcast call 'splitbrain' problems) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084232 13f79535-47bb-0310-9956-ffa450edef68
2011-03-22Finish the sca client cleanup, remove all the old unused classes and ↵antelder11-758/+194
moethods and rename the remaining to more obvious names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084200 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Take out the spi itest fwhile we work out whats up with the ↵antelder1-1/+1
Jdk14RegexpMatcher. See r1083699 and r1082808 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083969 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Expose Node to the servletrfeng3-133/+161
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083943 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Add missing OSGi importsrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083942 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Add Tuscany/Spring web integration into the featurerfeng3-0/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083941 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Bring up the servlet-scoped node start/stop with Spring MVCrfeng9-24/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083940 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Allow the spring component to receive parent application context from the ↵rfeng20-128/+245
composite context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083938 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Start of getting the remote sca client working again. This works now but ↵antelder7-70/+423
theres a lot of clean up needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083823 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Fix to correctly save the node so that its stopped properly when the webapp ↵antelder1-1/+1
is stopped git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083700 13f79535-47bb-0310-9956-ffa450edef68
2011-03-21Fix test fail by adding back regexp dependencyantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083699 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18Add servlet scoped Node lifecycle support for web applicationsrfeng8-269/+569
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082810 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18Fix the build errorrfeng1-9/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082808 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Fix the OSGi dependenciesrfeng3-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082581 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Simplify help output by only including the version not the build revision ↵antelder1-6/+1
and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17Put back the build number plugin so that the version in the SPI is correctly ↵antelder1-2/+3
populated (was this commented out in error?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082436 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16Be a bit more careful about dereferencing the DomainRegistryFactory ↵slaws1-4/+8
endpointRegistries collection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082114 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16Correct typo in removing of registriesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082107 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15A bit of tidying from the itest/bundle example to get the repository.xml ↵slaws3-0/+670
files to represent features and to put them in features directories. I not necessarily proposing a separate OSGi distro so it would be good to get this to work in the context of the all distro. Just proved difficult due to the number of dependencies required by pax exam. Maybe we need a simpler way of running OSGi and the aries bundles. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081763 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add a webapp based helloworld exampleantelder9-0/+337
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081733 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Remove unused code, rename config parameter to be domainURI, add nodeConfig ↵antelder1-42/+8
(currently unused git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081717 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Update mojo to use a paramter name domainURI for the domain URI to match the ↵antelder1-6/+6
run mojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081716 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add OO doc about the samplesantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081711 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add a new distribution for only samples to explore what that might work likeantelder5-0/+336
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081695 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Remove example Ant build scriptantelder3-294/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081680 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Adding a way to store binding context in threadLocal to allow policy handler ↵lresende2-47/+65
to access binding context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081668 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Commit minor changes before refactoringslaws3-4/+216
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081447 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Change to use the which-jars file to construct the OBR meta data describing ↵slaws1-13/+47
all the base the bundles. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081347 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Remove dependency on a felix jar that seems to be compile with an old ↵slaws1-1/+3
version of Java which doesn't know about generics. Doesn't seem to be required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081346 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Simplify sample by removing things that aren't necessaryantelder2-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081285 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with ↵antelder1-2/+0
incorrect dependency scope error message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080603 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11Add a sample that uses Scalaantelder6-0/+213
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080511 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10Extend test to prove that node which fires up ws binding can be ↵slaws1-3/+28
stopped/started repeatedly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080209 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10Performance enhancement - only look up factories when requiredantelder1-7/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080135 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ↵antelder1-0/+2
NPE after NodeFactory.create(List<?>) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080131 13f79535-47bb-0310-9956-ffa450edef68