summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add test with two nodes running in separate vms. Just the service side at ↵slaws2009-06-235-0/+301
| | | | | | the moment to look at how the style of binding.sca we use would affect what configuration and registration information is required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787837 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for the jsf sample. It doesn't work yet as I can't find how to ↵antelder2009-06-232-0/+201
| | | | | | add the el-api dependency where the Jetty plugin can find it so it fails with ClassNotFoundException for ExpressionFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787600 13f79535-47bb-0310-9956-ffa450edef68
* Remove all conversational related code from SCA API and code that uses it as ↵antelder2009-06-222-3/+1
| | | | | | per the public review spec's git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787158 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3092 - bring up remote version of binding.sca and include it in the ↵slaws2009-06-192-0/+8
| | | | | | build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786563 13f79535-47bb-0310-9956-ffa450edef68
* Add two missing AL headersantelder2009-06-162-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785146 13f79535-47bb-0310-9956-ffa450edef68
* Don't hard code the jar version name so its easy to make tuscany branches ↵antelder2009-06-162-4/+35
| | | | | | and releases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785108 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3093 - changes required to pass the callback endpoint URI in the ↵slaws2009-06-151-0/+1
| | | | | | from field of the web service WSA header "from" element. Includes associated changes to do something useful with this URI. There are changes here I had to make that push on the meaning of the InterfaceContract in endpoints and endpoint references. Needs further discussion. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784759 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3093 - new itest for callbacks over web services. This version ↵slaws2009-06-159-0/+480
| | | | | | demonstrates minimal configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784754 13f79535-47bb-0310-9956-ffa450edef68
* Updating BPEL and WSDL to properly work with wsImport and not generate ↵lresende2009-06-122-5/+6
| | | | | | Holder style interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784024 13f79535-47bb-0310-9956-ffa450edef68
* Consructing contribuition location, as default no parameter createNode is ↵lresende2009-06-121-1/+4
| | | | | | not working when composite is in resource subdirectory and not in root of contribution among other issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784021 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespacelresende2009-06-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784019 13f79535-47bb-0310-9956-ffa450edef68
* Removing unecessary SDO dependency from project pomlresende2009-06-121-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784018 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix on test case to comply with jUnit 4.5 stylelresende2009-06-121-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784003 13f79535-47bb-0310-9956-ffa450edef68
* Using wsimport to generate java artifacts from wsdllresende2009-06-121-16/+162
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784000 13f79535-47bb-0310-9956-ffa450edef68
* Changing helloworld.wsdl to avoid holder pattern when using wsimportlresende2009-06-121-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783999 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws2009-06-111-6/+6
| | | | | | subscript now they are in use full time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783845 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused system property definitionantelder2009-06-111-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783709 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3082 TUSCANY-3090 - Remove references to the old EndpointReference ↵slaws2009-06-111-2/+6
| | | | | | and replace with EndpointReference2 and Endpoint2 as appropriate. You'll see that some of the changes have left more commented out code as the old EndpointReference has code to support callback/conversation function not required by OASIS. I've also disabled some itests for this reason. Note that callbacks over web services won't work yet as work on EndpointReference2 is still ongoing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783664 13f79535-47bb-0310-9956-ffa450edef68
* Add the bpel webapp itest to the build as its working nowantelder2009-06-111-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783661 13f79535-47bb-0310-9956-ffa450edef68
* Correct bpel webapp itest to use the correct context pathantelder2009-06-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783659 13f79535-47bb-0310-9956-ffa450edef68
* Put the helloworld jsp itest back into the build as its working again nowantelder2009-06-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783657 13f79535-47bb-0310-9956-ffa450edef68
* Update context to match what the testcase is using so that the itest works againantelder2009-06-111-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783647 13f79535-47bb-0310-9956-ffa450edef68
* Use maven cargo plugin 1.0rfeng2009-06-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783635 13f79535-47bb-0310-9956-ffa450edef68
* Update the helloworld sample itest to use the correct sample artifact namemcombellack2009-06-101-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783492 13f79535-47bb-0310-9956-ffa450edef68
* Update the helloworld sample itest to use the correct sample artiface namemcombellack2009-06-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783481 13f79535-47bb-0310-9956-ffa450edef68
* Update the helloworld-jsp sample itest to use the correct sample artifact ↵antelder2009-06-102-3/+4
| | | | | | name, and take it out of the build as it doesn't work now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783426 13f79535-47bb-0310-9956-ffa450edef68
* Change the file separatorrfeng2009-06-102-15/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783408 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest to test the bpel webapp sample in the distribution. Doesn't ↵antelder2009-06-102-0/+174
| | | | | | work yet, not sure yet if thats related to the existing problems with webapp itests mentioned on the ML or if there's more to do with getting this bpel working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783395 13f79535-47bb-0310-9956-ffa450edef68
* Commenting out bpel itests as they are failing for nowlresende2009-06-101-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783236 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up 1.x obsolete code that was used for webapp host environment ↵lresende2009-06-103-736/+0
| | | | | | integration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783235 13f79535-47bb-0310-9956-ffa450edef68
* Migrating test case to jUnit 4.5 stylelresende2009-06-102-11/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783234 13f79535-47bb-0310-9956-ffa450edef68
* Migrating test case to jUnit 4.5 stylelresende2009-06-106-45/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783233 13f79535-47bb-0310-9956-ffa450edef68
* More dependency changes and artifact version id fixuplresende2009-06-103-12/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783230 13f79535-47bb-0310-9956-ffa450edef68
* Migrating test case to jUnit 4.5 stylelresende2009-06-102-13/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783229 13f79535-47bb-0310-9956-ffa450edef68
* Replacing host-embedded dependencies with nodelresende2009-06-103-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783228 13f79535-47bb-0310-9956-ffa450edef68
* Updating BPEL iTests pom artifact version id from 1.6 to 2.0lresende2009-06-104-182/+201
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783227 13f79535-47bb-0310-9956-ffa450edef68
* Adding BPEL itests to buildlresende2009-06-101-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783226 13f79535-47bb-0310-9956-ffa450edef68
* Starting mograting BPEL iTests to 2.x code baselresende2009-06-0928-0/+1850
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783045 13f79535-47bb-0310-9956-ffa450edef68
* Fix the print out of java home so that it works. At some point in the past ↵slaws2009-06-082-1/+2
| | | | | | 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. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782615 13f79535-47bb-0310-9956-ffa450edef68
* Remove now redundant commentsantelder2009-06-081-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782590 13f79535-47bb-0310-9956-ffa450edef68
* Add a testcase to the two-nodes test that uses the SCAClient APIantelder2009-06-082-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782589 13f79535-47bb-0310-9956-ffa450edef68
* Make module name consistent and fix java home echo so that it prints ↵slaws2009-06-082-2/+3
| | | | | | something out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782585 13f79535-47bb-0310-9956-ffa450edef68
* Make itest module names consistent slaws2009-06-087-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782584 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - include itest/nodes in the build to demonstrate local ↵slaws2009-06-081-0/+2
| | | | | | endpoint registry in operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782580 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3081 - include one node test in the itest/node buildslaws2009-06-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782576 13f79535-47bb-0310-9956-ffa450edef68
* Delete the target folder inadvertently committed in r782563antelder2009-06-081-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782564 13f79535-47bb-0310-9956-ffa450edef68
* Add an itest for a single node using multiple contributions. This is just ↵antelder2009-06-083-0/+118
| | | | | | lik ethe tow nodes test but just using one node instead of two. Doesn't work yet till the new endpoint changes go in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782563 13f79535-47bb-0310-9956-ffa450edef68
* bringing over import export itests to trunk to help me investigate current ↵kelvingoodson2009-06-0443-0/+2175
| | | | | | apparent failures in otest import/export git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781699 13f79535-47bb-0310-9956-ffa450edef68
* Start of an itest for using multiple nodes in a domain. So far this has two ↵antelder2009-05-2713-0/+487
| | | | | | nodes each with a component, one with a reference to the service in the other node, and a test that starts the nodes and invokes the client component. Doesn't work as there isn't yet any mechanisim for the nodes to know about each others services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779154 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3027ramkumar2009-05-262-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778659 13f79535-47bb-0310-9956-ffa450edef68