Commit graph

418 commits

Author SHA1 Message Date
rfeng
4dcff75335 Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the owner of invocaiton chains
(http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html)

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 21:49:15 +00:00
antelder
6ddc91e668 Add itest for the servlet sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835862 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 14:43:27 +00:00
antelder
8afc789e2b Bump up the JMS properties test again to try to prevent the hudson build timeout fails
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831897 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 13:57:35 +00:00
antelder
01a38d872d Add the implementtaion-web client sample itest to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830025 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 23:43:55 +00:00
antelder
66a07317ae Add an itest for the implementation-web-client sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830023 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 23:42:05 +00:00
antelder
85da664220 Finish implementing the jaxws client invoke tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828991 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 10:27:15 +00:00
antelder
b1f09c1c38 Add itest for using the jaxws async APIs. Copied from jaxws to avoid stepping on whatLuciano might be doing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828960 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 08:19:00 +00:00
rfeng
756bf45a97 Remove tuscany-scdl module as it is now replaced by tuscany-deployment
Adjust itest-scdl to use the Deployer from tuscany-deployment

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828787 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 17:12:05 +00:00
lresende
f3c397b7ba TUSCANY-3294 - iTest to validate JAXWS Async Client APIs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828277 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 01:40:52 +00:00
lresende
d5679b8d17 Fixing Apache license header formatting
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828274 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 01:38:07 +00:00
rfeng
4ae4002366 This is to change the Monitor to be request scoped for most of the cases:
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods
Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods
Change the processor/resolver/builder implementation classes to not cache the Monitor

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 05:42:26 +00:00
lresende
529acd94ad Minor updates/cleanup to bpel/wsdl file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825610 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 18:38:02 +00:00
antelder
d1c32ab9c6 TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA spec
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825484 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15 12:53:26 +00:00
antelder
2669c264fc Bump up the wait interval for the test to complete in so the test doesn't fail on the slow slow slow Hudson build machine
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823444 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 07:55:02 +00:00
antelder
38ed820e61 Remove the old format itest as its been split into separate itests now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822744 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 14:03:15 +00:00
antelder
0c9f54c1d1 Fix the jmsobject itest wsdl and add the itest to the build as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822743 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 14:01:11 +00:00
antelder
4b64a12ea2 Add the format-jmstext itest to the build as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822736 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 13:48:58 +00:00
antelder
3f30bf8cf3 Add exceptions methods to wsdl interface as the 2.x runtime reports an interface missmatch without them
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822735 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 13:47:10 +00:00
antelder
e5eaa7fe07 Add in the format-jmstextxmlinjmsobjectout itest to the build as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822714 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 13:17:56 +00:00
antelder
44b53d6e49 Separate out the JMS format itests into individual modules as teh exitsing format test has multiple composites with duplicates which makes it hard to debug. Add the working format tests into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822695 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 12:35:53 +00:00
antelder
2828a49676 Add another jms exception tests to the build as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822680 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 11:53:50 +00:00
antelder
ec8eaf2e5b Add the exceptions test into build as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822667 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07 11:21:16 +00:00
antelder
8e8df73fc3 Add extra catch to make it easier to see the exception
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822257 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 13:02:05 +00:00
antelder
ed17c68eaa Fix problem with dublicate components. (still doesn't work yet)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822256 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 13:00:37 +00:00
antelder
f8fed43bb8 Add jms selector tests to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822247 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 12:31:31 +00:00
antelder
3cba7e922b Updates to finish 2.x bring up of selectors test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822244 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 12:29:55 +00:00
antelder
da2bd5223a Correct arrtibute names for OASIS spec
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822241 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 12:25:27 +00:00
antelder
e4c6d7e8f1 Add in JMS itests to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822229 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 11:52:19 +00:00
antelder
c33cdf93eb Add the working jms itests into the reactor build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822221 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 11:14:17 +00:00
antelder
6025035621 Remove the jms general itest as they've all be split out into separate modules now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822218 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 11:01:37 +00:00
antelder
7f446b89d4 Separate out the policy headers test from the jmsgeneral itests and bring up in 2.x. Is working now which is a bit of a surprise as i didn't think the policy stuff was done yet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822217 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 11:00:47 +00:00
antelder
29f0eba748 Separate out the jms properties tests from the general tests and bring up on 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822214 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:53:47 +00:00
antelder
34bd638efe Separate out the exceptions test from the jms general tests. Doesnt work yet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822204 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:34:25 +00:00
slaws
f1bea784df Correct duplicate component test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822199 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:28:52 +00:00
antelder
227155bccd Separate out the defaults test from the jms general tests and bringup for 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822197 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:26:25 +00:00
antelder
8f0f6bf085 Separate out the oneway test from the jms general itests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822194 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:21:13 +00:00
antelder
282390d64f Separate out the rpc test from the jms geneal tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822191 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:15:46 +00:00
antelder
3daddc138b Separate out the rpc test from the jms geneal tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822189 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:14:15 +00:00
antelder
5e289501f7 Separate the non-sca-client test out og the jms general itests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822184 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 10:04:31 +00:00
antelder
13bd9ddabe Separate the uri-rpc test out og the jms general itests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822180 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 09:51:13 +00:00
antelder
dc31f045f2 Separate the dynamicreplyq test out from the jms general itest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822175 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 09:38:18 +00:00
antelder
7b14d4de01 Update all the JMS itests to use the 2.x tuscany namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822173 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 09:18:51 +00:00
antelder
73c734b3e0 Copy out the external broker test from the general tests project
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821868 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 15:42:57 +00:00
antelder
bf81cd323a Fix another promoted reference
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821795 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 13:32:46 +00:00
antelder
573d7cc353 Update for OASIS renamed attribute
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821790 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 13:18:53 +00:00
antelder
e19f254d47 Fix another of the reference with a promoted binding problems
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821789 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 13:18:27 +00:00
antelder
16777aeb48 Add sca-contribution.xml files for the JMS itests and accociated changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821784 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 13:10:36 +00:00
antelder
22748d3282 Add sca-contribution.xml files for the JMS itests and accociated changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821782 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 12:58:05 +00:00
antelder
c79f5c978d Change all the JMS itest name attribute to jndiName
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821771 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 12:26:59 +00:00
rfeng
217907b995 Re-enable the test case as now TUSCANY-3296 is fixed under r821679
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821683 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 04:49:16 +00:00