summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Set the default backoff strategyrfeng2012-11-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1406223 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4072: Fix from Robin Yu for Tuscany fails to retrieve XSD ↵antelder2012-11-061-0/+50
| | | | | | type/element for nested WSDL with diff namespace(wsdl resolver issue) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1406093 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4072: Add test from Robin Yu for Tuscany fails to retrieve XSD ↵antelder2012-11-066-0/+516
| | | | | | type/element for nested WSDL with diff namespace(wsdl resolver issue) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1406092 13f79535-47bb-0310-9956-ffa450edef68
* One more try to set the default corsrfeng2012-10-131-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397797 13f79535-47bb-0310-9956-ffa450edef68
* Enable CORS by defaultrfeng2012-10-131-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397788 13f79535-47bb-0310-9956-ffa450edef68
* Reuse the DeploymentConfigurationrfeng2012-10-121-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397423 13f79535-47bb-0310-9956-ffa450edef68
* Fix an issue related to @Path on the jaxrs interfacerfeng2012-10-114-10/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397118 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4070: add apache v8 pom dependency so its got from the Tuscany ↵antelder2012-10-011-0/+9
| | | | | | defined pom descriptor repositories before opensaml othersie the opensaml defintions are used first and a duff one is got from shibboleth git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1392253 13f79535-47bb-0310-9956-ffa450edef68
* Fix the entity consumptionrfeng2012-10-011-9/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1392211 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the http client configuration to make it customizablerfeng2012-09-306-54/+157
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1392033 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the include/exclude filter processing and fix a NPErfeng2012-09-174-20/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1386756 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the partial read support so that we can use the full property names ↵rfeng2012-09-143-32/+114
| | | | | | in the object tree git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384975 13f79535-47bb-0310-9956-ffa450edef68
* Add the checking for root classrfeng2012-09-131-8/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384167 13f79535-47bb-0310-9956-ffa450edef68
* Allow the fallback to default SSL in case of system default failsrfeng2012-09-131-14/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384165 13f79535-47bb-0310-9956-ffa450edef68
* Use the new apirfeng2012-09-102-10/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383131 13f79535-47bb-0310-9956-ffa450edef68
* Fix the default mapper so that it can handle tuscanyFilterrfeng2012-09-101-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383130 13f79535-47bb-0310-9956-ffa450edef68
* Enable field name based filtering for json serializationrfeng2012-09-104-159/+228
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383129 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE as the autowire is Boolean and the value can be null. The autoboxing ↵rfeng2012-09-101-4/+5
| | | | | | will throw NPE. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383128 13f79535-47bb-0310-9956-ffa450edef68
* Start to add the ability to allow partial json serializationrfeng2012-09-105-6/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383017 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4069: Apply patch from Rashmi Hunt to fix Issue with resolving ↵antelder2012-09-071-0/+10
| | | | | | autowired reference when binding is not defined to a target service exposed over multiple bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381971 13f79535-47bb-0310-9956-ffa450edef68
* remove comet binding as its not in the build nowantelder2012-09-071-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381970 13f79535-47bb-0310-9956-ffa450edef68
* remove comet binding as its not in the build nowantelder2012-09-071-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381969 13f79535-47bb-0310-9956-ffa450edef68
* Add a test for the DOMInvoker and exceptionsantelder2012-09-044-0/+229
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1380582 13f79535-47bb-0310-9956-ffa450edef68
* Include the interface contract in the component service.antelder2012-08-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1377643 13f79535-47bb-0310-9956-ffa450edef68
* Change the dynamically added endpoint tests to use wsdl resource from a ↵antelder2012-08-175-110/+61
| | | | | | contribution and simplify the endpoint creation helper git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1374206 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error with method signatureantelder2012-08-161-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373893 13f79535-47bb-0310-9956-ffa450edef68
* Update test commentantelder2012-08-161-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373888 13f79535-47bb-0310-9956-ffa450edef68
* Add a test that shows an SCA component that adds a new WS endpoint and then ↵antelder2012-08-162-0/+207
| | | | | | invokes it using xml dom objects git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373886 13f79535-47bb-0310-9956-ffa450edef68
* Update to add the Node to the CompositeContextantelder2012-08-162-3/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373885 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the Node to the TuscanyComponentContextantelder2012-08-161-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373884 13f79535-47bb-0310-9956-ffa450edef68
* Add a method to get the Node to the TuscanyComponentContextantelder2012-08-162-2/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373883 13f79535-47bb-0310-9956-ffa450edef68
* Make DOMInvoker interface remotableantelder2012-08-161-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373867 13f79535-47bb-0310-9956-ffa450edef68
* Update to support DOMInvoker with remote endpointsantelder2012-08-161-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373866 13f79535-47bb-0310-9956-ffa450edef68
* Update to support DOMInvoker with remote endpointsantelder2012-08-161-2/+45
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373865 13f79535-47bb-0310-9956-ffa450edef68
* Add TODO commentantelder2012-08-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373863 13f79535-47bb-0310-9956-ffa450edef68
* Add a test that shows programatically adding a new remote endpoint and ↵antelder2012-08-163-0/+246
| | | | | | invoking that with DOM objects git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373857 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused importsantelder2012-08-161-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373855 13f79535-47bb-0310-9956-ffa450edef68
* Add dynamic testcase using dom inokerantelder2012-08-162-4/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373750 13f79535-47bb-0310-9956-ffa450edef68
* This test fails often in the jenkins builds, can't see why so fiddle about ↵antelder2012-08-161-9/+9
| | | | | | with the testcase and and a short delay before running to see if that helps git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373746 13f79535-47bb-0310-9956-ffa450edef68
* Don't throw exception as its actually ok to continue onantelder2012-08-161-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373745 13f79535-47bb-0310-9956-ffa450edef68
* Add method to get DOMInvoker for a service and testcase for thatantelder2012-08-155-4/+122
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373552 13f79535-47bb-0310-9956-ffa450edef68
* add method impl for ComponnetContext interface updateantelder2012-08-151-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373550 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation for DOMInvokerantelder2012-08-154-4/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373548 13f79535-47bb-0310-9956-ffa450edef68
* Add getDOMInvoker to the TuscanyServiceReference to enable dynamic ↵antelder2012-08-151-0/+3
| | | | | | invocation on service references (and also add a getEndpointReference( to avoid the casts to impl where this is already being used) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373518 13f79535-47bb-0310-9956-ffa450edef68
* Add an interface for a new invoker that uses DOM node for arg and return ↵antelder2012-08-151-0/+9
| | | | | | values. This is to enable dynamic invocation of services and references using xml instead of Java classes for the arguments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373508 13f79535-47bb-0310-9956-ffa450edef68
* Add getExtensionPointRegistry to interface to avoid having to cast to implantelder2012-08-151-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373507 13f79535-47bb-0310-9956-ffa450edef68
* Fix the entity detectionrfeng2012-08-031-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1369217 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4068: Start investigating a fix for finding resources from imported ↵antelder2012-08-031-4/+32
| | | | | | contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368826 13f79535-47bb-0310-9956-ffa450edef68
* Add a test that shows how to dynamically update the target url of the ↵antelder2012-08-022-0/+178
| | | | | | refernce ws binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368515 13f79535-47bb-0310-9956-ffa450edef68
* Add a test that shows creating a component with a reference that uses binding.wsantelder2012-08-022-0/+167
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368439 13f79535-47bb-0310-9956-ffa450edef68