Commit graph

  • 9d880fd227 Commenting out bpel itests as they are failing for now lresende 2009-06-10 06:55:56 +00:00
  • dc98e1cddc Cleaning up 1.x obsolete code that was used for webapp host environment integration lresende 2009-06-10 06:54:36 +00:00
  • 0bcb8bebd8 Migrating test case to jUnit 4.5 style lresende 2009-06-10 06:53:12 +00:00
  • 2d891c3c5d Migrating test case to jUnit 4.5 style lresende 2009-06-10 06:51:43 +00:00
  • 70afe0bf6c More dependency changes and artifact version id fixup lresende 2009-06-10 06:49:02 +00:00
  • 3c28e7f902 Migrating test case to jUnit 4.5 style lresende 2009-06-10 06:47:36 +00:00
  • 3d69ef87b6 Replacing host-embedded dependencies with node lresende 2009-06-10 06:46:08 +00:00
  • d632ac6c59 Updating BPEL iTests pom artifact version id from 1.6 to 2.0 lresende 2009-06-10 06:44:41 +00:00
  • 8f46896a02 Adding BPEL itests to build lresende 2009-06-10 06:43:10 +00:00
  • 1265ef2c99 Create the runtime version of Endpoint2 for serialization Serialize the EP using XML rfeng 2009-06-10 05:57:51 +00:00
  • 6c21cd40d1 Add local cache for external XSDs referenced by SCA specs rfeng 2009-06-10 05:55:28 +00:00
  • 3c61230759 Disable SAX entity processing to avoid IOException rfeng 2009-06-10 01:10:10 +00:00
  • c06e614dad Use componentURI#srevice-binding(serviceName/bindingName) as the endpoint URI rfeng 2009-06-09 18:30:29 +00:00
  • e0ab8e6a80 TUSCANY-3086 - Making DefaultContributionFactory implement contribution factory interface to avoid issues with model extention point lresende 2009-06-09 16:15:52 +00:00
  • 8da4df32c5 TUSCANY-3078 - Reverting changes per user request, as these changes were causing validation issues lresende 2009-06-09 16:14:26 +00:00
  • c5b1914af2 Starting mograting BPEL iTests to 2.x code base lresende 2009-06-09 15:36:37 +00:00
  • 4a064d3ed2 Removing obsolete schemas lresende 2009-06-09 15:17:30 +00:00
  • 3b46190564 TUSCANY-3078 - Fixing substitution group in http, atom and widget extensions lresende 2009-06-09 15:16:03 +00:00
  • 158d974e0e Add start of a way to download and unzip tomcat to use in testing the tomcat distribution. Doesn't work as the download always seems to only get half way through for some reason i can't workout right now...so if you've any ideas? antelder 2009-06-09 14:44:24 +00:00
  • b03e71026b Move old vtest out of 2.x trunk to contrib antelder 2009-06-09 14:28:41 +00:00
  • 6b1efd6342 Remove commented out code as in-JVM cross node sharing is provided via the static collections slaws 2009-06-09 10:22:12 +00:00
  • 5c2a1fa063 Make ExtensionPointRegistry available to AssemblyFactory so that it can create Endpoint2/EndpointReference2 with the registry for looking up a processor to provide EP/EPR XML marshaling and unmarshaling rfeng 2009-06-08 22:29:21 +00:00
  • 95912ec88a Use Node.getService() instead of exposing the Endpoints to the client rfeng 2009-06-08 21:51:10 +00:00
  • d8ba56c676 Move EndpointRegistry from assembly to core-spi Add EndpointListener rfeng 2009-06-08 21:50:12 +00:00
  • 6ebe0961b2 Start to add an Apache Tomcat Tribes based replicated EndpointRegistry rfeng 2009-06-08 21:44:14 +00:00
  • fe46ff50ea Fix NPEs in RuntimeWireImpl2 when implementation.web in one node is wired to a service in another node antelder 2009-06-08 21:39:43 +00:00
  • 294f9cdbc2 Add import packages as a work around for the NodeImpl and Endpoint dependencies (we should have a better way) rfeng 2009-06-08 16:45:37 +00:00
  • 3c912240c7 Fix the print out of java home so that it works. At some point in the past we were trying to workout what the ant driven by maven java environment was (it points java home at the JRE). This time has passed but at least this echo is function here. slaws 2009-06-08 13:17:04 +00:00
  • 4d2adbbd9b Remove now redundant comments antelder 2009-06-08 10:46:38 +00:00
  • 5866651762 Add a testcase to the two-nodes test that uses the SCAClient API antelder 2009-06-08 10:45:16 +00:00
  • 081650ead4 Update the SCAClient impl to work with multiple nodes in a domain antelder 2009-06-08 10:43:41 +00:00
  • fd57cb165e Make module name consistent and fix java home echo so that it prints something out slaws 2009-06-08 10:14:20 +00:00
  • 5f016f6437 Make itest module names consistent slaws 2009-06-08 10:12:33 +00:00
  • 6c45c4dc34 TUSCANY-3081 - include itest/nodes in the build to demonstrate local endpoint registry in operation slaws 2009-06-08 10:04:56 +00:00
  • ad05303a66 TUSCANY-3081 - include one node test in the itest/node build slaws 2009-06-08 10:02:15 +00:00
  • b639e688a9 TUSCANY-3081 - Enable the local endpoint registry implementation in the endpoint module. This delays endpoint reference resolution until chains are first created.Callback processing needs a thorough review as part of the next change to make EndpointReference2 serializable. slaws 2009-06-08 09:30:48 +00:00
  • 667922434c TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This replaces the implementation that is in assembly but I've left that there for the time being as I don't know if anyone is using it. slaws 2009-06-08 09:21:49 +00:00
  • 1495a66e88 TUSCANY-3081 - Add toString (and remove some commented out code) to aid debugging. slaws 2009-06-08 09:18:45 +00:00
  • 88b7a7330c TUSCANY-3081 - Add the name of the component/service/binding that the endpoint represents. This will be used in the local registry lookup and, in particular, when proxy endpoints are created during endpoint reference creation. Also add a toString to make debugging easier. slaws 2009-06-08 09:17:01 +00:00
  • 3ac5b62a8c Delete the target folder inadvertently committed in r782563 antelder 2009-06-08 08:53:43 +00:00
  • fae2307824 Add an itest for a single node using multiple contributions. This is just lik ethe tow nodes test but just using one node instead of two. Doesn't work yet till the new endpoint changes go in antelder 2009-06-08 08:52:50 +00:00
  • 8c95399e01 Use a CountDownLatch instead of a manual count of concurrent threads. Need 1.x change for TUSCANY-3076 for this to work. slaws 2009-06-07 18:46:54 +00:00
  • 968d35ff32 rename launcher for consistency with jumpstart launcher and simplify code to reduce line count. slaws 2009-06-07 18:45:22 +00:00
  • 5e44ed35f2 Adding generated android resource file, missing after refactoring lresende 2009-06-06 23:23:26 +00:00
  • 8f34ff7c71 -applying patch tuscany_2552_phillipe_ramalho_06_04_2009.patch from TUSCANY-2552 -adding domain-search to modules/pom.xml adrianocrestani 2009-06-06 09:18:42 +00:00
  • 6a9f8b2718 Fix for TUSCANY-3077. Allow the thread pool for conversation manager to be shutdown rfeng 2009-06-04 23:43:05 +00:00
  • ffe36f15ff Fix for TUSCANY-3076. The DefaultWorkScheduler only has 10 threads in the pool and it causes deadlock. With this fix, it's default to a cached pool which expand/thrink on demand. rfeng 2009-06-04 23:40:28 +00:00
  • b921d97c9a bringing over import export itests to trunk to help me investigate current apparent failures in otest import/export kelvingoodson 2009-06-04 10:07:24 +00:00
  • 7170098577 Copy from my sandbox rfeng 2009-06-03 22:24:27 +00:00
  • 63b14c02ca Copy creditcard-payment-web rfeng 2009-06-03 22:23:01 +00:00
  • 81b8c22a79 Copy creditcard-payment-dosgi-contribution from my sandbox rfeng 2009-06-03 22:20:18 +00:00
  • 91a8b67512 Change the rmi port # rfeng 2009-06-03 22:17:26 +00:00
  • bf28f53c93 Update to reflect the changes required to get the full travel sample running in a distributed domain slaws 2009-06-03 16:27:35 +00:00
  • 76aa5bbe11 using open office now slaws 2009-06-03 15:10:20 +00:00
  • 7a550d1c32 Remove more cruft slaws 2009-06-03 15:07:15 +00:00
  • b44bb302df remove cruft slaws 2009-06-03 13:50:00 +00:00
  • 85e5c031aa Remove cache of RMI proxy because otherwise if the RMI service has been restarted or rebound, the proxy becomes staled and it fails with NoSuchObjectException. rfeng 2009-06-03 03:03:38 +00:00
  • 4685218054 TUSCANY-3070 - Work round to treat the symptom of activators being discovered twice on the classpath in my environment. I can't work out why this is the case but this allows me to move forward. slaws 2009-06-02 22:37:24 +00:00
  • 134b64e2c0 TUSCANY-3062 - another work round to get resolution doing something in the domain manager. Still needs work. slaws 2009-06-02 22:35:40 +00:00
  • 8dc96644f6 TUSCANY-3075 - don't write out the services and references generated to handle callbacks. slaws 2009-06-02 22:34:09 +00:00
  • 0171c408cd Add the changes and configuration necessary to allow the full travel sample to run under the control of the domain manager. The domain manager changes rely on some changes in order to run. Namely TUSCANY-3070/3075/3062. slaws 2009-06-02 22:30:50 +00:00
  • 26a0b619df git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781105 13f79535-47bb-0310-9956-ffa450edef68 dougsleite 2009-06-02 18:01:46 +00:00
  • dc597c10f1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781101 13f79535-47bb-0310-9956-ffa450edef68 dougsleite 2009-06-02 17:55:34 +00:00
  • 93af1c6a6c Adding new activity to display results lresende 2009-06-02 06:58:36 +00:00
  • 27dec0710c Refactoring to follow the same package naming used in other modules + renaming main activity to become search activity and introducing search results view lresende 2009-06-02 06:56:59 +00:00
  • 504c8e86ca Initial integration of the Android UI with Search functionality of the SCA Tour sample application. We have a json-rpc search proxy that is going to be used to connecto to remote search service and then use native android support for json in order to parse results. lresende 2009-06-02 06:54:44 +00:00
  • 07e491b48f JSONRpc client based on native android httpClient and used to create android json-rpc proxies to sca services lresende 2009-06-02 06:53:09 +00:00
  • 3fe2c202ed Adding permission to allow android application access internet (needed to access remote services) lresende 2009-06-02 06:51:46 +00:00
  • 0634059ea8 Commit initial strawman prototype of the EndpointRegistry being discussed on the ML antelder 2009-06-02 05:47:41 +00:00
  • f02d956f04 Fix for TUSCANY-3069, using ModelResolver instead of TCCL to resolve location and java classes rfeng 2009-06-01 23:41:32 +00:00
  • a8e9d1446c Update versions and dependency rfeng 2009-06-01 21:56:49 +00:00
  • 62feeb6345 Added Maven eclipse project files to the SVN ignores list mcombellack 2009-06-01 21:55:06 +00:00
  • c6886a1838 Add a spring version of the payment component which has no SCA annotations and uses and internal composition with a local bean to represent the payment and email-gateway wiring. Doesn't quite work yet in the full app as the contribution processing is not picking up the spring context for some reason. slaws 2009-06-01 21:50:30 +00:00
  • f3d8c7082f Add maven plugin repo for java.net wsimport plugin rfeng 2009-06-01 21:26:17 +00:00
  • f2ab9cf0d6 Create a cart after checkout rfeng 2009-06-01 21:01:05 +00:00
  • 5dd3790b25 Fixed the SCA Tours common contribution version as it should be 1.0-SNAPSHOT as it is part of the SCA Tours modules and not 1.5 as this is the Tuscany version mcombellack 2009-06-01 20:44:53 +00:00
  • eb12ab593f Updated versions so that it refers to 1.5 rather than 1.5-SNAPSHOT. Set the artifact version to 1.0-SNAPSHOT mcombellack 2009-06-01 20:13:12 +00:00
  • 6f370525ba Use 1.12 jaxws wsimport rfeng 2009-06-01 19:15:10 +00:00
  • c43774b757 Update WSDL rfeng 2009-06-01 19:13:07 +00:00
  • ea4011cbd7 Change the wsdl to use anonymous types to work around a JAXB schema generation issue (adding nillable to root elements) rfeng 2009-06-01 19:04:29 +00:00
  • 61d2cb0a9d Update versions rfeng 2009-06-01 19:03:28 +00:00
  • 38ebe24c08 Move redundant modules into contrib rfeng 2009-06-01 19:00:22 +00:00
  • 066ce9d3b6 Correct the NodeFactoryImpl use of the message properties file antelder 2009-06-01 13:15:48 +00:00
  • f87fceba25 Launcher updates to take account of latest contribution changes slaws 2009-05-31 15:37:54 +00:00
  • dba338a0d8 Update full app layout slaws 2009-05-31 14:20:08 +00:00
  • 7744770bdb Add contributions for interaction pattern testing and contributions to split the full app composite up ready for running across multiple nodes slaws 2009-05-31 14:18:49 +00:00
  • f1891559c6 Move conversational behaviour into the care store component to make the front end simpler and allow removal of the SCA tours component if required. Also make payments work in the full app. Ad some more features to calendar and hotel to demonstrate interaction patterns slaws 2009-05-31 13:07:26 +00:00
  • a9ea1ca799 Change to localhost rfeng 2009-05-29 20:24:38 +00:00
  • d5d7c08624 Remove empty folder rfeng 2009-05-29 20:21:04 +00:00
  • 6b4bc0c967 Update the test scenarios rfeng 2009-05-29 18:20:02 +00:00
  • 6a63ce110c Remove empty folder rfeng 2009-05-29 16:43:31 +00:00
  • c0757f8512 Add log message for ignored webapps antelder 2009-05-29 14:45:26 +00:00
  • a87d457ffd Fix for unguarded access to compositeActivator.getDomainComposite() in stop() method of NodeImpl which causes NPE in situations where start() completes with ContributionReadException (and similar error exceptions) edwardsmj 2009-05-29 14:24:28 +00:00
  • e2d83e0788 Disable the pesky validation that slows it down so much antelder 2009-05-29 14:14:40 +00:00
  • fdf7f39698 Set svn ignores antelder 2009-05-29 14:06:07 +00:00
  • 42434c2fbe Start adding some testing modules for the tomcat integration antelder 2009-05-29 14:03:21 +00:00
  • 5fe2b172ca Start adding support for non-webapp contributions. The idea being to enable using regular SCA contribution jas/zips/folders as well as webapps and have them all in the same sca domain and wiring between each other. None of the domain works yet as we need to make more progress on the dynamic doamin discussion. Eventually the non-webapp contributions would use the tomcat host config facilities so support hot deployment, and there'd be some domain management panels in the tuscany webapp to view and modify the domain. Could potentially have multiple domains within a tomcat instance though lets leave that for now as it adds some complications. Would also be good to get the SCAClient API able to talk to the tomcat domain so JSE clients can call sca services in tomcat antelder 2009-05-29 09:42:53 +00:00
  • 0ff5b15260 TUSCANY-2967 back out the trial change to bytes format messages so that all wire formats consistently return faults as JMS Object messages. slaws 2009-05-29 08:27:11 +00:00
  • 171b522071 TUSCANY-3052 - add EJBModuleInfo to generate EJB implementation to sit alongside the EJBInfo. slaws 2009-05-29 08:22:48 +00:00
  • 5f70131cb4 TUSCANY-3059: correct perationProperties JMSDeliveryMode set in headers JMSDeliveryMode antelder 2009-05-29 07:24:41 +00:00