summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the endpoint registry to use the new Endpoint matches methodantelder2010-03-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923615 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-144-16/+14
| | | | | | Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3483 - ensure that policies defined in the implementation are ↵slaws2010-03-111-2/+15
| | | | | | applied correctly to the component service. This pointed out another problem in that if binding.sca was defined on the reference with no uri but with intents then the intents weren't being applied to the EPR because the binding was being ignored (as it's a targeted reference). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921903 13f79535-47bb-0310-9956-ffa450edef68
* Switch binder interface over to throwing exceptions rather than returning ↵slaws2010-03-082-14/+13
| | | | | | 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
* Correct audit statement in failure caseslaws2010-03-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920260 13f79535-47bb-0310-9956-ffa450edef68
* Add matching algorithm narativeslaws2010-03-041-3/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918932 13f79535-47bb-0310-9956-ffa450edef68
* Avoiding calling createInterceptor multiple timeslresende2010-03-031-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918590 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3480 revert this workaround as this in not the root cause of the ↵slaws2010-03-031-3/+1
| | | | | | problems we see in the otests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918408 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng2010-03-023-12/+34
| | | | | | configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3480, temporarily don't fail on unmatched intentsantelder2010-03-021-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918131 13f79535-47bb-0310-9956-ffa450edef68
* Check that intents are properly satisfied, particularly in the qualified ↵slaws2010-03-011-1/+30
| | | | | | intent case. Raise a warning if not. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917504 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the remote flag for endpoint and change the endpoint reference ↵rfeng2010-02-264-21/+17
| | | | | | status to an enum git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916778 13f79535-47bb-0310-9956-ffa450edef68
* Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng2010-02-253-4/+16
| | | | | | for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3468 - Fixing NPE when contracts are not available (e.g in ↵lresende2010-02-201-17/+19
| | | | | | implementation widget) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912090 13f79535-47bb-0310-9956-ffa450edef68
* Make the maxThreads a configurable property of WorkSchedulerrfeng2010-02-194-7/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912035 13f79535-47bb-0310-9956-ffa450edef68
* Align the interfaceContractMapper to the specrfeng2010-02-193-41/+5
| | | | | | 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-191-19/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911687 13f79535-47bb-0310-9956-ffa450edef68
* Enable addition of policies to binding chainsslaws2010-02-122-18/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909489 13f79535-47bb-0310-9956-ffa450edef68
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-091-71/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
* Use a dummy invocation chain to avoid NPE on ConcurrentHashMaprfeng2010-02-081-1/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907812 13f79535-47bb-0310-9956-ffa450edef68
* Add a serialVersionUIDantelder2010-02-051-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906848 13f79535-47bb-0310-9956-ffa450edef68
* Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2010-02-042-2/+6
| | | | | | 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/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of typos in commentsslaws2010-02-011-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905215 13f79535-47bb-0310-9956-ffa450edef68
* Defer the initialization of the chains at later stage to make sure the ↵rfeng2010-01-291-3/+6
| | | | | | endpoint reference won't be left in a wrong state if any exception happens git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904649 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the DomainRegistryFactory to be extensions of ↵rfeng2010-01-295-298/+56
| | | | | | DomainRegistryFactoryExtensionPoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904367 13f79535-47bb-0310-9956-ffa450edef68
* Change the tuscanyClient scheme to pbe all lower case so it works with the ↵antelder2010-01-281-3/+3
| | | | | | toLowerCase in the DefaultEndpointRegistryFactory, and move all the remote code in the scaclient to happen at invocation time. This now works for multiple local and remote nodes in one or separate JVMs git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904206 13f79535-47bb-0310-9956-ffa450edef68
* Some more temporary hardcoding in the default registry factory, will be ↵antelder2010-01-281-4/+10
| | | | | | removed when we clean all this up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904120 13f79535-47bb-0310-9956-ffa450edef68
* Some tidying of error handling and add ability to print out reason match ↵slaws2010-01-252-87/+84
| | | | | | failed in error case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902811 13f79535-47bb-0310-9956-ffa450edef68
* Update the matching algorithm to take account of the binding configuration ↵slaws2010-01-251-70/+198
| | | | | | on the service side. This will break a few otests but bear with me for a little while. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902791 13f79535-47bb-0310-9956-ffa450edef68
* Get the correct registry even when the client doesn't use the full uriantelder2010-01-251-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902756 13f79535-47bb-0310-9956-ffa450edef68
* Fix the node tests by using a consistent domain name everywhere and using ↵antelder2010-01-231-1/+3
| | | | | | NodeFactory.getInstance instead of newInstance, change the default domain name to be simply 'default', add all the node itests back into the build as they work now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902401 13f79535-47bb-0310-9956-ffa450edef68
* Workaround to JavaCAA oTest regressions JCA_8007_TestCase and JCA_8011_TestCaselresende2010-01-211-7/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901549 13f79535-47bb-0310-9956-ffa450edef68
* Start of making the Tuscany sca client impl work for both local or remote ↵antelder2010-01-201-1/+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
* Update to the latest version of OSGi Remote Service Adminrfeng2010-01-201-1/+3
| | | | | | Fix the issues to pass OSGi SCA configuration type TCK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901079 13f79535-47bb-0310-9956-ffa450edef68
* Expose system definitions from the deployerrfeng2010-01-191-2/+6
| | | | | | | Add the removal of entries when the member leaves the group Add listeners to the hazelcastInstance git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900661 13f79535-47bb-0310-9956-ffa450edef68
* Add policy matching algorithm. Still a couple of TODOs here. Also there is ↵slaws2010-01-181-83/+63
| | | | | | no matching logic in the policy builders yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900577 13f79535-47bb-0310-9956-ffa450edef68
* Fix to make OTEST JCA_2005 work again. This is an @EagerInit scenario and ↵slaws2010-01-151-7/+18
| | | | | | out code was starting scope containers before all endpoints had been registered. With all matching going through the binding/registry now this meant that the reference being used inside the @EagerInit failed to resolve. This change moves the scope container start to after the services are registered. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899599 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused line of code and correct commentslaws2010-01-141-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899256 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3417 TUSCANY-3417 consolidate enpointreference/endpoint matching ↵slaws2010-01-102-121/+186
| | | | | | 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
* Change the Registry factory to not use the full config uri when its the ↵antelder2010-01-081-1/+6
| | | | | | tuscany: scheme so that the registry itself can control how the registry gets shared amoung nodes. (I think we need to review all the core approach to creating/locating/sharing endpoint registries, I'll start a ML thread about this once I've got something more complete working) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897142 13f79535-47bb-0310-9956-ffa450edef68
* Test against null target endpointslaws2010-01-041-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895661 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3392 first set of code changes to move the endpoint matching into ↵slaws2009-12-111-11/+167
| | | | | | 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
* Split method into two to aid with subclass implsantelder2009-12-071-8/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887869 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when sourec interface hasn't yet by introspectedantelder2009-12-061-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887662 13f79535-47bb-0310-9956-ffa450edef68
* Keep the remote flagrfeng2009-12-051-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@887470 13f79535-47bb-0310-9956-ffa450edef68
* Remove the export of impl packagerfeng2009-12-011-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885970 13f79535-47bb-0310-9956-ffa450edef68
* Use IllegalArgumentException instead of ServiceRuntimeException to fix JCA_9001antelder2009-11-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884654 13f79535-47bb-0310-9956-ffa450edef68
* Get the interface from the endpoint when it is nullrfeng2009-11-231-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883440 13f79535-47bb-0310-9956-ffa450edef68