summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for when domain name is nullantelder2009-05-061-2/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772141 13f79535-47bb-0310-9956-ffa450edef68
* Update manifests for sca clientantelder2009-05-063-9/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772135 13f79535-47bb-0310-9956-ffa450edef68
* integrate to allow running of OASIS conformance testskelvingoodson2009-05-062-0/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772131 13f79535-47bb-0310-9956-ffa450edef68
* Continue exploring sca client api with a new module for the client ↵antelder2009-05-0611-44/+387
| | | | | | implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772115 13f79535-47bb-0310-9956-ffa450edef68
* Include spring modules in distroantelder2009-05-061-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772113 13f79535-47bb-0310-9956-ffa450edef68
* Include README files if they're present in modulesantelder2009-05-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772107 13f79535-47bb-0310-9956-ffa450edef68
* Remove old dependency on runtime moduleantelder2009-05-061-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772070 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
* Allow the SCA composite for bundles can be packaged in an external bundle ↵rfeng2009-05-053-11/+74
| | | | | | and leave the original bundles as is git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772014 13f79535-47bb-0310-9956-ffa450edef68
* Small clean up and formatting on testslresende2009-05-053-170/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772008 13f79535-47bb-0310-9956-ffa450edef68
* USCANY-2968 - Enabling more tests that are currently passinglresende2009-05-051-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772007 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
* USCANY-2968 - Enabling more tests that are currently passinglresende2009-05-051-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772004 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-055-8/+50
| | | | | | 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
* Add host-jetty dependency as binging-http needs are servlet host. For some ↵slaws2009-05-051-0/+7
| | | | | | reason this test works OK in Eclipse but doesn't work in Maven. So eclipse is picking up the jetty dependency from somewhere else. Ass some ignores also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771680 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Enabling more tests that are currently passinglresende2009-05-053-26/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771606 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 - Adding databinding dependencies to integration testslresende2009-05-051-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771603 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Enabling test that invoke remote jsonrpc services using the ↵lresende2009-05-051-4/+4
| | | | | | new operation selector/wire format implementation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771602 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
* Update spring for recent mediator change that missed th espring extensionantelder2009-05-051-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771582 13f79535-47bb-0310-9956-ffa450edef68
* Change the test case to use an external SCA bundle to control the RFC119rfeng2009-05-046-3/+151
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771488 13f79535-47bb-0310-9956-ffa450edef68
* Fix ant script problems and add a test casenash2009-05-0421-275/+482
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771426 13f79535-47bb-0310-9956-ffa450edef68
* Turn FaultExceptionMapper into a declarative system utilityrfeng2009-05-044-12/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771357 13f79535-47bb-0310-9956-ffa450edef68
* Merge the change from 1.xrfeng2009-05-041-1/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771356 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
* TUSCANY-2968 - Minor update to make serice providers follow the same ↵lresende2009-05-044-7/+12
| | | | | | implementation pattern git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771212 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Further changes trying to add the json-rpc wireformat and ↵lresende2009-05-047-16/+69
| | | | | | operation selector interceptors to the invocation chain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771209 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Moving unit tests to iTest to avoid circular referenceslresende2009-05-0411-13/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771207 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - JSONRPC operation selectorlresende2009-05-049-13/+181
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771205 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting when exceptions occur during Java interface ↵edwardsmj2009-05-031-1/+3
| | | | | | processing - tag all exceptions with the name of the Java interface class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771034 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting when exceptions occur during Java implementation ↵edwardsmj2009-05-031-28/+32
| | | | | | processing - tag all exceptions with the name of the Java class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771033 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting when exceptions occur during composite document ↵edwardsmj2009-05-031-2/+8
| | | | | | processing - tag all exceptions with the name of the composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771032 13f79535-47bb-0310-9956-ffa450edef68
* Remove the unused mediator lookuprfeng2009-05-021-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770972 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3008 disable reference test in testContributeEAR_Enhanced16 until ↵slaws2009-05-021-1/+2
| | | | | | this problem is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770931 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2978 - Add test code to exercise new JEE sample archives including ↵slaws2009-05-029-18/+483
| | | | | | code to show how to process an archive that appears outside of the contribution that references it. See TestExternalEarModelResolver.java. Some jee processing changes were required to make this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770930 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2978 - Add some more sample archives based on the scenarios here ↵slaws2009-05-0219-62/+542
| | | | | | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Java+EE+Integration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770928 13f79535-47bb-0310-9956-ffa450edef68
* Double the time the test waits for the time to live to be set into the ↵slaws2009-05-021-1/+1
| | | | | | initial context as it's failing on my machine with the existing timeout. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770927 13f79535-47bb-0310-9956-ffa450edef68
* Add a README to the spring modulesantelder2009-05-022-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770904 13f79535-47bb-0310-9956-ffa450edef68