summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a new JMS test for using multiple argsantelder2008-09-107-0/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693860 13f79535-47bb-0310-9956-ffa450edef68
* Correct the node module name in the JMS testantelder2008-09-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693859 13f79535-47bb-0310-9956-ffa450edef68
* Correct the node module name in the JMS testantelder2008-09-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693858 13f79535-47bb-0310-9956-ffa450edef68
* Correct to JMS test interfaces that are missing the @Remotable annotationantelder2008-09-102-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693857 13f79535-47bb-0310-9956-ffa450edef68
* Add an Ignore to the JMS test for checked exceptions as i'm about to do a ↵antelder2008-09-101-0/+2
| | | | | | checkin which breaks this tempoorarily git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693856 13f79535-47bb-0310-9956-ffa450edef68
* Fix testcase to check if the service has been invoked before waiting to ↵antelder2008-09-101-2/+4
| | | | | | shave 10 seconds off the build time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693851 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws2008-09-103-3/+3
| | | | | | patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2587 - change the name of promoted services so that the component ↵slaws2008-09-091-29/+29
| | | | | | name and service name are easily obtainable. I've opened TUSCANY-2589 to continue to track this issue past this immediate change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693434 13f79535-47bb-0310-9956-ffa450edef68
* Use basic authentication as a motivating scenario for looking at policy plug ↵slaws2008-09-059-0/+477
| | | | | | points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68
* Add a stop for the clientNode which had been left outantelder2008-09-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691542 13f79535-47bb-0310-9956-ffa450edef68
* Start of itests for the JMS based binding.scaantelder2008-09-0213-0/+455
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691284 13f79535-47bb-0310-9956-ffa450edef68
* Make dependency on node impl explicitantelder2008-09-021-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691227 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name ↵antelder2008-09-013-0/+197
| | | | | | in wsdlElement leads to NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690913 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in jms definitionsantelder2008-09-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690908 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2398rfeng2008-08-271-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
* Add jms-definitions itest to buildantelder2008-08-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689450 13f79535-47bb-0310-9956-ffa450edef68
* Updates to get itest working, correct typo in test assert and use namespace ↵antelder2008-08-273-3/+4
| | | | | | qualified binding name in definitions.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689445 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws2008-08-261-7/+18
| | | | | | Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscanyrsivaram2008-08-227-1274/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
* Removed jars generated by the build from version control.jsdelfino2008-08-202-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687207 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolet and non-functional bpel iTestlresende2008-08-1918-1144/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686985 13f79535-47bb-0310-9956-ffa450edef68
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-1945-163/+163
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* itest/corba tests update for CORBA unionswjaniszewski2008-08-1716-8/+914
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686645 13f79535-47bb-0310-9956-ffa450edef68
* itest/corba tests update for CORBA arrayswjaniszewski2008-08-1619-0/+1182
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686521 13f79535-47bb-0310-9956-ffa450edef68
* Port DefaultSCADomain to use SCA Node implrfeng2008-08-1515-15/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686391 13f79535-47bb-0310-9956-ffa450edef68
* itest/corba module code cleanup, added svn headerswjaniszewski2008-08-1430-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685917 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455: apply patch from Ramkumar Ramalingam for a test for Exception ↵antelder2008-08-142-30/+32
| | | | | | not thrown on duplicate component names within a composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685895 13f79535-47bb-0310-9956-ffa450edef68
* Simplify itest scdl by removing the unneeded interface definitionsantelder2008-08-142-12/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685812 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-124-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
* Move to SDO 1.1.1 releaserfeng2008-08-1216-27/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
* Added Transient Name Server JSE Corba host. Adjusted existing bindings and ↵wjaniszewski2008-08-129-7/+143
| | | | | | integration tests and removed 'provideNameServer' flag from binding.corba configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685180 13f79535-47bb-0310-9956-ffa450edef68
* Fix the wrong artifact id for xercesImplrfeng2008-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684000 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded dependencysantelder2008-08-081-7/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683983 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on xercesImpl as it not brought in transitively by ↵antelder2008-08-081-0/+7
| | | | | | tuscany runtime now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683978 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete/commented portions of the pom now that the tests are ↵lresende2008-08-081-98/+0
| | | | | | completing in the continuum environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683889 13f79535-47bb-0310-9956-ffa450edef68
* Fixing JAXB mismatch (from openEJB/javaee-api) to avoid issues in continuum ↵lresende2008-08-081-5/+66
| | | | | | build environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683830 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Ramkumar Ramalingam for TUSCANY-2532: Test case failure in ↵antelder2008-08-076-0/+192
| | | | | | itest/validation DoesntProcessHeadersTestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683553 13f79535-47bb-0310-9956-ffa450edef68
* Adjust dependencies after the host-corba-jse changerfeng2008-08-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683339 13f79535-47bb-0310-9956-ffa450edef68
* Correct case of SubscriptionHeaders elementantelder2008-08-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683227 13f79535-47bb-0310-9956-ffa450edef68
* Add @Ignore annotation for TUSCANY-2532nash2008-08-061-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683210 13f79535-47bb-0310-9956-ffa450edef68
* Add itest for jms msg selectorsantelder2008-08-069-0/+460
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683209 13f79535-47bb-0310-9956-ffa450edef68
* Add an itests for defining jms binidngs in the definitions.xml file. not in ↵antelder2008-08-068-0/+363
| | | | | | build as that doesn't work yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683190 13f79535-47bb-0310-9956-ffa450edef68
* Change default port from 8080 to 8085 to avoid continuum clashslaws2008-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682668 13f79535-47bb-0310-9956-ffa450edef68
* Update for latest jms binding codeantelder2008-08-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682663 13f79535-47bb-0310-9956-ffa450edef68
* Add tests for propertiesantelder2008-08-058-0/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682647 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2403 - Applying patch from Ramlresende2008-08-045-0/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682275 13f79535-47bb-0310-9956-ffa450edef68
* In <binding.corba> added configuration option to allow creating name server ↵wjaniszewski2008-08-036-7/+203
| | | | | | by Tuscany, new test scenario in itest/corba. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@682203 13f79535-47bb-0310-9956-ffa450edef68
* 1. SCA default binding over CORBA - now transient name server is beeing ↵wjaniszewski2008-08-013-22/+37
| | | | | | created automatically for localhost service bindings. 2. Code cleanup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681871 13f79535-47bb-0310-9956-ffa450edef68
* Now that TUSCANY-2389 is fixed, removing @Ignore.vamsic0072008-08-012-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681602 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2389rfeng2008-07-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681502 13f79535-47bb-0310-9956-ffa450edef68