summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-03TUSCANY-3801 - add an async interceptor interface to chain can be navigated ↵slaws1-0/+40
backwards. Also add an implementation that can hold generic interceptor implementation that to date, for the forward chain, has been repeated in each interceptor. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041858 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - Add new provider interfaces that allow providers to indicate ↵slaws2-0/+96
whether they support async or not. May be merged into existing interfaces but kept separate for the time being so as not to upset existing providers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041855 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30TUSCANY-3788, TUSCANY-3786 - Allow build time resolvable references to be ↵slaws6-1/+60
resolved then so that async response services can be established at that point. In a reliable situation the response service is then available as soon as reference is resolved and doesn't depend on the reference actually being used. Also start adding interfaces to allow the implementation provider to make an async invocation explicitly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040444 13f79535-47bb-0310-9956-ffa450edef68
2010-11-17Get the Shell invoke function working and add a services command to show the ↵antelder1-0/+12
available services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036030 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25Remove CompositeContext threadlocal thats might be causeing a storage leak ↵antelder1-13/+1
as Tuscany doesn't use this anymore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026981 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24Move to wstx-as version 3.2.6 consistently. Having two versions in the ↵slaws1-3/+3
distro is causing OSGi wiring conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000968 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Enhance the JAX-WS async client support and fix couple of issuesrfeng1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998309 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Add a Base class for binding impls with the boiler plate codeantelder1-0/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992544 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Make sure ranking is honoredrfeng1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986876 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18TUSCANY-3653 - Make the methods used to generate WSDL available through the ↵slaws2-0/+16
RuntimeEndpoint and RuntimeEndpointReference interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986724 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix for TUSCANY-3622rfeng1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13Remove commented out methodsslaws2-33/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963631 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2-0/+49
and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
2010-07-04Reenable the version spi with the buildnumber-maven-pluginantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960329 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17TUSCANY-3593 - Create an endpoint on the fly at the point a reference target ↵slaws1-1/+3
is resolved in order to handle callbacks. This investigation has raised some questions that OASIS needs to answer, e.g. how to handle policy in this late bound scenario. Also this code change turns off generated WSDL caching and also relies on the SCA binding being attached to the callback service to carry the binding URI but this causes problems if you explicitly specify binding.sca. So more work to do but the basic test passes now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955544 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14Add a little bit more structure to message header storage to generally avoid ↵slaws1-1/+2
having to loop across headers to find the right one. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954414 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05Setting svn:eol-style for java and xml filesrfeng6-415/+415
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12Updating Copyright Year in NOTICE fileslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
2010-05-05Avoid NPE if reg uri is nullantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941244 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28mark additional classes as extension spi according to use by ↵kelvingoodson5-1/+10
databinding-jaxb-sxiom databinding-json and endpoint* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938934 13f79535-47bb-0310-9956-ffa450edef68
2010-04-27mark additional classes as extension spi according to use indicated ↵kelvingoodson11-4/+11
binding-jms-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938357 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson6-0/+6
binding-http* (no additions from binding-ejb-*) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938098 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark additional classes as extension spi according to use indicated by ↵kelvingoodson5-1/+6
binding-atom-* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938086 13f79535-47bb-0310-9956-ffa450edef68
2010-04-26mark classes as extension spi according to use indicated by ↵kelvingoodson1-1/+1
implementation-osgi-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937969 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by ↵kelvingoodson2-1/+2
implementation-bpel-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937329 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23mark classes as extension spi according to use indicated by ↵kelvingoodson15-0/+16
implementation-java-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937310 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21Pick up the default scheme from runtime propertiesantelder1-2/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936191 13f79535-47bb-0310-9956-ffa450edef68
2010-04-15Add new RuntimeProperties interface to enable extensions getting hold of the ↵antelder1-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
2010-04-08TUSCANY-3529 - update binding matching to turn on code that looks at binding ↵slaws2-2/+23
type provided intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931904 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Temporarily take out the build number plugin to see if that fixes the Hudson ↵antelder2-0/+4
build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931839 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Clean up importsrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929707 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Remove old matches method code as its now in Endpoint classantelder1-72/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923617 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Allows RMIHost to return mapped urirfeng2-0/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921690 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09This should be going with Hazelcast 1.8.1 nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921093 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Switch binder interface over to throwing exceptions rather than returning ↵slaws1-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
2010-03-02Add the ability to map binding.sca to any bindings in the runtime by ↵rfeng1-1/+1
configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918261 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02Add first bits of code to start enabling the use of policies nested inside ↵slaws1-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
2010-02-25Add the check for local-by-reference, local-by-value and remote invocations ↵rfeng1-0/+7
for binding.sca git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916483 13f79535-47bb-0310-9956-ffa450edef68
2010-02-19Align the interfaceContractMapper to the specrfeng1-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
2010-02-19Fix for TUSCANY-3466rfeng5-50/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911687 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13Start to make extension points/extensions configurable from ↵rfeng1-1/+5
NodeFactory/ServiceDiscovery git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909678 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12Improve the layout of this class to make the sequence of the phases obvious ↵slaws1-31/+21
to the reader. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909479 13f79535-47bb-0310-9956-ffa450edef68
2010-02-12Correct commentsslaws2-6/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909387 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Add a mapping for domainURI and registryURIrfeng3-4/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@909172 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Rename ExtensibleDomainRegistry to ExtensibleDomainRegistryFactoryrfeng1-4/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908255 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Start to clean up the node-api (remove Node.destroy())rfeng9-28/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908233 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Making fallback revision a number to avoid test case issueslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906700 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04Move the runtime over to use Axis2 1.5.1. Three main parts to this 1) ↵slaws2-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
2010-02-03Add domainURI/nodeURI to runtime endpoint/endpoint referencerfeng2-2/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906262 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Making harvesting of revision number optional, to avoid issues when running ↵lresende1-0/+1
on GIT copy of the svn repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904595 13f79535-47bb-0310-9956-ffa450edef68