summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3984: Support binding.ws, interface.wsdl and policySets for ↵nash2011-12-0424-0/+1384
| | | | | | serialized service references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1210165 13f79535-47bb-0310-9956-ffa450edef68
* Add test for serializing a service reference to XMLnash2011-11-204-0/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204264 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2735: Add tests for generic typesnash2011-08-218-0/+218
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159968 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3869: Add tests to 1.x for POJO type in different package than the ↵nash2011-06-099-7/+167
| | | | | | interface git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133760 13f79535-47bb-0310-9956-ffa450edef68
* Add license headersnash2011-04-233-0/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096241 13f79535-47bb-0310-9956-ffa450edef68
* Remove partnerLinkType from test-import.wsdl (tested in jupiter.wsdl instead)nash2011-04-231-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096234 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2322: print valid XML syntax for BPEL partnerLinkType element in ↵nash2011-04-2316-0/+872
| | | | | | WSDL, and add an itest module to check ?wsdl output git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096233 13f79535-47bb-0310-9956-ffa450edef68
* Add test for ServiceReference typenash2011-04-203-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095330 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3859: Update "no namespace" type references in xs:extension schema ↵nash2011-04-136-0/+104
| | | | | | elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091732 13f79535-47bb-0310-9956-ffa450edef68
* Delete redundant build.xml filenash2011-04-131-127/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091724 13f79535-47bb-0310-9956-ffa450edef68
* Add test for @WebParam annotationnash2011-03-273-9/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1085938 13f79535-47bb-0310-9956-ffa450edef68
* add init and concurrency tests to build.slaws2011-02-091-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068897 13f79535-47bb-0310-9956-ffa450edef68
* update references to 1.6.1-SNAPSHOTslaws2011-02-092-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068856 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3834 - Extend the test case to look at exceptions thrown from within ↵slaws2011-02-083-3/+106
| | | | | | @Destroy operations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068456 13f79535-47bb-0310-9956-ffa450edef68
* Add test for three-dimensional arraynash2010-12-043-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042130 13f79535-47bb-0310-9956-ffa450edef68
* Print WSDL once onlynash2010-12-041-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042124 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3800: Add test for multi-dimensional array typenash2010-12-041-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042123 13f79535-47bb-0310-9956-ffa450edef68
* Add more testsnash2010-12-0311-1/+333
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041988 13f79535-47bb-0310-9956-ffa450edef68
* Refactor into framework and separate test cases, and add more testsnash2010-12-037-379/+399
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041987 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3806: Close the SCA domain after running the testsnash2010-12-021-7/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041352 13f79535-47bb-0310-9956-ffa450edef68
* Add itest/wsdlgen-verify to pom.xmlnash2010-11-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039418 13f79535-47bb-0310-9956-ffa450edef68
* Add saaj-api to endorsed directory to fix build failure on JDK 5nash2010-11-251-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039168 13f79535-47bb-0310-9956-ffa450edef68
* Refactor as a test framework and add more testsnash2010-11-255-0/+474
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039119 13f79535-47bb-0310-9956-ffa450edef68
* Add test for abstract exception (marked @Ignore) and add test for List typenash2010-11-2511-11/+123
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039012 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3797: Generate WSDL with xs:anyType for dynamic SDO DataObjectnash2010-11-235-0/+451
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038071 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778: Fix WSDL generation and enable commented out testsnash2010-11-181-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036533 13f79535-47bb-0310-9956-ffa450edef68
* Add test code to demonstrate problem with WSDL generation when using ↵nash2010-11-1012-18/+144
| | | | | | @XmlJavaTypeAdapter (see TUSCANY-3779) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033586 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3778 - changes to demonstrate the issues described in the JIRA. The ↵slaws2010-11-108-87/+368
| | | | | | failing tests are commented out. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033436 13f79535-47bb-0310-9956-ffa450edef68
* Add test for abstract exceptionsnash2010-11-077-4/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032313 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1030643 TUSCANY-3765: Ensure all classes produced by the build are ↵nash2010-11-031-1/+67
| | | | | | compatible with JDK 5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030647 13f79535-47bb-0310-9956-ffa450edef68
* Wanted to try some concurrent calls to an COMPOSITE scoped component to make ↵slaws2010-11-016-0/+310
| | | | | | sure it runs OK so though it may be useful to start a test for it. Don't think we have one already. If someone can point me at one I can just ditch this. Not in the build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1029756 13f79535-47bb-0310-9956-ffa450edef68
* Merge remaining r743192 changes from 2.x to 1.x and add a new itest for ↵nash2010-10-2710-0/+360
| | | | | | @XmlJavaTypeAdapter git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028105 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1022055 Replace compile-time dependency on jaxws-rt by jaxws-apinash2010-10-262-6/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027543 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1022053 TUSCANY-3706: Add jaxws-api dependencies to ↵nash2010-10-261-1/+24
| | | | | | jaxws-maven-plugin configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027541 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006270 TUSCANY-3706: Add jaxws-api dependencies to ↵nash2010-10-267-17/+149
| | | | | | jaxws-maven-plugin configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027540 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006269 Replace compile-time dependency on jaxws-rt by jaxws-apinash2010-10-264-12/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027539 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006268 TUSCANY-3706: Fix dependencies on JAX-WS APIs and runtimenash2010-10-262-6/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027538 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006267 TUSCANY-3706: Add JSR 181 API dependencynash2010-10-263-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027534 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1006259 TUSCANY-3707: Use a local copy of the Tuscany home page so ↵nash2010-10-268-5/+471
| | | | | | tests work without an internet connection git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027519 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1002831 TUSCANY-3697: Delete incorrect continuation backslashes from ↵nash2010-10-265-257/+257
| | | | | | XML files git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027472 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3698: Apply patch from Padraig Myers to update jms binding exception ↵antelder2010-10-063-5/+5
| | | | | | handling to return more info with unchecked exceptions. And associated itest updates git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005001 13f79535-47bb-0310-9956-ffa450edef68
* Add java.net2 repository (needed for mimepull-1.2.jar)nash2010-07-021-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959912 13f79535-47bb-0310-9956-ffa450edef68
* Delete OSGI bundle cache before running a new test (TUSCANY-3615)nash2010-07-012-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959617 13f79535-47bb-0310-9956-ffa450edef68
* Make outstandingOrders list synchronized (TUSCANY-3550)nash2010-05-086-6/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942356 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add URI specific processing wherever we read an anyURI attributeslaws2010-03-101-38/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921286 13f79535-47bb-0310-9956-ffa450edef68
* Correct the composite namevamsic0072010-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@915259 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3421 - Fixing 1.5 build issues, mostly dependencies around jax-ws, jaxblresende2010-01-134-2/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898629 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-124-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898221 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-1215-0/+270
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898220 13f79535-47bb-0310-9956-ffa450edef68
* Missing apache license headerlresende2010-01-121-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898219 13f79535-47bb-0310-9956-ffa450edef68