summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for TUSCANY-2779. Thanks zhulei for the patch.rfeng2009-02-161-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744811 13f79535-47bb-0310-9956-ffa450edef68
* Update JAXWSFaultExceptionMapper to handle extra contsructorantelder2009-02-131-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744162 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for exceptions for sca clients using text xml wireformatantelder2009-02-132-12/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744151 13f79535-47bb-0310-9956-ffa450edef68
* Change XMLTextMessageProcessor to override the createFaultMessage to handle ↵antelder2009-02-131-0/+23
| | | | | | FaultExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744098 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2840ramkumar2009-02-131-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744091 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2846rfeng2009-02-121-6/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743924 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2836 remove DEFAULT_DESTINATION_NAME and ↵slaws2009-02-1210-15/+13
| | | | | | DEFAULT_RESPONSE_DESTINATION_NAME and use null instead as these are just strings to indicated that there is no destination rather than being a default destination git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743917 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2847 - Updating composite used to verify any element processinglresende2009-02-121-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2825 JMSBindingProcessor missing 'write' method implementationbeckerdo2009-02-126-42/+1148
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743796 13f79535-47bb-0310-9956-ffa450edef68
* Make sure resource factory gets set before use to avoid any NPEsantelder2009-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743780 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2824 - turn WSSecurity based policy back on. Two not so great fixes ↵slaws2009-02-124-4/+14
| | | | | | here. Firstly WSSecurityPolicyHandler pushes a property into the Axis configuration context to force Rampart to recognize the policy. I haven't discovered what part of our configuration is required to do this properly. Secondly I fixed the helloworld-ws-service-secure test case to reference the wsdl on binding.ws. Without this you get a NPE in axis/rampart as it fails to map binding operations to port type operation using QNames (don't know why it thinks these are QNames). Our generated WSDL has the generated binding in a different namespace to the port type. Associating the wsdl binding with binding.ws means that the binding is not generated at the made up QNames match. I also updated a few key stores as the runtime was complaining about X509 certificate version numbers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743732 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2839: Start at supporting services invoked by oneway requests not ↵antelder2009-02-129-19/+33
| | | | | | needing a response connection factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743710 13f79535-47bb-0310-9956-ffa450edef68
* Update for resource factory changesantelder2009-02-122-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2841: start to add support for using a seperate response connection ↵antelder2009-02-129-3/+77
| | | | | | factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743685 13f79535-47bb-0310-9956-ffa450edef68
* Remove erronious warning about response connection factory not being processedantelder2009-02-121-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743683 13f79535-47bb-0310-9956-ffa450edef68
* Simplify so you can use createNode() instead of createNode(null, null)antelder2009-02-123-0/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743635 13f79535-47bb-0310-9956-ffa450edef68
* Apply the TLD fix to use jsp taglib 2.1 xsd in the other copy sca.tldlresende2009-02-121-18/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743627 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Enabling extended attribute support for default sca bindinglresende2009-02-125-8/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743604 13f79535-47bb-0310-9956-ffa450edef68
* Fix the TLD to use jsp taglib 2.1 xsdrfeng2009-02-111-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743523 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out used for debuglresende2009-02-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743137 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'bpel-resolver'lresende2009-02-105-3/+282
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743135 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2835 JMS Binding does not save operation names unless there are ↵beckerdo2009-02-103-4/+57
| | | | | | properties. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743094 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2824 - Turn the binding.ws policy handlers back on. The ws policy ↵slaws2009-02-105-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
* Fixes for MTOM TestCaseramkumar2009-02-107-64/+310
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742927 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Fixing Web Service binding processor to propertly get a ↵lresende2009-02-101-1/+8
| | | | | | reference to Extended Attribute processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742838 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2821 Added JMS Binding APIs public Set<String> getOperationNames() ↵beckerdo2009-02-062-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
* Add support for resourceAdapter and its propertiesantelder2009-02-063-1/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741586 13f79535-47bb-0310-9956-ffa450edef68
* Add support for operation property properties to binding.jmsantelder2009-02-063-15/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741575 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2820: start adding support for the varrious property elements on the ↵antelder2009-02-064-7/+347
| | | | | | jms binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741542 13f79535-47bb-0310-9956-ffa450edef68
* Add jms host modules to the buildantelder2009-02-061-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741541 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 Fix NPE in JMS Object wire format when a null object is ↵slaws2009-02-064-10/+21
| | | | | | returned. Add a test also. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741535 13f79535-47bb-0310-9956-ffa450edef68
* Commit update to jms sca binding left off the change to the JMS binding to ↵antelder2009-02-061-1/+6
| | | | | | use the JMS Host git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741530 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws2009-02-0513-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
* TUSCANY-2701 NPE when verifying conformance item ASM60006 in OASIS sepcbeckerdo2009-02-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741186 13f79535-47bb-0310-9956-ffa450edef68
* Removing unused importslresende2009-02-021-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740074 13f79535-47bb-0310-9956-ffa450edef68
* Removing system.out from AnyAttribute test caselresende2009-02-021-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740072 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - New test case that exercises extended attributes in bindingslresende2009-02-021-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740053 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2803 - Improvement to component matching in NodeImplbeckerdo2009-02-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740031 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2776 The JMSBindingProcessor does not perform validation of binding ↵beckerdo2009-01-303-32/+158
| | | | | | properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739312 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2798: Fix the jms binding to use the destination in the binding ↵antelder2009-01-301-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
* Fixing sca.tld copy by adding rtexprvalue attributelresende2009-01-301-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739103 13f79535-47bb-0310-9956-ffa450edef68
* Remove some targetNamespace attributesslaws2009-01-292-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738833 13f79535-47bb-0310-9956-ffa450edef68
* Remove some targetNamespace attributesslaws2009-01-292-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738831 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to wsdl interfacelresende2009-01-293-2/+55
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738692 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to java interfacelresende2009-01-293-2/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738691 13f79535-47bb-0310-9956-ffa450edef68
* Removing System.out from WS Policy processorlresende2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738690 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to java implementationlresende2009-01-293-9/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738689 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for writing extended attributes to EJB bindinglresende2009-01-291-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738688 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for extended attributes to EJB bindinglresende2009-01-293-4/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738687 13f79535-47bb-0310-9956-ffa450edef68
* Fixing test failures by ignoring tuscany NS when processing extended attributeslresende2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738686 13f79535-47bb-0310-9956-ffa450edef68