Commit graph

13367 commits

Author SHA1 Message Date
antelder
6adb50f1e7 Change the dynamically added endpoint tests to use wsdl resource from a contribution and simplify the endpoint creation helper
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1374206 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 11:39:29 +00:00
antelder
0311cb3720 Fix compile error with method signature
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373893 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 15:58:24 +00:00
antelder
e34d8da9a0 Update test comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373888 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 15:40:58 +00:00
antelder
468f0efb55 Add a test that shows an SCA component that adds a new WS endpoint and then invokes it using xml dom objects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373886 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 15:37:17 +00:00
antelder
2ee982c8f7 Update to add the Node to the CompositeContext
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373885 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 15:35:59 +00:00
antelder
d9b46e16fa Add a method to get the Node to the TuscanyComponentContext
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373884 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 15:35:11 +00:00
antelder
87a88c3c24 Add a method to get the Node to the TuscanyComponentContext
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373883 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 15:34:54 +00:00
antelder
c3c1a6f713 Make DOMInvoker interface remotable
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373867 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:39:41 +00:00
antelder
e5a29a7a45 Update to support DOMInvoker with remote endpoints
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373866 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:38:47 +00:00
antelder
9ea7e9a5cd Update to support DOMInvoker with remote endpoints
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373865 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:37:51 +00:00
antelder
7ae1909116 Add TODO comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373863 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:31:43 +00:00
antelder
19aec3e19a Add a test that shows programatically adding a new remote endpoint and invoking that with DOM objects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373857 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:20:47 +00:00
antelder
20000f6b2d Remove unused imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373855 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 14:18:45 +00:00
antelder
d697198d69 Add dynamic testcase using dom inoker
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373750 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 08:23:52 +00:00
antelder
1e1a61f7bb This test fails often in the jenkins builds, can't see why so fiddle about 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
2012-08-16 07:58:12 +00:00
antelder
abce349b02 Don't throw exception as its actually ok to continue on
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373745 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 07:30:30 +00:00
antelder
fcf5fd5bac Add method to get DOMInvoker for a service and testcase for that
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373552 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 18:25:06 +00:00
antelder
aa8562e7f9 add method impl for ComponnetContext interface update
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373550 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 18:24:21 +00:00
antelder
8842dab9f8 Add implementation for DOMInvoker
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373548 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 18:23:04 +00:00
antelder
14cb4931bd Add getDOMInvoker to the TuscanyServiceReference to enable dynamic 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
2012-08-15 16:26:47 +00:00
antelder
c1df0f814d Add an interface for a new invoker that uses DOM node for arg and return 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
2012-08-15 16:25:05 +00:00
antelder
a3364cc322 Add getExtensionPointRegistry to interface to avoid having to cast to impl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373507 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 16:23:03 +00:00
rfeng
5010de9fe0 Fix the entity detection
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1369217 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03 21:24:59 +00:00
antelder
e720311a52 TUSCANY-4068: Start investigating a fix for finding resources from imported contributions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368826 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03 08:01:47 +00:00
antelder
d3900dcc52 Add a test that shows how to dynamically update the target url of the refernce ws binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368515 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 15:10:25 +00:00
antelder
479a8e9129 Add a test that shows creating a component with a reference that uses binding.ws
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368439 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 12:55:52 +00:00
antelder
cbbe48fbc9 Add a test that shows how to change the ws binding impl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368404 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 10:05:09 +00:00
rfeng
acced44809 Fix the Tuscany servlet filter so that it won't load Tuscany node twice if the TuscanyContextListener is also configured.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368311 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 23:17:41 +00:00
antelder
1dffd32eba Fix to set the type of the binding so now the test works
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368050 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 15:18:03 +00:00
antelder
8078157f60 Add a test with the component service using binding.ws
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1368009 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 14:08:41 +00:00
antelder
e45476a9b4 Add start of an itest to show dynamically creating SCA artifacts programatically
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367910 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 10:24:57 +00:00
rfeng
8f0f0529ed Avoid NPE for the remote endpoints which don't have interface contracts set
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367808 13f79535-47bb-0310-9956-ffa450edef68
2012-07-31 22:36:24 +00:00
antelder
e3bfcce9ec TUSCANY-4067: Update to support resources in jars and zips nested within contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367135 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 15:55:52 +00:00
antelder
538d376ff0 TUSCANY-4067: Update to support resources in jars and zips nested within contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367134 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 15:55:20 +00:00
antelder
7e2bce2a6d Correct parent pom version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367044 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 09:16:28 +00:00
antelder
7a6f7d01bc Put back the oasis artifact version to 2.0 as thats all thats published presently
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1367032 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 08:39:53 +00:00
rfeng
72a503ad27 Keep the composite object into the RemoteEndpoints
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366136 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 18:33:33 +00:00
rfeng
94fe4f9f4c Add the remoteEndpoints configuration for node.xml to define statically-configured remote endpoints
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1366125 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 18:20:29 +00:00
rfeng
691bd278f6 Upgrade http client version to handle 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
2012-07-23 23:42:13 +00:00
lresende
9454a826a6 Official 2.0 release tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364212 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 03:42:22 +00:00
lresende
71f31490fc Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 01:50:41 +00:00
lresende
cb5b5c4914 Move to latest apache pom version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364208 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 01:48:12 +00:00
jsdelfino
6ab0d6faaa Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 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
2012-07-16 06:48:21 +00:00
jsdelfino
574ccee478 Minor memory management, performance, and tracing improvements.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361917 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 06:48:11 +00:00
jsdelfino
419f903ff4 Add a timeout property to the CURL HTTP clients.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361916 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 06:47:59 +00:00
jsdelfino
11522a4b90 Add an HTTPD auth provider allowing the authentication logic to be 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
2012-07-16 06:47:49 +00:00
jsdelfino
f82576588f Improve caching support and some of the navigations in the hosting environment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361914 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 06:47:37 +00:00
antelder
9bcbce787a TUSCANY-4066: Apply fix from Hasan Muhammad to fix WrapperInfo clone does not copy for unwrappedType datatype
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1359519 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 08:30:39 +00:00
rfeng
5bfe047f0c Not check if the endpoint is out of date for local registry
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1354772 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 23:21:48 +00:00
lresende
d10dbf4a6c TUSCANY-4065 - Properly retrieving binding context within the response handlers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1351908 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 00:31:38 +00:00