summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the OSGi dependenciesrfeng2011-03-173-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082581 13f79535-47bb-0310-9956-ffa450edef68
* Simplify help output by only including the version not the build revision ↵antelder2011-03-171-6/+1
| | | | | | and date git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
* Put back the build number plugin so that the version in the SPI is correctly ↵antelder2011-03-171-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
* Be a bit more careful about dereferencing the DomainRegistryFactory ↵slaws2011-03-161-4/+8
| | | | | | endpointRegistries collection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082114 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in removing of registriesantelder2011-03-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082107 13f79535-47bb-0310-9956-ffa450edef68
* A bit of tidying from the itest/bundle example to get the repository.xml ↵slaws2011-03-153-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
* Add a webapp based helloworld exampleantelder2011-03-159-0/+337
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081733 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused code, rename config parameter to be domainURI, add nodeConfig ↵antelder2011-03-151-42/+8
| | | | | | (currently unused git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081717 13f79535-47bb-0310-9956-ffa450edef68
* Update mojo to use a paramter name domainURI for the domain URI to match the ↵antelder2011-03-151-6/+6
| | | | | | run mojo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081716 13f79535-47bb-0310-9956-ffa450edef68
* Add OO doc about the samplesantelder2011-03-151-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081711 13f79535-47bb-0310-9956-ffa450edef68
* Add a new distribution for only samples to explore what that might work likeantelder2011-03-155-0/+336
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081695 13f79535-47bb-0310-9956-ffa450edef68
* Remove example Ant build scriptantelder2011-03-153-294/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081680 13f79535-47bb-0310-9956-ffa450edef68
* Adding a way to store binding context in threadLocal to allow policy handler ↵lresende2011-03-152-47/+65
| | | | | | to access binding context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081668 13f79535-47bb-0310-9956-ffa450edef68
* Commit minor changes before refactoringslaws2011-03-143-4/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081447 13f79535-47bb-0310-9956-ffa450edef68
* Change to use the which-jars file to construct the OBR meta data describing ↵slaws2011-03-141-13/+47
| | | | | | all the base the bundles. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081347 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependency on a felix jar that seems to be compile with an old ↵slaws2011-03-141-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
* Simplify sample by removing things that aren't necessaryantelder2011-03-142-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081285 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with ↵antelder2011-03-111-2/+0
| | | | | | incorrect dependency scope error message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080603 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample that uses Scalaantelder2011-03-116-0/+213
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080511 13f79535-47bb-0310-9956-ffa450edef68
* Extend test to prove that node which fires up ws binding can be ↵slaws2011-03-101-3/+28
| | | | | | stopped/started repeatedly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080209 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement - only look up factories when requiredantelder2011-03-101-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080135 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3843: Apply patch from Benjamin Busjaeger to fix Node.start() throws ↵antelder2011-03-101-0/+2
| | | | | | NPE after NodeFactory.create(List<?>) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080131 13f79535-47bb-0310-9956-ffa450edef68
* Performance tweak - for when the interface contracts are the sameantelder2011-03-091-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080018 13f79535-47bb-0310-9956-ffa450edef68
* A bundle test that generates a repository.xml file using the Aries ↵slaws2011-03-0912-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
* Performance enhancement - only initilize all the factories the first timeantelder2011-03-091-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079773 13f79535-47bb-0310-9956-ffa450edef68
* Upgrading to latest jetty releaselresende2011-03-083-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3842 only calculate the domain composite the first time a node is ↵slaws2011-03-081-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
* Update spi txt fileantelder2011-03-061-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078435 13f79535-47bb-0310-9956-ffa450edef68
* DO some clean up, move some things around and add a bit of javadocantelder2011-03-064-21/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078433 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhancement - create scope once instead of each timeantelder2011-03-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078432 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhancement - look up the mapper once instead of each timeantelder2011-03-062-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078431 13f79535-47bb-0310-9956-ffa450edef68
* Minor performance enhacement - look up all the factories once instead of ↵antelder2011-03-062-22/+46
| | | | | | each time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078430 13f79535-47bb-0310-9956-ffa450edef68
* Fix dependency tangle by removing the dependency on node from coreantelder2011-03-054-53/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078265 13f79535-47bb-0310-9956-ffa450edef68
* Add a way to find all the extension point registry instancesantelder2011-03-052-1/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078263 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a map instead of a list to store the start composites to make ↵antelder2011-03-042-21/+13
| | | | | | the lookup easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077928 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+74
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077907 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple test timing node start/stop timesantelder2011-03-041-0/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077906 13f79535-47bb-0310-9956-ffa450edef68
* Do some clean up, simplify dependencies, remove unused classes and folders, ↵antelder2011-03-0411-641/+87
| | | | | | update to restart stopped composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077885 13f79535-47bb-0310-9956-ffa450edef68
* Don't clear the endpoints so that they're available on a restartantelder2011-03-041-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077884 13f79535-47bb-0310-9956-ffa450edef68
* Update safe spi file to match deployer updateantelder2011-03-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1077879 13f79535-47bb-0310-9956-ffa450edef68
* Update deployer to support passing in the system contribution so that that ↵antelder2011-03-042-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
* Add Ant build script generated from mvn ant:antantelder2011-02-283-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 13f79535-47bb-0310-9956-ffa450edef68
* Update exception message to make it more clearantelder2011-02-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075268 13f79535-47bb-0310-9956-ffa450edef68
* Correct validation of the Spring reference default bean attributeantelder2011-02-251-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074680 13f79535-47bb-0310-9956-ffa450edef68
* Add an alternative approach to the helloworld rest sample that reuses the ↵antelder2011-02-258-0/+369
| | | | | | helloworld sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074480 13f79535-47bb-0310-9956-ffa450edef68
* Move the binding/policy configuration step to after the Axis config context ↵slaws2011-02-251-5/+7
| | | | | | has been created. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074465 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3839 - add a generic interceptor rather than a binding specific ↵slaws2011-02-251-1/+1
| | | | | | interceptor despite the method name. The binding specific interceptors are added in initReferenceBindingInvocationChains() git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074462 13f79535-47bb-0310-9956-ffa450edef68
* Use the latest Spring SCA extension namespaceantelder2011-02-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074441 13f79535-47bb-0310-9956-ffa450edef68
* Adding a test to start looking if we can support Gang's scenario in 2.x. The ↵slaws2011-02-2421-0/+1134
| | | | | | idea is to prod each of the injection points to make sure we do the right thing at each stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074213 13f79535-47bb-0310-9956-ffa450edef68
* Add the spi test to the buildslaws2011-02-241-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074117 13f79535-47bb-0310-9956-ffa450edef68