summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3286 - Removing large-sdo-ws to avoid issues when building from ↵lresende2009-09-2910-689/+0
| | | | | | generated source distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820086 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3165 - revert to Simon's approach of skipping the JEE test for the ↵slaws2009-09-171-0/+2
| | | | | | time being git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816306 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3265 Increase time to live to give a better chance of catching the ↵slaws2009-09-141-1/+1
| | | | | | response message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814809 13f79535-47bb-0310-9956-ffa450edef68
* Correct version numbers back to 1.5.1-SNAPSHOTslaws2009-09-141-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814540 13f79535-47bb-0310-9956-ffa450edef68
* Change the timeouts again. Not sure this actually has any real affect but ↵slaws2009-09-141-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
* Add itest/jaxws for TUSCANY-3267nash2009-09-116-0/+332
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813789 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@812717 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3263 increase the sleep time. It's failing on a old/slow linux boxslaws2009-09-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812443 13f79535-47bb-0310-9956-ffa450edef68
* Copy the license checking itest from 1.x to 1.5.1 branch. It is passing ok ↵antelder2009-09-072-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
* Modify TargetImpl to use getCallbackReference() instead of injectionnash2009-09-031-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810850 13f79535-47bb-0310-9956-ffa450edef68
* Update itest/recursive to verify successful completion (TUSCANY-3253)nash2009-09-032-7/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810820 13f79535-47bb-0310-9956-ffa450edef68
* Fixing jUnit scope for some iTest projectslresende2009-09-025-12/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810721 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3248 - More testcases with the double quote issueslresende2009-08-313-18/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809677 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3248 - Removing quoted tokens to avoid issues on linux/mac os ↵lresende2009-08-301-7/+7
| | | | | | environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809409 13f79535-47bb-0310-9956-ffa450edef68
* Fix the relative path for parent pom.xmlrfeng2009-08-141-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804093 13f79535-47bb-0310-9956-ffa450edef68
* Remove calls to XMLStreamWriter.setPrefix() as writeNamespace() invokes it ↵rfeng2009-08-141-4/+0
| | | | | | internally (TUSCANY-3212) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804091 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3213 - move ProblemImpl from assembly.builder.impl to monitor.impl ↵slaws2009-08-133-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
* Minor cleanup on the atom iTest to remove debug purpose codelresende2009-08-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803218 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@803213 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3202ramkumar2009-08-1111-14/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803204 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2906 - to resolve wsdl:import and xsd:import using namespaceramkumar2009-08-104-2/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802758 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@801992 13f79535-47bb-0310-9956-ffa450edef68
* Not included in releaseslaws2009-08-0719-751/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding iTest to Buildlresende2009-07-311-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799772 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Making the test case works using the generated java interfacelresende2009-07-314-17/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799771 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3170 (add callback URI configuration support to domain manager) ↵nash2009-07-3023-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
* TUSCANY-3174 - Add workspace manager updates to workspace from 1.x and a new ↵slaws2009-07-2931-0/+1858
| | | | | | itest for the workspace manager git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798937 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3166 - Adding testcase to reproduce the problem describedlresende2009-07-286-0/+655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798724 13f79535-47bb-0310-9956-ffa450edef68
* Update validation assertions to use new MonitorRuntimeExceptionnash2009-07-272-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798040 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3172 (domain manager doesn't report errors cleanly to the nodes)nash2009-07-2620-2/+1389
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797997 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3171 (domain manager does not load definitions.xml files)nash2009-07-2621-1/+1410
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary dependencynash2009-07-261-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797984 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-3169 (invalid characters in generated reference binding names) ↵nash2009-07-2529-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
* Disable itest/contribution-jee as workaround for TUSCANY-3165nash2009-07-201-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795684 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@795663 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@794306 13f79535-47bb-0310-9956-ffa450edef68
* Update project version to 1.5.1-SNAPSHOTslaws2009-07-06129-3451/+3451
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791455 13f79535-47bb-0310-9956-ffa450edef68
* Branch for 1.5.1slaws2009-07-062523-0/+154952
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68