summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 ↵giorgio2012-09-05769-0/+76765
| | | | 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
* Add a test that shows how to change the ws binding implantelder2012-08-022-0/+179
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368404 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Tuscany servlet filter so that it won't load Tuscany node twice if ↵rfeng2012-08-011-3/+12
| | | | | | the TuscanyContextListener is also configured. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368311 13f79535-47bb-0310-9956-ffa450edef68
* Fix to set the type of the binding so now the test worksantelder2012-08-011-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368050 13f79535-47bb-0310-9956-ffa450edef68
* Add a test with the component service using binding.wsantelder2012-08-012-0/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368009 13f79535-47bb-0310-9956-ffa450edef68
* Add start of an itest to show dynamically creating SCA artifacts programaticallyantelder2012-08-014-0/+213
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367910 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE for the remote endpoints which don't have interface contracts setrfeng2012-07-312-1/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367808 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4067: Update to support resources in jars and zips nested within ↵antelder2012-07-301-0/+19
| | | | | | contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367135 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4067: Update to support resources in jars and zips nested within ↵antelder2012-07-304-66/+212
| | | | | | contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367134 13f79535-47bb-0310-9956-ffa450edef68
* Correct parent pom versionantelder2012-07-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367044 13f79535-47bb-0310-9956-ffa450edef68
* Put back the oasis artifact version to 2.0 as thats all thats published ↵antelder2012-07-306-18/+18
| | | | | | presently git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367032 13f79535-47bb-0310-9956-ffa450edef68
* Keep the composite object into the RemoteEndpointsrfeng2012-07-262-6/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366136 13f79535-47bb-0310-9956-ffa450edef68
* Add the remoteEndpoints configuration for node.xml to define ↵rfeng2012-07-267-16/+206
| | | | | | statically-configured remote endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366125 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade http client version to handle ↵rfeng2012-07-237-10/+11
| | | | | | https://issues.apache.org/jira/browse/HTTPCLIENT-1138 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364844 13f79535-47bb-0310-9956-ffa450edef68
* Official 2.0 release taglresende2012-07-226574-0/+556538
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364212 13f79535-47bb-0310-9956-ffa450edef68
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-22434-1660/+1660
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Move to latest apache pom versionlresende2012-07-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364208 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu ↵jsdelfino2012-07-1633-429/+969
| | | | | | 12.04, and Mac OS X 10.7.4. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361918 13f79535-47bb-0310-9956-ffa450edef68
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-1654-175/+601
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361917 13f79535-47bb-0310-9956-ffa450edef68
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-1632-134/+700
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361916 13f79535-47bb-0310-9956-ffa450edef68
* Add an HTTPD auth provider allowing the authentication logic to be ↵jsdelfino2012-07-1638-367/+1156
| | | | | | implemented by a component, and cleanup the SSL and mod-security config a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361915 13f79535-47bb-0310-9956-ffa450edef68