summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-19TUSCANY-2861: Add an itest for sending/receiving nullantelder9-0/+383
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745956 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19Add a method that returns an unchecked exceptionslaws4-0/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745854 13f79535-47bb-0310-9956-ffa450edef68
2009-02-17TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as ↵antelder2-6/+7
RuntimeExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745140 13f79535-47bb-0310-9956-ffa450edef68
2009-02-17Remove old test thats nolonger applicableantelder1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744969 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Update with JIRA about the problemantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744167 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Comment out failing assertions for the time beingantelder1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744163 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Correct test nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744131 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Activate the unchecked exception test, still need to establish what the ↵antelder1-7/+10
response should really look like git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744102 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Activate text and object tests in the jms nonsca client exxceptions testantelder2-34/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744099 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Add the jms nonsca excpetions test to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744072 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13UPdate jms exceptions testcase so the object format tests workantelder1-40/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744067 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Add a JMS test for exceptions using a non-SCA JMS client. Doesn't actually ↵antelder10-0/+560
test the responses yet but the framework is there to send and receive the messages to the sca service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744060 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13Reenable a commented out test as the jira has been fixedantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744055 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Add a jms oneway itest with a nondefault connection factoryantelder9-0/+379
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743774 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Update jms response connectionFactory itest to correctly setup jndi resourcesantelder2-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743709 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Add jms noreply itest to itest buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743707 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Update noreply itest for change to not return Object arraysantelder1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743706 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Move jms responsecf itest to its own module to make it eaisier to debugantelder9-3/+248
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743681 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Add jms itest using a response ConnectionFactoryantelder3-0/+127
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743651 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Add support for resourceAdapter and its propertiesantelder1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741587 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2823 Callback problem with COMPOSITE scoped implementationvamsic00710-0/+392
* Itest for the issue git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741571 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Update validation tests for jms binidng updatesantelder4-218/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741555 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Fixes for TUSCANY-2451ramkumar10-35/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741544 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws4-2/+14
returned. Add a test also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741535 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws1-0/+6
code so that the message processors only worry about getting data in and out of JMS message while the interceptors worry about whether the data should be wrapped as an array. In this way the forward path can do array wrapping in order to keep databinding happy while the response path can omit array wrapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741219 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30TUSCANY-2798: Add an itest for a service sending the response to the ↵antelder6-0/+336
response destination defined on the jms binding element if the request message doesn't have a replyTo set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739304 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28update the jms itests to include a jms hostantelder7-374/+413
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Add an itest for folder contributions and zip contributions containing jarsantelder9-0/+224
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736977 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Fixes for TUSCANY-2772ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734958 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder6-193/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734430 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14Remove unneeded deploy.xml and .componentType filesantelder12-360/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734427 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Fix for TUSCANT-2763 & TUSCANY-2764rfeng2-11/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734063 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Add more exception testing for TUSCANY-2593antelder7-2/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732663 13f79535-47bb-0310-9956-ffa450edef68
2008-12-15remove unwanted fileslaws1-19/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726657 13f79535-47bb-0310-9956-ffa450edef68
2008-12-11TUSCANY-2707 - Updating ActiveMQ dependency to 5.2.0 version where derby ↵lresende5-6/+6
files are not embedded on the activeMQ jar. This solves the issues we were seeing with helloworld-bpel sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725498 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10TUSCANY-2732 - Separate out Tuscany extension to the component context from ↵slaws1-1/+2
the OSOA component context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725361 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724365 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07Add missing license headersantelder6-628/+736
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724113 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07Add missing license headersantelder2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724112 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05Add validation test case and further updates for TUSCANY-2698nash3-0/+174
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723501 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar101-2497/+2497
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30Remove delimited test as we don't have an example delimited wire format. Add ↵slaws10-71/+101
a JMS Object example git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721821 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30Tidy jms policy implementations to remove code from the binding and put it ↵slaws11-10/+32
into binding wire interceptors. The implication is that the JMS runtime no longer depends on the JMS policy package. Also get rid of split packages in wire format and operation selector packages. Add a binding context to the Tuscany message so that you don't have to keep finding it in the message header. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721811 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26Fixes for TUSCANY-2690ramkumar100-193/+193
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720798 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24TUSCANY-2281 - test case for getting reference collections. Thanks for the ↵slaws9-0/+543
test case Daniel git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@720215 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixes for TUSCANY-2678ramkumar76-76/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718889 13f79535-47bb-0310-9956-ffa450edef68
2008-11-18Add a jms itest using topicsantelder8-0/+361
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718645 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13Creating Java SCA 1.x branchlresende2245-0/+138802
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68