summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-06TUSCANY-2821 Added JMS Binding APIs public Set<String> getOperationNames() ↵beckerdo2-0/+64
and public Object getOperationProperty(String opName, String propName ). git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741694 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Add support for resourceAdapter and its propertiesantelder1-60/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741587 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Add support for resourceAdapter and its propertiesantelder3-1/+61
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741586 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Add support for operation property properties to binding.jmsantelder3-15/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741575 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2823 Callback problem with COMPOSITE scoped implementationvamsic00710-0/+392
* Itest for the issue git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741571 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Correct dependency with backlevel versionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741556 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Update validation tests for jms binidng updatesantelder4-218/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741555 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Fixes for TUSCANY-2451ramkumar10-35/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741544 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2820: start adding support for the varrious property elements on the ↵antelder4-7/+347
jms binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741542 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Add jms host modules to the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741541 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Remove target namespace from contribution.xml of distributed calculatorslaws3-6/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741538 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws8-12/+35
returned. Add a test also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741535 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Commit update to jms sca binding left off the change to the JMS binding to ↵antelder1-1/+6
use the JMS Host git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741530 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws17-39/+68
code so that the message processors only worry about getting data in and out of JMS message while the interceptors worry about whether the data should be wrapped as an array. In this way the forward path can do array wrapping in order to keep databinding happy while the response path can omit array wrapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741219 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05TUSCANY-2701 NPE when verifying conformance item ASM60006 in OASIS sepcbeckerdo1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741186 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02TUSCANY-2463 - Merging testcase that exercises extended attributes in bindingslresende1-0/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740075 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Removing unused importslresende1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740074 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Removing system.out from AnyAttribute test caselresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740072 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02TUSCANY-2463 - New test case that exercises extended attributes in bindingslresende1-0/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740053 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02TUSCANY-2803 - Improvement to component matching in NodeImplbeckerdo1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740031 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30TUSCANY-2776 The JMSBindingProcessor does not perform validation of binding ↵beckerdo3-32/+158
properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739312 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30TUSCANY-2798: Fix the jms binding to use the destination in the binding ↵antelder1-2/+13
response element when the request message has no replyto git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739306 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30TUSCANY-2798: Add an itest for a service sending the response to the ↵antelder6-0/+336
response destination defined on the jms binding element if the request message doesn't have a replyTo set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739304 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Fixing sca.tld copy by adding rtexprvalue attributelresende1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739103 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Removing obsolete dependencylresende1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739102 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29TUSCANY-2291, Separate the mixed callback error validation test from the ↵slaws15-22/+353
other callback tests so that the error doesn't affect the rest of the tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738875 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Remove some targetNamespace attributesslaws2-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738833 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Remove some targetNamespace attributesslaws2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738831 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29TUSCANY-2463 - Merging changes to add extended attribute support for various ↵lresende23-52/+281
bindings (ws, ejb, etc), interface java and wsdl, and implementation java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738721 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29TUSCANY-2663 - Workaround for 'java.lang.IllegalStateException: The current ↵lresende1-1/+14
state is not START_DOCUMENT' when in WebSphere env git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738693 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adding support for extended attributes to wsdl interfacelresende3-2/+55
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738692 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adding support for extended attributes to java interfacelresende3-2/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738691 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Removing System.out from WS Policy processorlresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738690 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adding support for extended attributes to java implementationlresende3-9/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738689 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adding support for writing extended attributes to EJB bindinglresende1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738688 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adding support for extended attributes to EJB bindinglresende3-4/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738687 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Fixing test failures by ignoring tuscany NS when processing extended attributeslresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738686 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Adding support for extended attributes to webservices bindinglresende4-4/+41
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738685 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Refactoring common code to simplify processing extended attributeslresende8-30/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738684 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29TUSCANY-2663 - Workaround for 'java.lang.IllegalStateException: The current ↵lresende1-1/+14
state is not START_DOCUMENT' when in WebSphere env git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738683 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28update the jms itests to include a jms hostantelder7-374/+413
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738506 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Update the pom.xml to include a jms hostantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738504 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Update the pom.xml to include a jms hostantelder1-97/+103
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738503 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Intial cut at changing the jms binding to use the jms host for the service ↵antelder3-181/+26
listener git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738502 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Implement the getDestination method in the default jms hostantelder1-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738501 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Add method to get the service destination to the jms host as you need that ↵antelder1-0/+2
to get callbacks working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738500 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Remove unused codeantelder1-14/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738468 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Make the default jms host use the jms host extension pointantelder3-0/+102
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738462 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Make jms host an extension pointantelder2-1/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738461 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28Fixes for TUSCANY-2771ramkumar3-25/+68
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738433 13f79535-47bb-0310-9956-ffa450edef68