summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-12TUSCANY-2839: Start at supporting services invoked by oneway requests not ↵antelder9-19/+33
needing a response connection factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743710 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Update for resource factory changesantelder2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743701 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12TUSCANY-2841: start to add support for using a seperate response connection ↵antelder9-3/+77
factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743685 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Remove erronious warning about response connection factory not being processedantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743683 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Simplify so you can use createNode() instead of createNode(null, null)antelder3-0/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743635 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12Apply the TLD fix to use jsp taglib 2.1 xsd in the other copy sca.tldlresende1-18/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743627 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12TUSCANY-2463 - Enabling extended attribute support for default sca bindinglresende5-8/+189
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743604 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11Fix the TLD to use jsp taglib 2.1 xsdrfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743523 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10Removing system.out used for debuglresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743137 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10Merge branch 'bpel-resolver'lresende5-3/+282
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743135 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10TUSCANY-2835 JMS Binding does not save operation names unless there are ↵beckerdo3-4/+57
properties. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743094 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10TUSCANY-2824 - Turn the binding.ws policy handlers back on. The ws policy ↵slaws5-0/+96
handlers are now present but commented out as they are causing problems in the Axis 1.4.1 stack. Update the keys for the binding.ws tests cases so they remain valid for a long time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743002 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10Fixes for MTOM TestCaseramkumar7-64/+310
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742927 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10TUSCANY-2463 - Fixing Web Service binding processor to propertly get a ↵lresende1-1/+8
reference to Extended Attribute processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742838 13f79535-47bb-0310-9956-ffa450edef68
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 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-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-06TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws4-10/+21
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 ↵slaws13-39/+44
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-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-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-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-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-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
2009-01-27Start to add some JMS host default implementationsantelder5-0/+750
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738112 13f79535-47bb-0310-9956-ffa450edef68