summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-2326-170/+796
| | | | | | binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
* Start to add InvocationChain for bindingsrfeng2008-10-227-7/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68
* Experimental request response binding support. Just implemented for jms ↵slaws2008-10-2132-25/+1968
| | | | | | service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
* Fixing dependency name after module renamelresende2008-10-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705914 13f79535-47bb-0310-9956-ffa450edef68
* Fixing dependency name after module renamelresende2008-10-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705908 13f79535-47bb-0310-9956-ffa450edef68
* Renaming GData bindinglresende2008-10-184-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705849 13f79535-47bb-0310-9956-ffa450edef68
* Renaming GData bindinglresende2008-10-1843-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705841 13f79535-47bb-0310-9956-ffa450edef68
* Renaming GData bindinglresende2008-10-1834-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705840 13f79535-47bb-0310-9956-ffa450edef68
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-1817-0/+1157
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705789 13f79535-47bb-0310-9956-ffa450edef68
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-1716-848/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
* Updating JSON-RPC model to follow interface/factory pattern.lresende2008-10-176-75/+199
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705760 13f79535-47bb-0310-9956-ffa450edef68
* Rename JMSBindingListener to DefaultJMSBindingListener in preparation for ↵antelder2008-10-173-6/+6
| | | | | | making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705519 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2641 Enhancements to Tuscany Logging and tracingbeckerdo2008-10-165-74/+150
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705368 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2638 fix for atomModel.js JavaScript clientbeckerdo2008-10-164-16/+1609
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705326 13f79535-47bb-0310-9956-ffa450edef68
* start at getting jms sca binding to use a native amq brokerantelder2008-10-164-11/+75
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705230 13f79535-47bb-0310-9956-ffa450edef68
* Change private to protected so class can be subclassedantelder2008-10-161-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705229 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2600: Apply patches from Ramkumar Ramalingam to Provide ITEST for ↵antelder2008-10-162-4/+5
| | | | | | the recent Spring Implementation changes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705178 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2636 Fixes for Multiple issues with eTag tests cases in ↵beckerdo2008-10-154-72/+116
| | | | | | binding-atom-abdera git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704940 13f79535-47bb-0310-9956-ffa450edef68
* Update to work with new jms resource factory supportantelder2008-10-152-4/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704855 13f79535-47bb-0310-9956-ffa450edef68
* Add an extension point for the JMS resource factoryantelder2008-10-155-7/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704854 13f79535-47bb-0310-9956-ffa450edef68
* Add interface left off previous commit(r704822) for Create ↵antelder2008-10-151-0/+67
| | | | | | JMSResourceFactory interface in preperation for making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704837 13f79535-47bb-0310-9956-ffa450edef68
* Create JMSResourceFactory interface in preperation for making it plugableantelder2008-10-156-15/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704822 13f79535-47bb-0310-9956-ffa450edef68
* Rename JMSResourceFactory to JMSResourceFactoryImpl in preperation for ↵antelder2008-10-156-12/+12
| | | | | | making it plugable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704820 13f79535-47bb-0310-9956-ffa450edef68
* Store component reference passed into constructor so that WSDL without a ↵slaws2008-10-151-0/+1
| | | | | | binding structure can be generated on the fly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704814 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2644 fix non-UTF8 character in LICENSE file. slaws2008-10-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704811 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2626 fix a non-UTF character in the LICENSE file. slaws2008-10-152-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704808 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2626 - missed change from previous commitslaws2008-10-131-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704069 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende2008-10-134-37/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
* cleaning-up task-codegiorgio2008-10-121-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703869 13f79535-47bb-0310-9956-ffa450edef68
* Starting again working on task processor over webservicesgiorgio2008-10-121-53/+0
| | | | | | | D job/JobDataSource.java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703868 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2626 - Add the wsdlLocation attribute back into the binding.ws ↵slaws2008-10-124-1/+91
| | | | | | schema and add the W3C schema to support it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703811 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2634 - Applying RAM's patch to make implementation.spring aware of ↵lresende2008-10-104-3/+36
| | | | | | policies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703540 13f79535-47bb-0310-9956-ffa450edef68
* Fix to catch any errors when the container running tuscany doesn't have a ↵antelder2008-10-091-1/+1
| | | | | | jndi environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703152 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702995 ↵beckerdo2008-10-083-3/+3
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2630scottkurz2008-10-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702984 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702976 ↵beckerdo2008-10-081-1/+2
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2577 - Applying Haibo's patch to add support for google web albums ↵lresende2008-10-083-0/+169
| | | | | | feeds trough gdata. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702729 13f79535-47bb-0310-9956-ffa450edef68
* Only trace the public methods on tuscany classesrfeng2008-10-072-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702639 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2617 perform autowire processing after all targets have been ↵slaws2008-10-061-46/+46
| | | | | | processes. In this was explicitly specified targets will take precedence over autwires as described in the assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702034 13f79535-47bb-0310-9956-ffa450edef68
* Complete the move to Rampart 1.4slaws2008-10-062-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702031 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2625 - Fixed by updating attribute name.lresende2008-10-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701969 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2620, TUSCANY-2628 Fix up OSOA headers. slaws2008-10-0339-541/+243
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701389 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 - Add missing license headers. slaws2008-10-033-0/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700897 ↵beckerdo2008-10-013-142/+848
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Adding more XmlJavaTypeAdapter supportrfeng2008-10-016-34/+184
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700861 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to rampart-1.4 rfeng2008-10-013-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700812 13f79535-47bb-0310-9956-ffa450edef68
* Extending definitions.xml to enable policies to tuscany bindingslresende2008-09-301-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700373 13f79535-47bb-0310-9956-ffa450edef68
* [Work in progress] Enabling security policy for http binding. lresende2008-09-301-3/+3
| | | | | | Missed file with changes from previous commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700372 13f79535-47bb-0310-9956-ffa450edef68
* [Work in progress] Enabling security policy for http binding.lresende2008-09-307-137/+363
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700368 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of unused importslresende2008-09-301-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700365 13f79535-47bb-0310-9956-ffa450edef68