summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mark classes as extension spi according to use indicated by ↵kelvingoodson2010-04-2315-0/+16
| | | | | | implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
* Pick up the default scheme from runtime propertiesantelder2010-04-211-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936191 13f79535-47bb-0310-9956-ffa450edef68
* Add new RuntimeProperties interface to enable extensions getting hold of the ↵antelder2010-04-151-0/+27
| | | | | | properties set on the runtime (NodeFactory) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934319 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3529 - update binding matching to turn on code that looks at binding ↵slaws2010-04-082-2/+23
| | | | | | type provided intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931904 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily take out the build number plugin to see if that fixes the Hudson ↵antelder2010-04-081-0/+2
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931839 13f79535-47bb-0310-9956-ffa450edef68
* Clean up importsrfeng2010-03-311-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929707 13f79535-47bb-0310-9956-ffa450edef68
* Remove old matches method code as its now in Endpoint classantelder2010-03-161-72/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923617 13f79535-47bb-0310-9956-ffa450edef68
* Allows RMIHost to return mapped urirfeng2010-03-112-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921690 13f79535-47bb-0310-9956-ffa450edef68
* This should be going with Hazelcast 1.8.1 nowantelder2010-03-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921093 13f79535-47bb-0310-9956-ffa450edef68
* Switch binder interface over to throwing exceptions rather than returning ↵slaws2010-03-081-2/+2
| | | | | | booleans. Allows the full details of a missmatch to be retrieved in the runtime case as well as the build time case. Update the matching test case to take advantage of the extra information. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920287 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-021-1/+1
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* Add first bits of code to start enabling the use of policies nested inside ↵slaws2010-03-021-1/+13
| | | | | | of WS Policy and policy alternatives rather than having to sit at the top level. Based on this the next step is to understand how tuscany defined and non-tuscany defined policies are managed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918111 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-251-0/+7
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* Align the interfaceContractMapper to the specrfeng2010-02-191-12/+0
| | | | | | Remove the conversation related legacy code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912034 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3466rfeng2010-02-195-50/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911687 13f79535-47bb-0310-9956-ffa450edef68
* Start to make extension points/extensions configurable from ↵rfeng2010-02-131-1/+5
| | | | | | NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68
* Improve the layout of this class to make the sequence of the phases obvious ↵slaws2010-02-121-31/+21
| | | | | | to the reader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909479 13f79535-47bb-0310-9956-ffa450edef68
* Correct commentsslaws2010-02-122-6/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909387 13f79535-47bb-0310-9956-ffa450edef68
* Add a mapping for domainURI and registryURIrfeng2010-02-113-4/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909172 13f79535-47bb-0310-9956-ffa450edef68
* Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng2010-02-091-4/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-098-27/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-042-1/+27
| | | | | | replace binding-ws-axis2 and binding binding-ws-axis2-policy with binding-ws-runtime-axis which is still very much a work in progress 2) correct the axis/axiom version references across the project and make the various OSGi environments work 3) start fixing policy provides to allow the ws binding to exploit the binding wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906557 13f79535-47bb-0310-9956-ffa450edef68
* Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2010-02-032-2/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
* Update tribes registry to also support the tuscany registry uri formatantelder2010-01-292-0/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904504 13f79535-47bb-0310-9956-ffa450edef68
* Update to find an existing domain if the registry isn't explicitly definedantelder2010-01-293-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904461 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-298-6/+578
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Update the Version to include the version and build timeantelder2010-01-271-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903576 13f79535-47bb-0310-9956-ffa450edef68
* Update the Version to include the version and build timeantelder2010-01-273-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903575 13f79535-47bb-0310-9956-ffa450edef68
* First cut at having a programatic way to get the svn revision that a tuscany ↵antelder2010-01-263-0/+96
| | | | | | build is from. This approach seems a little conveluted so if anyone has a better approach please do say, this one uses the Maven buildnumber plugin to set a mvn property with the svn revision, which is then written into a message properties file with the antrun plugin, which is then used initilize a constant in a Version class. Not sure if it even actually works, committing it so i can get a Hudson build and check if it does end up with the correct value git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903166 13f79535-47bb-0310-9956-ffa450edef68
* Start of making the Tuscany sca client impl work for both local or remote ↵antelder2010-01-201-0/+1
| | | | | | nodes and to be generic for any binding. Work in progress, only local invocations work presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901270 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws2010-01-101-2/+2
| | | | | | code into the binding. There is currently a bit, related to autowiring, still left on the builders awaiting some dependency juggling git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897639 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsslaws2010-01-041-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895663 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3392 first set of code changes to move the endpoint matching into ↵slaws2009-12-111-0/+12
| | | | | | one place. Not correct or activated yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889737 13f79535-47bb-0310-9956-ffa450edef68
* Correct spelling mistake and increase repeat count.slaws2009-12-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889734 13f79535-47bb-0310-9956-ffa450edef68
* Start to split policy builder into two phases: implementation hierarchy and ↵rfeng2009-12-011-19/+0
| | | | | | structural hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885961 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2063-0/+4723
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68