Commit graph

9,406 commits

Author SHA1 Message Date
antelder
dc675dc249 Add copy of the axis2 tests that use the JAXWS RI provider included in the base jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955879 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 08:16:29 +00:00
slaws
51bf2ceb4c Check for message context being null to prevent NPE when these methods are called from a new thread.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955860 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18 07:06:31 +00:00
slaws
1f2fae1162 Remove the binding.ws specific callback test as I've moved its contents to the ws itest folder. See itest/ws/contribution-callback*
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955619 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:46:22 +00:00
slaws
344a8818e9 Add the new callback contributions to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955612 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:28:26 +00:00
slaws
b4387b6675 TUSCANY-3593 - Modify the base callback test so that it uses the most minimal configuration. The forwardspec contribution now tests the case where forward bindings are included on service and reference side.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955611 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:27:48 +00:00
slaws
e881639734 Add launcher for forward specified callback contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955609 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:20:52 +00:00
slaws
b8166985de A callback contribution where only the forward bindings are specified.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955608 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:20:03 +00:00
slaws
b7078cf766 Add launcher for fully specified callback contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955607 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:15:09 +00:00
slaws
95e4c72a4e Add a ws binding specific full specified callback test contribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955606 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 14:13:57 +00:00
slaws
fa1fc36d07 Add a flag to the binding builder to indicate that generated data should be regenerated. Also rename the methods for getting/setting the generated data to make it more obvious that that's what it's doing.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955601 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 13:55:03 +00:00
edwardsmj
8e27ce1f6c Add manifest entries for packages org.apache.tuscany.sca.context and org.apache.tuscany.sca.work to enable correct operation under OSGi
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955565 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:17:10 +00:00
slaws
2f18ce4790 improve variable name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955562 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 11:58:16 +00:00
slaws
f74dc2ca62 TUSCANY-3593 - Create an endpoint on the fly at the point a reference target is resolved in order to handle callbacks. This investigation has raised some questions that OASIS needs to answer, e.g. how to handle policy in this late bound scenario. Also this code change turns off generated WSDL caching and also relies on the SCA binding being attached to the callback service to carry the binding URI but this causes problems if you explicitly specify binding.sca. So more work to do but the basic test passes now.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955544 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 10:43:48 +00:00
slaws
f189bbedd0 Wait test checked in by mistake. Set to ignore.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955503 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 08:07:26 +00:00
edwardsmj
0833e8f7ec Add missing MANIFEST.MF entry for assembly-xsd package to enable Tuscany to run correctly under OSGi
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955491 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 06:35:31 +00:00
slaws
557f70c641 small updates to comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955242 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 14:41:22 +00:00
slaws
508795fb66 TUSCANY-3591 - extra test for this fix over and above what's included in ws otests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955197 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 11:15:07 +00:00
slaws
147e55af25 Add callback test case. Different from the otest in that it's testing SCA to SCA callbacks. I may combine this with the itest/callback-ws test we already have but that's testing different SCDL combinations at the moment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955180 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 10:18:20 +00:00
slaws
10fe9dfd3f Re-enable the wsdl first contribution and the test case that launches it
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955162 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 09:13:09 +00:00
antelder
e03948964c Change to use port 61606 to see if that fixes the hudson build fail
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955153 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 08:21:18 +00:00
antelder
e5e8048ff1 Add license headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955144 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 07:18:30 +00:00
slaws
a8a5be5e8e Single node test works so am re-enabling it.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954936 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 15:43:14 +00:00
slaws
26f32e7e0d Turn complex message passing test back on
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954932 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 15:32:32 +00:00
slaws
25388cb132 Turn on basic fault test and add these tests to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954912 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 14:37:07 +00:00
slaws
f5324f60f0 Change Tuscany dependency to JAXWS dependency as this module is pure JAXWS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954911 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 14:36:03 +00:00
slaws
ab25668543 Change launched contribution from target/classes to be the generated contribution jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954896 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 14:08:39 +00:00
antelder
a529057c7c Use more general exception as diff jdks and urls give diff exceptions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954872 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:23:22 +00:00
antelder
c7124b0086 Make src jar for the base jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954871 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:21:20 +00:00
antelder
1b68ed1867 Correct unzip dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954870 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:20:34 +00:00
antelder
a40e7c385a Simplify doc files and make it so there are minimal places that hard code the release version that need updating at release time
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954869 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:19:54 +00:00
antelder
040a8c7f03 Simplify doc files and make it so there are minimal places that hard code the release version that need updating at release time
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954868 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:19:34 +00:00
antelder
d0fc025645 Add some more excludes from the src distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954867 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:18:04 +00:00
slaws
bde5227b20 TUSCANY-3591 - correct the promotion hierarchy for callback references/service. Thanks to Mike for working on this in parallel with writing the Otests for this.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954864 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:17:06 +00:00
slaws
f30cb0860c Tidy up callback test URIs and temporarily disable the first one pending TUSCANY-3593
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954860 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 13:03:32 +00:00
slaws
79ecf91c24 TUSCANY-3594 - flow the actual callback URL in the SOAP header as opposed to the SCA endpoint URI. Thanks to Mike for working on this in parallel with writing the Otests for this.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954856 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 12:57:56 +00:00
antelder
aa7a492daf Update to ignore itests and samples (how was this ever working?)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954841 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 11:50:07 +00:00
antelder
d33efd34df Update license checker as the latest assembly plugin config changed the directory name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954825 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 11:15:22 +00:00
antelder
20b8a47805 Add itests for RAT checking of the src distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954766 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 08:56:27 +00:00
antelder
1899df0bf7 Move the rat plugin run to the distribution itests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954741 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 08:01:06 +00:00
antelder
de64a50f0b Move rat plugin run to the distribution itest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954739 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 08:00:29 +00:00
antelder
b401e22e38 Add some more excludes for junk in the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954736 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 07:55:20 +00:00
antelder
1999869a03 Remove old rat config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954726 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 07:04:31 +00:00
antelder
79bf12a1c7 Remove dir format as its done in the itest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954724 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 06:49:16 +00:00
antelder
78da6bfaa9 Update to use buildZips property instead of profile name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954723 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15 06:46:50 +00:00
antelder
23f208fcbc Include dir distro in bin-distribution.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954633 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:26:53 +00:00
antelder
2caf85fa78 Add rat plugin config to automatically run and validate rat as part of the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954632 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:22:35 +00:00
antelder
e8ec07b8a4 Exclude generate sdo stuff
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954629 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 20:21:29 +00:00
antelder
7b5efa5048 Update to release profile to remove the hardcoded deployment repo and start adding the rat plugin config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954481 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 14:23:50 +00:00
antelder
0e3d3e7639 Add features to the release profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954478 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 13:49:21 +00:00
antelder
14132d136e Change profile name to release to match the release profile as otheriwse you vcan't get both release and the distribution zips, update to the latest assembly plugin to fix bug in attch processing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954473 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 13:45:34 +00:00