summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for TUSCANY-2519rfeng2008-07-316-0/+200
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681435 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch for TUSCANY-2469 from Wojtek. ↵rfeng2008-07-306-67/+282
| | | | | | (sca-binding-sdo-problem-jira-2469-30-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681221 13f79535-47bb-0310-9956-ffa450edef68
* Version Tuscany modules and 3rd party libraries in itest/osgi-tuscanyrsivaram2008-07-264-3/+832
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680048 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash2008-07-2553-116/+2895
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2450 commit fixes addressing RAT issues from 1.3 branchslaws2008-07-2512-7/+217
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679740 13f79535-47bb-0310-9956-ffa450edef68
* Add test for TUSCANY-2481 fixnash2008-07-252-18/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679631 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek for TUSCANY-2469. Thanks.rfeng2008-07-227-1/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678786 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down tests for List and Mapvamsic0072008-07-225-47/+232
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678733 13f79535-47bb-0310-9956-ffa450edef68
* Use the @Ignore("JIRA-#") pattern to capture the test failurerfeng2008-07-211-14/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678521 13f79535-47bb-0310-9956-ffa450edef68
* Disable the failing test case which was checked in by mistakerfeng2008-07-211-5/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678340 13f79535-47bb-0310-9956-ffa450edef68
* just a re-ordering of xml elements.vamsic0072008-07-181-25/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678002 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek for TUSCANY-2397 ↵rfeng2008-07-1826-32/+1444
| | | | | | (operations-mapping-jira-2357-15-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677993 13f79535-47bb-0310-9956-ffa450edef68
* Add jms api to jms itest pom.xmlantelder2008-07-161-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677237 13f79535-47bb-0310-9956-ffa450edef68
* Add itest for jms callbacks using a temporary callback queueantelder2008-07-135-9/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676288 13f79535-47bb-0310-9956-ffa450edef68
* Resolve relative composite URIs against the contributionsrfeng2008-07-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676047 13f79535-47bb-0310-9956-ffa450edef68
* Add host-jetty to avoid test failurerfeng2008-07-113-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676046 13f79535-47bb-0310-9956-ffa450edef68
* Start of an itest for callbacks over JMSantelder2008-07-119-0/+424
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675940 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscanyrsivaram2008-07-106-38/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675762 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test case failurerfeng2008-07-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675680 13f79535-47bb-0310-9956-ffa450edef68
* Fix the test case failurerfeng2008-07-101-18/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675675 13f79535-47bb-0310-9956-ffa450edef68
* Defer the creation of WorkManager to avoid the JNDI lookuprfeng2008-07-092-12/+19
| | | | | | Also clear the openejb related system properties to avoid warnings in JNDI lookup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675379 13f79535-47bb-0310-9956-ffa450edef68