summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-jms-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove these files as they are no longer required. Replaced by RRB... versions.slaws2009-03-263-741/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758633 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2931 - allow separate request and response wire formats in ↵slaws2009-03-2610-136/+241
| | | | | | 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
* TUSCANY-2918, Update jms support so that the service listener can be ↵antelder2009-03-252-114/+24
| | | | | | pluggable via host-jms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758239 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2922ramkumar2009-03-197-9/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755969 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2905 Implement third rule which is supposed to look for an operation ↵beckerdo2009-03-101-9/+66
| | | | | | name in the root element of the XML payload git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@752147 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2009-02-252-1/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747867 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't ↵slaws2009-02-255-10/+51
| | | | | | rely on boolean fault flag for messages of object type. Thanks for the patch Kaushik git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747826 13f79535-47bb-0310-9956-ffa450edef68
* Fix already closed bug with oneway requestsantelder2009-02-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745961 13f79535-47bb-0310-9956-ffa450edef68
* Fix already closed bug when the responseConnection is the same as the ↵antelder2009-02-191-1/+1
| | | | | | request connection git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745960 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message ↵antelder2009-02-191-0/+2
| | | | | | correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactoryantelder2009-02-193-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745897 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as ↵antelder2009-02-171-2/+4
| | | | | | RuntimeExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745140 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2839: Add checks to bypass response processing for oneway operationsantelder2009-02-175-17/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744971 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for exceptions for sca clients using text xml wireformatantelder2009-02-132-12/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744151 13f79535-47bb-0310-9956-ffa450edef68
* Change XMLTextMessageProcessor to override the createFaultMessage to handle ↵antelder2009-02-131-0/+23
| | | | | | FaultExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744098 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and ↵slaws2009-02-125-5/+5
| | | | | | DEFAULT_RESPONSE_DESTINATION_NAME and use null instead as these are just strings to indicated that there is no destination rather than being a default destination git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743917 13f79535-47bb-0310-9956-ffa450edef68
* Make sure resource factory gets set before use to avoid any NPEsantelder2009-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743780 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2839: Start at supporting services invoked by oneway requests not ↵antelder2009-02-128-18/+32
| | | | | | needing a response connection factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743710 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2841: start to add support for using a seperate response connection ↵antelder2009-02-129-3/+77
| | | | | | factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743685 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws2009-02-064-10/+21
| | | | | | returned. Add a test also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741535 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws2009-02-0513-39/+44
| | | | | | 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
* TUSCANY-2798: Fix the jms binding to use the destination in the binding ↵antelder2009-01-301-2/+13
| | | | | | response element when the request message has no replyto git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739306 13f79535-47bb-0310-9956-ffa450edef68
* Intial cut at changing the jms binding to use the jms host for the service ↵antelder2009-01-283-181/+26
| | | | | | listener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738502 13f79535-47bb-0310-9956-ffa450edef68
* Handle both InvocationTargetException and FaultExceptionantelder2009-01-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732680 13f79535-47bb-0310-9956-ffa450edef68
* Commit temporary work arounds for TUSCANY-2593antelder2009-01-072-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732415 13f79535-47bb-0310-9956-ffa450edef68
* Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar2008-12-021-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
* Mark old listener and invoker as deprecatedslaws2008-12-012-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722031 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more file that have been deleted to remove split packagesslaws2008-11-305-472/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721823 13f79535-47bb-0310-9956-ffa450edef68
* Tidy jms policy implementations to remove code from the binding and put it ↵slaws2008-11-3036-186/+580
| | | | | | 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
* Creating Java SCA 1.x branchlresende2008-11-1357-0/+6327
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68