summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2011-03-09Performance tweak - for when the interface contracts are the sameantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080018 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09A bundle test that generates a repository.xml file using the Aries ↵slaws12-0/+766
generator. I'm hoping to use this mechanism to general OBR configuration that describes our various collections of bundles. I note though from recent Aries ML activity that Felix has a generator also and they are discussing whether they should remove the Aries version so we'll have to see. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079774 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09Performance enhancement - only initilize all the factories the first timeantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079773 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08Upgrading to latest jetty releaselresende3-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08TUSCANY-3842 only calculate the domain composite the first time a node is ↵slaws1-9/+15
started and when the contributions are loaded. I don't see why the domain composite, within a node, would change when we are not reloading the contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079366 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Update spi txt fileantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078435 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06DO some clean up, move some things around and add a bit of javadocantelder4-21/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Minor performance enhancement - create scope once instead of each timeantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078432 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Minor performance enhancement - look up the mapper once instead of each timeantelder2-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078431 13f79535-47bb-0310-9956-ffa450edef68
2011-03-06Minor performance enhacement - look up all the factories once instead of ↵antelder2-22/+46
each time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078430 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05Fix dependency tangle by removing the dependency on node from coreantelder4-53/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078265 13f79535-47bb-0310-9956-ffa450edef68
2011-03-05Add a way to find all the extension point registry instancesantelder2-1/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078263 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Update to use a map instead of a list to store the start composites to make ↵antelder2-21/+13
the lookup easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077928 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077907 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Add a simple test timing node start/stop timesantelder1-0/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077906 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder11-641/+87
update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Don't clear the endpoints so that they're available on a restartantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077884 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Update safe spi file to match deployer updateantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077879 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04Update deployer to support passing in the system contribution so that that ↵antelder2-3/+14
may be reused as cloning it each time can be slow git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077875 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28Add Ant build script generated from mvn ant:antantelder3-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28Update exception message to make it more clearantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075268 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Correct validation of the Spring reference default bean attributeantelder1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074680 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Add an alternative approach to the helloworld rest sample that reuses the ↵antelder8-0/+369
helloworld sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074480 13f79535-47bb-0310-9956-ffa450edef68