summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-01TUSCANY-3283 - improve the wsdlgen test case to test the situation where a ↵slaws13-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
2009-09-30fixing itest/domainmgr poms that were referencing 1.5.1 artifact instead 1.6adrianocrestani16-58/+70
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820452 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29TUSCANY-3283 - add test case to look in more detail at how POJOs are ↵slaws8-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
2009-09-29Extend basic auth support to match the credentials set in the policy. Not a ↵slaws1-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
2009-09-15TUSCANY-3265 Increase time to live to give a better chance of catching the ↵slaws1-1/+1
response message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815265 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r810820, r810822 and r810850 changes from 1.5.1 branch to 1.x branchnash3-11/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814415 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r809409, r809677 and r812443 changes from 1.5.1 branch to 1.x branchnash4-26/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814403 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r799472 changes from 1.5.1 branch to 1.x branchnash23-0/+1051
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814396 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797997, r798040 and r798050 changes from 1.5.1 branch to 1.x branchnash22-4/+1391
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814393 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797984, r797987 and r797991 changes from 1.5.1 branch to 1.x branchnash22-9/+1410
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814389 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Copy r797788 changes from 1.5.1 branch to 1.x branchnash29-0/+1213
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814387 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Add itest/jaxws for TUSCANY-3267nash6-0/+332
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813784 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Add missing import statementnash1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812810 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09Modify the test to run successfully if the distro has not been built yetnash1-1/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812808 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08TUSCANY-3264 - Moving all wstx dependencies to 3.2.4 where the prefix ↵lresende1-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
2009-09-04Fixes for TUSCANY-3250: Testcases for multiple application context using ↵ramkumar5-99/+66
MANIFEST.MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811233 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Merge from 1.5.1:rfeng1-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
2009-09-02Fixing jUnit scope for some iTest projectslresende5-12/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810719 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws3-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
2009-08-11Minor cleanup on the atom iTest to remove debug purpose codelresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803226 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11TUSCANY-3166 - Updating test case to use interface.wsdl now that Atom ↵lresende2-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
2009-08-11Fixes for TUSCANY-3202ramkumar13-15/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803202 13f79535-47bb-0310-9956-ffa450edef68
2009-08-09Add the license check itest to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802506 13f79535-47bb-0310-9956-ffa450edef68
2009-08-09Add some more excluded jars and a couple of todo commentsantelder1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802504 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Fix to correctly calculate jar name and not worry about demo-bigbank* jarsantelder1-5/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802329 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Correct distro archive dependency typeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802323 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08Start porting the 2.x distribution license legal check testcase from 2.x to 1.xantelder2-0/+195
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802321 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Correct version in 1.x atom pom.xml itestantelder1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802094 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07TUSCANY-3198 - keep generated EJB component implementations distinct. They ↵slaws2-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
2009-08-07Add a new test. Function not supported yet so test is ignored at the moment. slaws8-0/+324
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801935 13f79535-47bb-0310-9956-ffa450edef68
2009-08-05Testcase for TUSCANY-2906 - test wsdl:imports and xsd:importsramkumar4-2/+95
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801111 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01TUSCANY-3166 - Adding iTest to Buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799776 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01TUSCANY-3166 - Making the test case works using the generated java interfacelresende4-17/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799775 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende6-0/+655
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799774 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29Remove as not used when using the workspace manager to process contributionsslaws1-81/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798886 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29TUSCANY-3174 - Extend test to include a second contributionslaws6-8/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798861 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29TUSCANY-3174 - Extend test to include an URL artifact processorslaws6-20/+252
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798860 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29TUSCANY-3174 - Turn the test launcher into a unit testslaws2-106/+118
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798822 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29TUSCANY-3174 - Fix test to use new workspace manager moduleslaws2-19/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798818 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Temporary workaround for TUSCANY-3165nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797890 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24TUSCANY-3174 - add an itest to update the extension point registry ↵slaws26-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
2009-07-20TUSCANY-3163 - Fixing non-ascii characters that were producing build failure ↵lresende44-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
2009-07-16Fixes for TUSCANY-3156ramkumar6-0/+206
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794598 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15TUSCANY-3148 remove version dependency from zip based JEE itestsslaws5-5/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794326 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Correct 6/06 typo in artifact nameantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790966 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Add in a second EJB component to show how the model is constructed. slaws2-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790916 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Add ws dependency for some future test binding changesslaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790915 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03Updated fixes for TUSCANY-3069ramkumar2-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790853 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Updated fixes for TUSCANY-3069ramkumar3-12/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790682 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01Testcases for TUSCANY-2906ramkumar6-0/+260
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790139 13f79535-47bb-0310-9956-ffa450edef68