summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating java doc for HTTP JSON-RPC wireformat/operation selector extensionslresende2009-05-2015-17/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776579 13f79535-47bb-0310-9956-ffa450edef68
* Reporting fault message with exception in json representation, when jsonrpc ↵lresende2009-05-203-17/+37
| | | | | | operation selector interceptor can't parse json request git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776577 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete FIXME tags, as exceptions are handled ok on wireFormat ↵lresende2009-05-201-14/+1
| | | | | | interceptor already git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776575 13f79535-47bb-0310-9956-ffa450edef68
* Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire ↵scottkurz2009-05-192-1/+3
| | | | | | formats. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776461 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3032 - fix binding.ejb schema so that ejb-link-name is a string not ↵slaws2009-05-181-1/+1
| | | | | | an NCName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775942 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3030 if the fault exception mapper is null try getting it from the ↵slaws2009-05-181-1/+8
| | | | | | registry before returning the fault unmapped. This takes care of the case there the mapper is null just because the JavaRuntimeModuleActivator is started before the DatabindingModuleActivator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775935 13f79535-47bb-0310-9956-ffa450edef68
* Mereg bouncy castle excludes from 1.5 to 1.xantelder2009-05-181-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775899 13f79535-47bb-0310-9956-ffa450edef68
* Remove provided csope from spring dependenciesantelder2009-05-181-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775891 13f79535-47bb-0310-9956-ffa450edef68
* Exclude bouncycastleantelder2009-05-181-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775888 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2009-05-185-72/+164
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775837 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3031 Ensure that JMS wire formats that don't required a data ↵slaws2009-05-158-8/+8
| | | | | | transformation work when interface.wsdl is used. Use the component type interface rather than the service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775328 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2967 Fix up just jmsBytes wire format to return exceptions as bytes ↵slaws2009-05-151-0/+30
| | | | | | to see if this is what we want git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775324 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE bug in TUSCANY-2962 fixscottkurz2009-05-142-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774957 13f79535-47bb-0310-9956-ffa450edef68
* Add support for using Tuscany threads instead on setMessageListener in a JEE ↵antelder2009-05-147-15/+90
| | | | | | container environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774720 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up Tuscany version of JMS transport so the setMessageListener ↵antelder2009-05-149-3/+2006
| | | | | | not allowed in a JEE container can be fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774701 13f79535-47bb-0310-9956-ffa450edef68
* Abandon trying to use the new Axis2 JMS transport for now as its proving too ↵antelder2009-05-1383-12546/+0
| | | | | | messy tryingto backport it to the 1.4.1 release. Now trying a new approach which modifies the JMS transport from Axis2 1.4.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774293 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3017ramkumar2009-05-131-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774244 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete modules that have been merged or renamed.lresende2009-05-1236-4375/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774123 13f79535-47bb-0310-9956-ffa450edef68
* Renaming binding-http-new-jsonrpc* to binding-http-jsonrpc*lresende2009-05-1229-8/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774117 13f79535-47bb-0310-9956-ffa450edef68
* Merging HTTPBindingProcessor from binding-http-new that introduces support ↵lresende2009-05-124-3/+169
| | | | | | to wire format and operation selector to the main binding-http. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774115 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classesrfeng2009-05-128-907/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774074 13f79535-47bb-0310-9956-ffa450edef68
* Leverage optimization from the Axiom 1.2.7rfeng2009-05-124-42/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774053 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2962ramkumar2009-05-122-1/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773823 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from binding-http-new that introduces support to wire format ↵lresende2009-05-118-784/+1041
| | | | | | and operation selector to the main binding-http. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773719 13f79535-47bb-0310-9956-ffa450edef68
* Add a new soap/jms transport module copied from the Apache WS Commons ↵antelder2009-05-1183-0/+12546
| | | | | | transports but with the code backported to work with Axis2 1.4.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773489 13f79535-47bb-0310-9956-ffa450edef68
* Performance enhancement to avoid processing the deployable composite twice ↵lresende2009-05-081-0/+15
| | | | | | when starting a node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773118 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3011 correct JMS binding XSD to make OperationalProperties/Headers ↵slaws2009-05-081-1/+1
| | | | | | optional as per the OSOA spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2900 - Add code to generate JMS binding and service/port to ↵slaws2009-05-083-6/+46
| | | | | | generated wsdl. Add itest to explore the different ways of configuring generated WSDL. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772957 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Moduleramkumar2009-05-071-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772718 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Moduleramkumar2009-05-0742-1435/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772717 13f79535-47bb-0310-9956-ffa450edef68
* Changing Spring Dependenciesramkumar2009-05-072-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772693 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring Moduleramkumar2009-05-0721-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772608 13f79535-47bb-0310-9956-ffa450edef68
* moving spring-runtime to spring-scaramkumar2009-05-0621-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772357 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-064-41/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772162 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-061-0/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772155 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-0621-0/+1837
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772154 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring Spring moduleramkumar2009-05-0638-3614/+2145
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772153 13f79535-47bb-0310-9956-ffa450edef68
* Renaming Spring modules as oldramkumar2009-05-0678-0/+6169
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772152 13f79535-47bb-0310-9956-ffa450edef68
* Removing unwanted files, got in accidentalyramkumar2009-05-0625-640/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772150 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772148 ↵ramkumar2009-05-0625-0/+640
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Fixing NPE with pure http bindinglresende2009-05-061-9/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772022 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Fixing exception handling issues to properly report ↵lresende2009-05-052-14/+28
| | | | | | exceptions as json error responses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772005 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Fixing data binding related issues to properly transform ↵lresende2009-05-053-58/+43
| | | | | | to/from json format as needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772003 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3005 - Take account of the case where there are either no input ↵slaws2009-05-051-8/+27
| | | | | | parameters or a void return type (or both). Thanks for the patch Kaushik. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771740 13f79535-47bb-0310-9956-ffa450edef68
* Tidy commentslaws2009-05-051-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771723 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Setting JSON dataBinding on service interface contractlresende2009-05-052-0/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771605 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - JSONRPC invocation using operation selector and wire formats ↵lresende2009-05-054-9/+251
| | | | | | working end to end git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771601 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Discovering and adding wire format and operation selector ↵lresende2009-05-055-11/+117
| | | | | | interceptors via extension point, but inside binding provider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771600 13f79535-47bb-0310-9956-ffa450edef68
* Fixing NPE when no operation provided when creating invokerlresende2009-05-051-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771598 13f79535-47bb-0310-9956-ffa450edef68
* Set context for mediateFault as well.scottkurz2009-05-041-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771345 13f79535-47bb-0310-9956-ffa450edef68