summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-29TUSCANY-3286 - Removing large-sdo-ws to avoid issues when building from ↵lresende10-689/+0
generated source distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820086 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17TUSCANY-3165 - revert to Simon's approach of skipping the JEE test for the ↵slaws1-0/+2
time being git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816306 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14TUSCANY-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@814809 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Correct version numbers back to 1.5.1-SNAPSHOTslaws1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814540 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Change the timeouts again. Not sure this actually has any real affect but ↵slaws1-4/+4
the change and recompile made the test work for me. I do think though that there is some intermittent problem going on. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814521 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@813789 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@812717 13f79535-47bb-0310-9956-ffa450edef68
2009-09-08TUSCANY-3263 increase the sleep time. It's failing on a old/slow linux boxslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812443 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07Copy the license checking itest from 1.x to 1.5.1 branch. It is passing ok ↵antelder2-0/+211
but haven't added it to the build yet as its got hardcoded version in the java src which will break when the release tag is done. I'll look at fixing it so its not hardcoded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812108 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Modify TargetImpl to use getCallbackReference() instead of injectionnash1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810850 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Update itest/recursive to verify successful completion (TUSCANY-3253)nash2-7/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810820 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Fixing jUnit scope for some iTest projectslresende5-12/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810721 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31TUSCANY-3248 - More testcases with the double quote issueslresende3-18/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809677 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30TUSCANY-3248 - Removing quoted tokens to avoid issues on linux/mac os ↵lresende1-7/+7
environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809409 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Fix the relative path for parent pom.xmlrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804093 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it ↵rfeng1-4/+0
internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804091 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws3-3/+3
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@803910 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Minor cleanup on the atom iTest to remove debug purpose codelresende1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803218 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@803213 13f79535-47bb-0310-9956-ffa450edef68
2009-08-11Fixes for TUSCANY-3202ramkumar11-14/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803204 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10Fixes for TUSCANY-2906 - to resolve wsdl:import and xsd:import using namespaceramkumar4-2/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802758 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@801992 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07Not included in releaseslaws19-751/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801972 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31TUSCANY-3166 - Adding iTest to Buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799772 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31TUSCANY-3166 - Making the test case works using the generated java interfacelresende4-17/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799771 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30Fix TUSCANY-3170 (add callback URI configuration support to domain manager) ↵nash23-0/+1051
and add itest/domainmgr/callback test case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799472 13f79535-47bb-0310-9956-ffa450edef68
2009-07-29TUSCANY-3174 - Add workspace manager updates to workspace from 1.x and a new ↵slaws31-0/+1858
itest for the workspace manager git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798937 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende6-0/+655
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798724 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27Update validation assertions to use new MonitorRuntimeExceptionnash2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798040 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Fix TUSCANY-3172 (domain manager doesn't report errors cleanly to the nodes)nash20-2/+1389
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797997 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Fix TUSCANY-3171 (domain manager does not load definitions.xml files)nash21-1/+1410
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
2009-07-26Remove unnecessary dependencynash1-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797984 13f79535-47bb-0310-9956-ffa450edef68
2009-07-25Fix TUSCANY-3169 (invalid characters in generated reference binding names) ↵nash29-0/+1213
and add itest/domainmgr to verify the fix git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797788 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20Disable itest/contribution-jee as workaround for TUSCANY-3165nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795684 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@795663 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@794306 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06Update project version to 1.5.1-SNAPSHOTslaws129-3451/+3451
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791455 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06Branch for 1.5.1slaws2523-0/+154952
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68