Commit graph

  • 57a9d6d461 remove comet binding as its not in the build now antelder 2012-09-07 09:56:49 +00:00
  • c9bfccc353 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-0310-9956-ffa450edef68 giorgio 2012-09-05 08:31:30 +00:00
  • 5ddabdaf1f Add a test for the DOMInvoker and exceptions antelder 2012-09-04 11:57:55 +00:00
  • 97c5df7ed0 Include the interface contract in the component service. antelder 2012-08-27 11:05:32 +00:00
  • 6adb50f1e7 Change the dynamically added endpoint tests to use wsdl resource from a contribution and simplify the endpoint creation helper antelder 2012-08-17 11:39:29 +00:00
  • 0311cb3720 Fix compile error with method signature antelder 2012-08-16 15:58:24 +00:00
  • e34d8da9a0 Update test comment antelder 2012-08-16 15:40:58 +00:00
  • 468f0efb55 Add a test that shows an SCA component that adds a new WS endpoint and then invokes it using xml dom objects antelder 2012-08-16 15:37:17 +00:00
  • 2ee982c8f7 Update to add the Node to the CompositeContext antelder 2012-08-16 15:35:59 +00:00
  • d9b46e16fa Add a method to get the Node to the TuscanyComponentContext antelder 2012-08-16 15:35:11 +00:00
  • 87a88c3c24 Add a method to get the Node to the TuscanyComponentContext antelder 2012-08-16 15:34:54 +00:00
  • c3c1a6f713 Make DOMInvoker interface remotable antelder 2012-08-16 14:39:41 +00:00
  • e5a29a7a45 Update to support DOMInvoker with remote endpoints antelder 2012-08-16 14:38:47 +00:00
  • 9ea7e9a5cd Update to support DOMInvoker with remote endpoints antelder 2012-08-16 14:37:51 +00:00
  • 7ae1909116 Add TODO comment antelder 2012-08-16 14:31:43 +00:00
  • 19aec3e19a Add a test that shows programatically adding a new remote endpoint and invoking that with DOM objects antelder 2012-08-16 14:20:47 +00:00
  • 20000f6b2d Remove unused imports antelder 2012-08-16 14:18:45 +00:00
  • d697198d69 Add dynamic testcase using dom inoker antelder 2012-08-16 08:23:52 +00:00
  • 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 antelder 2012-08-16 07:58:12 +00:00
  • abce349b02 Don't throw exception as its actually ok to continue on antelder 2012-08-16 07:30:30 +00:00
  • fcf5fd5bac Add method to get DOMInvoker for a service and testcase for that antelder 2012-08-15 18:25:06 +00:00
  • aa8562e7f9 add method impl for ComponnetContext interface update antelder 2012-08-15 18:24:21 +00:00
  • 8842dab9f8 Add implementation for DOMInvoker antelder 2012-08-15 18:23:04 +00:00
  • 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) antelder 2012-08-15 16:26:47 +00:00
  • 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 antelder 2012-08-15 16:25:05 +00:00
  • a3364cc322 Add getExtensionPointRegistry to interface to avoid having to cast to impl antelder 2012-08-15 16:23:03 +00:00
  • 5010de9fe0 Fix the entity detection rfeng 2012-08-03 21:24:59 +00:00
  • e720311a52 TUSCANY-4068: Start investigating a fix for finding resources from imported contributions. antelder 2012-08-03 08:01:47 +00:00
  • d3900dcc52 Add a test that shows how to dynamically update the target url of the refernce ws binding antelder 2012-08-02 15:10:25 +00:00
  • 479a8e9129 Add a test that shows creating a component with a reference that uses binding.ws antelder 2012-08-02 12:55:52 +00:00
  • cbbe48fbc9 Add a test that shows how to change the ws binding impl antelder 2012-08-02 10:05:09 +00:00
  • acced44809 Fix the Tuscany servlet filter so that it won't load Tuscany node twice if the TuscanyContextListener is also configured. rfeng 2012-08-01 23:17:41 +00:00
  • 1dffd32eba Fix to set the type of the binding so now the test works antelder 2012-08-01 15:18:03 +00:00
  • 8078157f60 Add a test with the component service using binding.ws antelder 2012-08-01 14:08:41 +00:00
  • e45476a9b4 Add start of an itest to show dynamically creating SCA artifacts programatically antelder 2012-08-01 10:24:57 +00:00
  • 8f0f0529ed Avoid NPE for the remote endpoints which don't have interface contracts set rfeng 2012-07-31 22:36:24 +00:00
  • e3bfcce9ec TUSCANY-4067: Update to support resources in jars and zips nested within contributions antelder 2012-07-30 15:55:52 +00:00
  • 538d376ff0 TUSCANY-4067: Update to support resources in jars and zips nested within contributions antelder 2012-07-30 15:55:20 +00:00
  • 7e2bce2a6d Correct parent pom version antelder 2012-07-30 09:16:28 +00:00
  • 7a6f7d01bc Put back the oasis artifact version to 2.0 as thats all thats published presently antelder 2012-07-30 08:39:53 +00:00
  • 72a503ad27 Keep the composite object into the RemoteEndpoints rfeng 2012-07-26 18:33:33 +00:00
  • 94fe4f9f4c Add the remoteEndpoints configuration for node.xml to define statically-configured remote endpoints rfeng 2012-07-26 18:20:29 +00:00
  • 691bd278f6 Upgrade http client version to handle https://issues.apache.org/jira/browse/HTTPCLIENT-1138 rfeng 2012-07-23 23:42:13 +00:00
  • 9454a826a6 Official 2.0 release tag lresende 2012-07-22 03:42:22 +00:00
  • 71f31490fc Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready lresende 2012-07-22 01:50:41 +00:00
  • cb5b5c4914 Move to latest apache pom version lresende 2012-07-22 01:48:12 +00:00
  • 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. jsdelfino 2012-07-16 06:48:21 +00:00
  • 574ccee478 Minor memory management, performance, and tracing improvements. jsdelfino 2012-07-16 06:48:11 +00:00
  • 419f903ff4 Add a timeout property to the CURL HTTP clients. jsdelfino 2012-07-16 06:47:59 +00:00
  • 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. jsdelfino 2012-07-16 06:47:49 +00:00
  • f82576588f Improve caching support and some of the navigations in the hosting environment. jsdelfino 2012-07-16 06:47:37 +00:00
  • 9bcbce787a TUSCANY-4066: Apply fix from Hasan Muhammad to fix WrapperInfo clone does not copy for unwrappedType datatype antelder 2012-07-10 08:30:39 +00:00
  • 5bfe047f0c Not check if the endpoint is out of date for local registry rfeng 2012-06-27 23:21:48 +00:00
  • d10dbf4a6c TUSCANY-4065 - Properly retrieving binding context within the response handlers lresende 2012-06-20 00:31:38 +00:00
  • 0841514e8a Cleaning commented out code lresende 2012-06-20 00:31:34 +00:00
  • 745ef23338 Tag for 2.0 RC2 antelder 2012-06-18 10:16:09 +00:00
  • 2fc08b2a6d Removing system.out lresende 2012-06-16 18:14:17 +00:00
  • 945f4025a7 Removing unused imports lresende 2012-06-16 18:14:07 +00:00
  • 85d8389c90 Updating store sample to use new widget implementation way to define how the resources are exposed without using explicit binding configuration lresende 2012-06-16 18:14:02 +00:00
  • 9b335d1eec Enhancing widget invoker to handled more details of what resource is being requested. This logic was present on a specific servlet from the binding, but makes more sense to be together with the widget implementation lresende 2012-06-16 18:13:58 +00:00
  • 6eff900741 Refactoring widget uri to avoid conflict with sca component uri lresende 2012-06-16 18:13:53 +00:00
  • 48f6cf1324 Removing dead/unused code lresende 2012-06-16 18:13:45 +00:00
  • 6f77426991 Renaming widget attribute to avoid any conflicts with sca component uri lresende 2012-06-16 18:13:40 +00:00
  • 4d37e59080 Adding test case for implementation widget processor lresende 2012-06-16 18:13:35 +00:00
  • ed88c41f04 Adding suppot for parsing uri as new attribute for implementation widget lresende 2012-06-16 18:13:30 +00:00
  • 4d4099c369 Removing unused imports lresende 2012-06-16 18:13:24 +00:00
  • 0223cd856d Adding uri to implementation widget schema lresende 2012-06-16 18:13:16 +00:00
  • 8cd314b0aa Add license header antelder 2012-06-15 07:37:37 +00:00
  • 22e553ee87 Format the code, no other changes antelder 2012-06-14 10:13:16 +00:00
  • ccb57216b2 Add a test to create composites programatically antelder 2012-06-14 10:09:37 +00:00
  • 4f4c7c5628 Adding policy archetype to build lresende 2012-06-13 16:56:46 +00:00
  • 0d4e5c61dd TUSCANY-4064 - Removing files that were truncated to 0 instead of deleted by patch tool lresende 2012-06-13 16:50:06 +00:00
  • a812f16a77 TUSCANY-4064 - Applying patch from Nitya Doraisamy to enhance policy maven archetype lresende 2012-06-13 16:50:00 +00:00
  • cf0e930ff6 Make some error msgs generic as they swap around with different jdks antelder 2012-06-12 13:35:45 +00:00
  • f3386cf4e1 Add snapshot repo definition so the build machine can run just the compliance tests antelder 2012-06-12 10:28:32 +00:00
  • 07b4921dbc Remove comet binding dependencies antelder 2012-06-12 07:57:57 +00:00
  • b4bd29f80d Remove comet binding while the binding is broken antelder 2012-06-11 15:29:41 +00:00
  • f0cc5ecaaf Remove comet samples while the binding is broken antelder 2012-06-11 15:28:29 +00:00
  • 8d140d533d Take out the comet binding for now as it doesn't build because the remote maven repos no longer include its dependencies correctly antelder 2012-06-11 15:20:50 +00:00
  • 87ea9632b3 Update to use base jar not pom to see if that helps fix the jersymissing pom antelder 2012-06-11 14:55:55 +00:00
  • e5e11226bd Remove jersy pom dependency as it didn't seem to help antelder 2012-06-11 14:45:50 +00:00
  • 2f82e04301 Add jersy pom dependency explicitly to try to get it picked up from thetuscany repo antelder 2012-06-11 14:45:12 +00:00
  • 97175807c1 Add jersy pom dependency explicitly to try to get it picked up from thetuscany repo antelder 2012-06-11 14:32:10 +00:00
  • 420a0ae043 Update to avoid duplicated wire processors antelder 2012-06-11 13:59:51 +00:00
  • 284ab51e56 TUSCANY-4063: Apply updates from Andrew Potter to the README antelder 2012-06-08 09:30:30 +00:00
  • 5e25ad8f16 TUSCANY-4062: Apply updates from Andrew Potter to the samples README file antelder 2012-06-08 09:28:28 +00:00
  • 8de5ae207d TUSCANY-4057: updates from Andrew Potter to improve the INSTALL file antelder 2012-06-08 09:25:53 +00:00
  • a6ec88e1df TUSCANY-4058: Apply update from Andrew Potter to support IBM JDK antelder 2012-06-07 13:13:31 +00:00
  • 149a3e8a9d TUSCANY-4058: Apply update from Andrew Potter to support IBM JDK antelder 2012-06-07 13:10:54 +00:00
  • 14d9a2eb7e Update release date antelder 2012-06-07 08:30:07 +00:00
  • 80cbeec812 Update release date antelder 2012-06-07 08:29:03 +00:00
  • 0172cc465b Fix NPE with widget sample antelder 2012-06-06 11:15:29 +00:00
  • 3e3c6352fa TUSCANY-4059: Apply update from Andrew Potter to fix build failure for itest/policy/reliability with IBM JDK antelder 2012-06-06 09:59:26 +00:00
  • 8ae79063ef Check in the rest of TUSCANY-4054. Thanks Andrew. scottkurz 2012-05-30 15:45:39 +00:00
  • b07f87a11b Fix server config of server-status and proxy balancer-manager pages. jsdelfino 2012-05-29 07:37:39 +00:00
  • 5e4d964310 Fix PyObject reference counting bugs causing memory violations in the Python component implementation. Build Python runtime from source with pydebug to diagnose memory issues. jsdelfino 2012-05-29 06:05:43 +00:00
  • 136d9fa1c8 Refactor sample app definitions into proper ATOM entries. jsdelfino 2012-05-29 00:17:18 +00:00
  • a7a8f4f9c9 Improvements to the hosted composite management app. Simplify and optimize the Web UI a bit. Add test cases and fix some of the logic in the management components. jsdelfino 2012-05-28 16:49:36 +00:00
  • 7519724a17 Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript scripts, and remove unused CSS stylesheets. jsdelfino 2012-05-28 04:39:44 +00:00
  • 4a28afdf7a Database support optimizations. Use PgBouncer to pool connections. Track and manage WAL archives to optimize space and speed up database replication setup. jsdelfino 2012-05-28 04:39:28 +00:00