summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3283 - improve the wsdlgen test case to test the situation where a ↵slaws2009-10-0113-68/+649
| | | | | | type with a namespace references a type without a namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820686 13f79535-47bb-0310-9956-ffa450edef68
* fixing itest/domainmgr poms that were referencing 1.5.1 artifact instead 1.6adrianocrestani2009-09-3016-58/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820452 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3283 - add test case to look in more detail at how POJOs are ↵slaws2009-09-298-87/+370
| | | | | | converted to schema during WSDL generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819885 13f79535-47bb-0310-9956-ffa450edef68
* Extend basic auth support to match the credentials set in the policy. Not a ↵slaws2009-09-291-0/+4
| | | | | | production solution but useful for demonstrating how policy can be used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819883 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3265 Increase time to live to give a better chance of catching the ↵slaws2009-09-151-1/+1
| | | | | | response message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815265 13f79535-47bb-0310-9956-ffa450edef68
* Copy r810820, r810822 and r810850 changes from 1.5.1 branch to 1.x branchnash2009-09-133-11/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814415 13f79535-47bb-0310-9956-ffa450edef68
* Copy r809409, r809677 and r812443 changes from 1.5.1 branch to 1.x branchnash2009-09-134-26/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814403 13f79535-47bb-0310-9956-ffa450edef68
* Copy r799472 changes from 1.5.1 branch to 1.x branchnash2009-09-1323-0/+1051
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814396 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash2009-09-1322-4/+1391
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797984, r797987 and r797991 changes from 1.5.1 branch to 1.x branchnash2009-09-1322-9/+1410
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814389 13f79535-47bb-0310-9956-ffa450edef68
* Copy r797788 changes from 1.5.1 branch to 1.x branchnash2009-09-1329-0/+1213
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814387 13f79535-47bb-0310-9956-ffa450edef68
* Add itest/jaxws for TUSCANY-3267nash2009-09-116-0/+332
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813784 13f79535-47bb-0310-9956-ffa450edef68
* Add missing import statementnash2009-09-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812810 13f79535-47bb-0310-9956-ffa450edef68
* Modify the test to run successfully if the distro has not been built yetnash2009-09-091-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812808 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix ↵lresende2009-09-081-1/+1
| | | | | | handling issue WSTX-135 is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812727 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3250: Testcases for multiple application context using ↵ramkumar2009-09-045-99/+66
| | | | | | MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811233 13f79535-47bb-0310-9956-ffa450edef68
* Merge from 1.5.1:rfeng2009-09-021-4/+0
| | | | | | | | 1) Fix for TUSCANY-3238 2) Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810726 13f79535-47bb-0310-9956-ffa450edef68
* Fixing jUnit scope for some iTest projectslresende2009-09-025-12/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810719 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-133-3/+2
| | | | | | and extend the Monitor interface to allow problems to be created without needing to access and implementation package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803875 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the atom iTest to remove debug purpose codelresende2009-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803226 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom ↵lresende2009-08-112-2/+2
| | | | | | Binding is working with this type of interfaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803224 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-1113-15/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803202 13f79535-47bb-0310-9956-ffa450edef68
* Add the license check itest to the buildantelder2009-08-091-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802506 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excluded jars and a couple of todo commentsantelder2009-08-091-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802504 13f79535-47bb-0310-9956-ffa450edef68
* Fix to correctly calculate jar name and not worry about demo-bigbank* jarsantelder2009-08-081-5/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802329 13f79535-47bb-0310-9956-ffa450edef68
* Correct distro archive dependency typeantelder2009-08-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802323 13f79535-47bb-0310-9956-ffa450edef68
* Start porting the 2.x distribution license legal check testcase from 2.x to 1.xantelder2009-08-082-0/+195
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802321 13f79535-47bb-0310-9956-ffa450edef68
* Correct version in 1.x atom pom.xml itestantelder2009-08-071-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802094 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3198 - keep generated EJB component implementations distinct. They ↵slaws2009-08-072-1/+42
| | | | | | were being resolved down to one because the hashcode was not based on any unique EJB information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801951 13f79535-47bb-0310-9956-ffa450edef68
* Add a new test. Function not supported yet so test is ignored at the moment. slaws2009-08-078-0/+324
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801935 13f79535-47bb-0310-9956-ffa450edef68
* Testcase for TUSCANY-2906 - test wsdl:imports and xsd:importsramkumar2009-08-054-2/+95
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801111 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding iTest to Buildlresende2009-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799776 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-08-014-17/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799775 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-08-016-0/+655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799774 13f79535-47bb-0310-9956-ffa450edef68
* Remove as not used when using the workspace manager to process contributionsslaws2009-07-291-81/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798886 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Extend test to include a second contributionslaws2009-07-296-8/+60
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798861 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Extend test to include an URL artifact processorslaws2009-07-296-20/+252
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798860 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Turn the test launcher into a unit testslaws2009-07-292-106/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - Fix test to use new workspace manager moduleslaws2009-07-292-19/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798818 13f79535-47bb-0310-9956-ffa450edef68
* Temporary workaround for TUSCANY-3165nash2009-07-261-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797890 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3174 - add an itest to update the extension point registry ↵slaws2009-07-2426-0/+1660
| | | | | | programmatically with some dummy XYZ extensions and process a contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797577 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende2009-07-2044-44/+44
| | | | | | when using IBM JDK 1.6 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795667 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3156ramkumar2009-07-166-0/+206
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794598 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3148 remove version dependency from zip based JEE itestsslaws2009-07-155-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
* Correct 6/06 typo in artifact nameantelder2009-07-031-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790966 13f79535-47bb-0310-9956-ffa450edef68
* Add in a second EJB component to show how the model is constructed. slaws2009-07-032-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790916 13f79535-47bb-0310-9956-ffa450edef68
* Add ws dependency for some future test binding changesslaws2009-07-031-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790915 13f79535-47bb-0310-9956-ffa450edef68
* Updated fixes for TUSCANY-3069ramkumar2009-07-032-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790853 13f79535-47bb-0310-9956-ffa450edef68
* Updated fixes for TUSCANY-3069ramkumar2009-07-023-12/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790682 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for TUSCANY-2906ramkumar2009-07-016-0/+260
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790139 13f79535-47bb-0310-9956-ffa450edef68