summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* TUSCANY-2987, TUSCANY-2964. Rename operation selector that allows the user ↵slaws2009-04-268-15/+18
| | | | | | 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
* 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
* TUSCANY-2987 code to make nativeOperation based operation selection work and ↵slaws2009-04-248-2/+446
| | | | | | 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 main part of separating wireFormat.jmsdefault out from ↵slaws2009-04-2421-83/+1301
| | | | | | 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
* Improve the handling of INOUT and OUT parameters using JAX-WS Holderrfeng2009-04-238-144/+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-232-23/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767905 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
* 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
* 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
* Update to introspect external ear archivesantelder2009-04-221-4/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767522 13f79535-47bb-0310-9956-ffa450edef68
* Move testcase to an itestantelder2009-04-222-53/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767512 13f79535-47bb-0310-9956-ffa450edef68
* Set the EJB classloader in EJBModuleInfo.vamsic0072009-04-211-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767214 13f79535-47bb-0310-9956-ffa450edef68
* Type should be WAR instead of EAR.vamsic0072009-04-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767212 13f79535-47bb-0310-9956-ffa450edef68
* It should be EAR instead of EJB.vamsic0072009-04-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767169 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependencyantelder2009-04-211-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767115 13f79535-47bb-0310-9956-ffa450edef68
* Start of a testcase which show implemntation.jee pointing at an ear is ↵antelder2009-04-215-0/+141
| | | | | | processed correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767113 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-9/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767053 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2113-1262/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767052 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-329/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767051 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-214-1021/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767050 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-215-405/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767049 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-216-362/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767048 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2126-2771/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767047 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767044 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2125-1814/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767043 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-215-919/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767041 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767040 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-88/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767036 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-315/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767035 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-213-267/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767034 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-217-425/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767033 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2122-2707/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767032 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-214-362/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767031 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2115-1030/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767029 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2132-2552/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767028 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2113-1280/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767027 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2114-1365/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767025 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-592/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767024 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-299/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767023 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-293/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767022 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-554/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767021 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-211-604/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767020 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-2122-1060/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767019 13f79535-47bb-0310-9956-ffa450edef68
* Move to 1.x-contribantelder2009-04-213-515/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767017 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2972 instigate contribution type specific class loading to allow the ↵slaws2009-04-2117-340/+757
| | | | | | JEE classloader to be used independently of jar, zip, dir classloading schemes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767015 13f79535-47bb-0310-9956-ffa450edef68