summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-20Updating java doc for HTTP JSON-RPC wireformat/operation selector extensionslresende15-17/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776579 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Reporting fault message with exception in json representation, when jsonrpc ↵lresende3-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
2009-05-20Removing obsolete FIXME tags, as exceptions are handled ok on wireFormat ↵lresende1-14/+1
interceptor already git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776575 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19Do BytesMessage.reset() on BytesMP, DefaultMP to be consistent across wire ↵scottkurz2-1/+3
formats. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776461 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18TUSCANY-3032 - fix binding.ejb schema so that ejb-link-name is a string not ↵slaws1-1/+1
an NCName git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775942 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18TUSCANY-3030 if the fault exception mapper is null try getting it from the ↵slaws1-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
2009-05-18Mereg bouncy castle excludes from 1.5 to 1.xantelder1-0/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775899 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Remove provided csope from spring dependenciesantelder1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775891 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude bouncycastleantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775888 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headerantelder5-72/+164
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775837 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15TUSCANY-3031 Ensure that JMS wire formats that don't required a data ↵slaws8-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
2009-05-15TUSCANY-2967 Fix up just jmsBytes wire format to return exceptions as bytes ↵slaws1-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
2009-05-14Fix NPE bug in TUSCANY-2962 fixscottkurz2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774957 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Add support for using Tuscany threads instead on setMessageListener in a JEE ↵antelder7-15/+90
container environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774720 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Start bringing up Tuscany version of JMS transport so the setMessageListener ↵antelder9-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
2009-05-13Abandon trying to use the new Axis2 JMS transport for now as its proving too ↵antelder83-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
2009-05-13Fix for TUSCANY-3017ramkumar1-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774244 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Removing obsolete modules that have been merged or renamed.lresende36-4375/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774123 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Renaming binding-http-new-jsonrpc* to binding-http-jsonrpc*lresende29-8/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774117 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Merging HTTPBindingProcessor from binding-http-new that introduces support ↵lresende4-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
2009-05-12Remove unused classesrfeng8-907/+124
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774074 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Leverage optimization from the Axiom 1.2.7rfeng4-42/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774053 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12Fix for TUSCANY-2962ramkumar2-1/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773823 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11Merging changes from binding-http-new that introduces support to wire format ↵lresende8-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
2009-05-11Add a new soap/jms transport module copied from the Apache WS Commons ↵antelder83-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
2009-05-08Performance enhancement to avoid processing the deployable composite twice ↵lresende1-0/+15
when starting a node git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773118 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08TUSCANY-3011 correct JMS binding XSD to make OperationalProperties/Headers ↵slaws1-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
2009-05-08TUSCANY-2900 - Add code to generate JMS binding and service/port to ↵slaws3-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
2009-05-07Refactoring Spring Moduleramkumar1-0/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772718 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Refactoring Spring Moduleramkumar42-1435/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772717 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Changing Spring Dependenciesramkumar2-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772693 13f79535-47bb-0310-9956-ffa450edef68
2009-05-07Refactoring Spring Moduleramkumar21-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772608 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06moving spring-runtime to spring-scaramkumar21-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772357 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Refactoring Spring moduleramkumar4-41/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772162 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Refactoring Spring moduleramkumar1-0/+216
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772155 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Refactoring Spring moduleramkumar21-0/+1837
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772154 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Refactoring Spring moduleramkumar38-3614/+2145
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772153 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Renaming Spring modules as oldramkumar78-0/+6169
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772152 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06Removing unwanted files, got in accidentalyramkumar25-640/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772150 13f79535-47bb-0310-9956-ffa450edef68
2009-05-06git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772148 ↵ramkumar25-0/+640
13f79535-47bb-0310-9956-ffa450edef68
2009-05-06TUSCANY-2968 - Fixing NPE with pure http bindinglresende1-9/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772022 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05TUSCANY-2968 - Fixing exception handling issues to properly report ↵lresende2-14/+28
exceptions as json error responses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772005 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05TUSCANY-2968 - Fixing data binding related issues to properly transform ↵lresende3-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
2009-05-05TUSCANY-3005 - Take account of the case where there are either no input ↵slaws1-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
2009-05-05Tidy commentslaws1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771723 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05TUSCANY-2968 - Setting JSON dataBinding on service interface contractlresende2-0/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771605 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05TUSCANY-2968 - JSONRPC invocation using operation selector and wire formats ↵lresende4-9/+251
working end to end git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771601 13f79535-47bb-0310-9956-ffa450edef68
2009-05-05TUSCANY-2968 - Discovering and adding wire format and operation selector ↵lresende5-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
2009-05-05Fixing NPE when no operation provided when creating invokerlresende1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771598 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04Set context for mediateFault as well.scottkurz1-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771345 13f79535-47bb-0310-9956-ffa450edef68