summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove SpringSCAPropertyElement.java.origramkumar2009-03-091-44/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751652 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2642, 2909, 2910ramkumar2009-03-098-185/+924
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751642 13f79535-47bb-0310-9956-ffa450edef68
* Only create a transport description for the JMS transport if JMS is ↵slaws2009-03-082-2/+13
| | | | | | configured to be in use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751406 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2897 JMSBinding model should be QNames not Stringsbeckerdo2009-03-045-39/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750052 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2875ramkumar2009-03-032-9/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749547 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for enabling and configuring authentication for embedded http ↵lresende2009-02-268-4/+416
| | | | | | server using policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748014 13f79535-47bb-0310-9956-ffa450edef68
* Updating WebAppServletHost to provide new version of addServletMappinglresende2009-02-261-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748011 13f79535-47bb-0310-9956-ffa450edef68
* Updating NodeWebAppServletHost to provide new version of addServletMappinglresende2009-02-261-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748009 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring confidentiality policy support for http bindings to it's own modulelresende2009-02-2610-3/+335
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748008 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup on the policy propertieslresende2009-02-262-20/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748007 13f79535-47bb-0310-9956-ffa450edef68
* Adding support to enable SSL when using binding-http using Confidentiality ↵lresende2009-02-2610-40/+491
| | | | | | policy intent git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748006 13f79535-47bb-0310-9956-ffa450edef68
* Fix the push/pop out of sequence issuerfeng2009-02-251-9/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747972 13f79535-47bb-0310-9956-ffa450edef68
* Correct the type of message that CompositeProcessor reports for a ↵slaws2009-02-251-1/+1
| | | | | | CompositeReadException and correct a few tests to take account of this and another couple of exception funnies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747952 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2856 'property' validation conflicts with osoa specbeckerdo2009-02-251-25/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747933 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2857 Correct handling of JMSDeliveryMode and JMSPrioritybeckerdo2009-02-253-41/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747867 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2867 - Pass checked exceptions as InvocationTargetExceptions. Don't ↵slaws2009-02-255-10/+51
| | | | | | rely on boolean fault flag for messages of object type. Thanks for the patch Kaushik git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747826 13f79535-47bb-0310-9956-ffa450edef68
* Make property ids optionalslaws2009-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746926 13f79535-47bb-0310-9956-ffa450edef68
* Add BPEL document resolver to defer to namespace imports if document is not ↵slaws2009-02-212-0/+102
| | | | | | found in current contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746461 13f79535-47bb-0310-9956-ffa450edef68
* Fix already closed bug with oneway requestsantelder2009-02-191-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745961 13f79535-47bb-0310-9956-ffa450edef68
* Fix already closed bug when the responseConnection is the same as the ↵antelder2009-02-191-1/+1
| | | | | | request connection git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745960 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2861: Fix Object wireformat to deal with receiveing a null message ↵antelder2009-02-191-0/+2
| | | | | | correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745958 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2849 Unable to define operation-level intents on binding.jmsbeckerdo2009-02-194-19/+113
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745909 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2859: Add a closeResponseConnection method to the JMSResourceFactoryantelder2009-02-193-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745897 13f79535-47bb-0310-9956-ffa450edef68
* Commit some code to write out composite model during processing. Uncomment ↵slaws2009-02-191-16/+35
| | | | | | to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745858 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2840-Part3ramkumar2009-02-1910-33/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745779 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2840-Part2ramkumar2009-02-193-0/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745778 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2860rfeng2009-02-1913-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745759 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2702rfeng2009-02-191-12/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745752 13f79535-47bb-0310-9956-ffa450edef68
* Fix the JAXBException if package-info annotated with @XmlSchema is present ↵rfeng2009-02-171-1/+4
| | | | | | without ObjectFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745299 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2854: remove the use of "tempuri.org"rfeng2009-02-174-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745197 13f79535-47bb-0310-9956-ffa450edef68
* Use Logger instead e.printStackTracerfeng2009-02-171-9/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745170 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2845: Change JMS binding so unchecked exceptions are returned as ↵antelder2009-02-171-2/+4
| | | | | | RuntimeExceptions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745140 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2839: Add checks to bypass response processing for oneway operationsantelder2009-02-175-17/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744971 13f79535-47bb-0310-9956-ffa450edef68
* 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