summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x (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-20Apply patch for TUSCANY-3033 from Pradeep. Thanks.rfeng6-0/+648
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776547 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-19TUSCANY-2967 - to aid investigation of possible exception processing ↵slaws32-34/+651
refactoring enhance format tests to test checked and unchecked exceptions. Also add a wf.jmsText test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776381 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18TUSCANY-3025 - Appying Sanni Lookman patch plus small fixes to make it run ↵lresende7-73/+143
successfully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776095 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Correct typo in excludeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775998 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-18Exclude dojo filesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775917 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-18Add spring runtime moduleantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775893 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-18Update legal filesantelder2-17/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775889 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-18Excelude multiple sca bindings from bundle buildantelder1-10/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775872 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude cruft from bin distroantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775856 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-18Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775835 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Rename tests and add license headerantelder4-70/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775831 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headersantelder1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775829 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Add missing license headersantelder10-1/+181
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775826 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18Exclude work session.ser from buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775819 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15A tool to save to disc the WSDL for each service, with binding.ws, within ↵slaws24-83/+1230
all of the deployable composites in a specified contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775335 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15TUSCANY-3031 Ensure that JMS wire formats that don't required a data ↵slaws11-122/+360
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 ↵slaws7-4/+118
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-12Adjusting pom with recent module name refactoring/changeslresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774119 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 ↵slaws13-6/+648
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-08Restoring catalog activity as backup/referencelresende1-0/+101
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772855 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08Adding missing Apache headers to store-androidlresende3-0/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772854 13f79535-47bb-0310-9956-ffa450edef68
2009-05-08TUSCANY-2959 - Store-android patch from Sanni Lookmanlresende6-97/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772852 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 Dependenciesramkumar7-2/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772693 13f79535-47bb-0310-9956-ffa450edef68