summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user ↵slaws2009-04-2621-15/+645
| | | | | | to specify which message property holds the operation name. Add tests cases for this and the default selector. Rename default selector to be all lowers case (it's still in the Tuscany namespace though) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768695 13f79535-47bb-0310-9956-ffa450edef68
* o Updated artifactId to the correct (long) one.vamsic0072009-04-251-1/+2
| | | | | | o Added missing type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768577 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2977 determine implementation.jee component type from application ↵vamsic0072009-04-255-24/+232
| | | | | | | | composite if one is available o Added a model object resolver to obtain application composite using uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768567 13f79535-47bb-0310-9956-ffa450edef68
* Merge interface-wsdl-xml into interface-wsdl moduleantelder2009-04-2550-2090/+1762
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768518 13f79535-47bb-0310-9956-ffa450edef68
* Update readme with a little more on what the plugin doesantelder2009-04-251-4/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768489 13f79535-47bb-0310-9956-ffa450edef68
* Merge binding sca xml module into model moduleantelder2009-04-2517-730/+371
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768488 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2987 code to make nativeOperation based operation selection work and ↵slaws2009-04-249-3/+448
| | | | | | add new operation selector (jmsUser) that allows you to specify what JMS message property holds the operation name. No test cases yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768402 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2986 - move the callback processing into a separate interceptor to ↵slaws2009-04-243-37/+110
| | | | | | allow other operation selectors to use it. Don't have any others just yet but about to add another one. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768374 13f79535-47bb-0310-9956-ffa450edef68
* Move the JAX-WS holder testing logic to interface-java-jaxwsrfeng2009-04-242-34/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768341 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2930 extend default format test for the chase where default is ↵slaws2009-04-243-7/+28
| | | | | | specified on reference but not on the service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768265 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2930 main part of separating wireFormat.jmsdefault out from ↵slaws2009-04-2433-92/+1791
| | | | | | wireFormat.jmsTextXML. I've spotted a few more things that need fixing but this basic functionality passes all of our current JMS tests and now better matched what the specification says about default format. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768263 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2919: Start commiting contribution from Prateek Temkar for JAX-RS ↵antelder2009-04-2429-0/+1648
| | | | | | Support in Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768260 13f79535-47bb-0310-9956-ffa450edef68
* infrastructure for running otestskelvingoodson2009-04-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768242 13f79535-47bb-0310-9956-ffa450edef68
* see README.txt for intention - seems like I have to commit this to test the ↵kelvingoodson2009-04-241-0/+1
| | | | | | svn:externals settings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768232 13f79535-47bb-0310-9956-ffa450edef68
* Add attribution of the code origins to the READMEantelder2009-04-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768209 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of typosslaws2009-04-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768207 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of typosslaws2009-04-241-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768202 13f79535-47bb-0310-9956-ffa450edef68
* Put back distribution\bundle into the buildantelder2009-04-241-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768189 13f79535-47bb-0310-9956-ffa450edef68
* Put back distribution/bundle that was inadvertently removed in r766999antelder2009-04-241-0/+747
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768188 13f79535-47bb-0310-9956-ffa450edef68
* Merge workspace xml processor into model moduleantelder2009-04-2412-707/+417
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768168 13f79535-47bb-0310-9956-ffa450edef68
* Corrected for OSGi dependency problemsedwardsmj2009-04-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768079 13f79535-47bb-0310-9956-ffa450edef68
* Corrected for OSGi dependency problemsedwardsmj2009-04-231-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768078 13f79535-47bb-0310-9956-ffa450edef68
* Corrected for OSGi dependency problemsedwardsmj2009-04-231-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768076 13f79535-47bb-0310-9956-ffa450edef68
* Corrected for OSGi dependency problemsedwardsmj2009-04-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768074 13f79535-47bb-0310-9956-ffa450edef68
* Remove bundle module from the pom.xml as it's now movedrfeng2009-04-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768007 13f79535-47bb-0310-9956-ffa450edef68
* Improve the handling of INOUT and OUT parameters using JAX-WS Holderrfeng2009-04-239-146/+168
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768005 13f79535-47bb-0310-9956-ffa450edef68
* Add an external ear modelresolver approach to the jee itestantelder2009-04-234-23/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767905 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767881 ↵kelvingoodson2009-04-230-0/+0
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Set some svn ignoresantelder2009-04-230-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767859 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767858 ↵kelvingoodson2009-04-230-0/+0
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767857 ↵kelvingoodson2009-04-231-1/+0
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Merge xsd-xml module into xsd module to tentatively test out the emerging ML ↵antelder2009-04-2322-328/+45
| | | | | | consensus on module make up git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767828 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Adding module to handle json-rpc wireformat and initial ↵lresende2009-04-2315-23/+693
| | | | | | support for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767780 13f79535-47bb-0310-9956-ffa450edef68
* Updating pom version to reflect changes made in trunk in preparation for releaselresende2009-04-232-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767779 13f79535-47bb-0310-9956-ffa450edef68
* Adding gdata dependencies to LICENSE file (copied from 1.4 release)lresende2009-04-231-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767778 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Adding new binding processor and making necessary adjustment ↵lresende2009-04-238-7/+229
| | | | | | to move to spec namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767777 13f79535-47bb-0310-9956-ffa450edef68
* Removing unecessary @Ignorelresende2009-04-231-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767776 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2968 - Creating a new http binding based on current tuscany onelresende2009-04-2333-2/+3848
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767775 13f79535-47bb-0310-9956-ffa450edef68
* Merge r767683 from 1.x branchrfeng2009-04-2230-399/+509
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767701 13f79535-47bb-0310-9956-ffa450edef68
* Add "Extensible" support for the ↵rfeng2009-04-2227-580/+692
| | | | | | ContributionMetaData/Contribution/Import/Export models (TUSCANY-2983) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767683 13f79535-47bb-0310-9956-ffa450edef68
* Add exclusion to avoid the conflicting jdk classes from felixrfeng2009-04-222-12/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767674 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-04-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767569 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-tuscany-plugin-alpha1antelder2009-04-226-0/+705
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767568 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-tuscany-plugin-alpha1antelder2009-04-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767567 13f79535-47bb-0310-9956-ffa450edef68
* Update tuscany plugin versionantelder2009-04-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767566 13f79535-47bb-0310-9956-ffa450edef68
* Add doc and legal filesantelder2009-04-224-0/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767563 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-04-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767558 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-zip-plugin-alpha1antelder2009-04-2213-0/+2194
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767557 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-zip-plugin-alpha1antelder2009-04-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767556 13f79535-47bb-0310-9956-ffa450edef68
* Update doc files for alpha1 releaseantelder2009-04-222-7/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767552 13f79535-47bb-0310-9956-ffa450edef68