summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/jms (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13Moving 1.x trunklresende53-2442/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Merge all changes from 1.5.2 branch into trunkrfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15TUSCANY-3265 Increase time to live to give a better chance of catching the ↵slaws1-1/+1
response message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815265 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28increase the timout a little as it occasionally fails on my PCslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779502 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24TUSCANY-2987 code to make nativeOperation based operation selection work and ↵slaws1-1/+2
add new operation selector (jmsUser) that allows you to specify what JMS message property holds the operation name. No test cases yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768402 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24TUSCANY-2930 main part of separating wireFormat.jmsdefault out from ↵slaws4-9/+44
wireFormat.jmsTextXML. I've spotted a few more things that need fixing but this basic functionality passes all of our current JMS tests and now better matched what the specification says about default format. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768263 13f79535-47bb-0310-9956-ffa450edef68
2009-04-18Bump up 1.x trunk version to 1.6-SNAPSHOTantelder1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766265 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16Change some jms ports to try to fix continuum build conflictsantelder2-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765635 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26TUSCANY-2931 - allow separate request and response wire formats in ↵slaws2-2/+4
binding.jms. The tuscany binding.jms XSD has been extended to allow a response wireFormat element to be specified. The knock on effect of all this is that the Operation interface has been changed to allow input and output wrapper info to be held separately. Also Interface has some new operations. There are changes across the code base to take account of this interface change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758625 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747867 13f79535-47bb-0310-9956-ffa450edef68
2009-02-17TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as ↵antelder1-1/+1
RuntimeExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745140 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-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-12Move jms responsecf itest to its own module to make it eaisier to debugantelder4-129/+2
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-01-28update the jms itests to include a jms hostantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 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-11TUSCANY-2707 - Updating ActiveMQ dependency to 5.2.0 version where derby ↵lresende1-1/+1
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-02Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30Tidy jms policy implementations to remove code from the binding and put it ↵slaws1-0/+7
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-19Fixes for TUSCANY-2678ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718889 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13Creating Java SCA 1.x branchlresende49-0/+2246
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68