summaryrefslogtreecommitdiffstats
path: root/java/sca/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-16This is to change the Monitor to be request scoped for most of the cases:rfeng1-5/+5
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-15Minor updates/cleanup to bpel/wsdl filelresende3-18/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825610 13f79535-47bb-0310-9956-ffa450edef68
2009-10-15TUSCANY-3300, Update @Service annotation to match the latest SCA-J CAA specantelder5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825484 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Bump up the wait interval for the test to complete in so the test doesn't ↵antelder1-1/+1
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-07Remove the old format itest as its been split into separate itests nowantelder69-3831/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822744 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Fix the jmsobject itest wsdl and add the itest to the build as it works nowantelder3-3/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822743 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Add the format-jmstext itest to the build as it works nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822736 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Add exceptions methods to wsdl interface as the 2.x runtime reports an ↵antelder1-0/+14
interface missmatch without them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822735 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Add in the format-jmstextxmlinjmsobjectout itest to the build as it works nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822714 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Separate out the JMS format itests into individual modules as teh exitsing ↵antelder170-5/+7837
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-07Add another jms exception tests to the build as it works nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822680 13f79535-47bb-0310-9956-ffa450edef68
2009-10-07Add the exceptions test into build as it works nowantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822667 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Add extra catch to make it easier to see the exceptionantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822257 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Fix problem with dublicate components. (still doesn't work yet)antelder2-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822256 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Add jms selector tests to buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822247 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Updates to finish 2.x bring up of selectors testantelder3-5/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822244 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Correct arrtibute names for OASIS specantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822241 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Add in JMS itests to the buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822229 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Add the working jms itests into the reactor buildantelder1-6/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822221 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Remove the jms general itest as they've all be split out into separate ↵antelder53-2422/+0
modules now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822218 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate out the policy headers test from the jmsgeneral itests and bring up ↵antelder12-0/+537
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-06Separate out the jms properties tests from the general tests and bring up on 2.xantelder11-0/+490
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822214 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate out the exceptions test from the jms general tests. Doesnt work yetantelder13-0/+562
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822204 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Correct duplicate component testslaws1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822199 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate out the defaults test from the jms general tests and bringup for 2.xantelder9-0/+359
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822197 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate out the oneway test from the jms general itestsantelder11-0/+439
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822194 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate out the rpc test from the jms geneal testsantelder4-0/+151
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822191 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate out the rpc test from the jms geneal testsantelder5-0/+219
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822189 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate the non-sca-client test out og the jms general itestsantelder9-0/+469
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822184 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate the uri-rpc test out og the jms general itestsantelder9-0/+365
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822180 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Separate the dynamicreplyq test out from the jms general itestantelder9-0/+367
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822175 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Update all the JMS itests to use the 2.x tuscany namespaceantelder13-13/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822173 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Copy out the external broker test from the general tests projectantelder9-0/+386
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821868 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Fix another promoted referenceantelder1-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821795 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Update for OASIS renamed attributeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821790 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Fix another of the reference with a promoted binding problemsantelder1-11/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821789 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Add sca-contribution.xml files for the JMS itests and accociated changesantelder2-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821784 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Add sca-contribution.xml files for the JMS itests and accociated changesantelder14-10/+153
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821782 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Change all the JMS itest name attribute to jndiNameantelder12-37/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821771 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Re-enable the test case as now TUSCANY-3296 is fixed under r821679rfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821683 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04Increase the delay before running the client again as its still failing ↵antelder1-1/+1
sometimes on the Hudson build machine. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821482 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04Add an @Ignore on the test as its failing presentlyantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821480 13f79535-47bb-0310-9956-ffa450edef68
2009-10-03TUSCANY-3290 - Providing test case to validate case when interface is ↵lresende2-0/+77
annotated with @Remotable, but SCDL has a interface.java with remote attribute set to false git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821363 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Bring up the JMS topics itest. (coincidentally, this had the same issue ↵antelder3-9/+32
Luciano just emailed about bindings on promoted services and references being ignored) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821007 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Merge policy-xml and definitions-xml into assembly-xmlantelder1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02Make CompositeActivator a stateless utility by using CompositeContext to ↵rfeng1-3/+0
hold the context from the Node including the endpointRegistry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820854 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Update testcase to work if the cargo jndi environment did workantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820638 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Start of an itest for the jms webapp sample. Doesn't work yet as i can't get ↵antelder2-0/+266
the cargo plugin to correctly configure the jms jndi resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820633 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Add scdl module and itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820564 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01Update scdl itest for ws bindingantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820562 13f79535-47bb-0310-9956-ffa450edef68