summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update the ASL headerrfeng2009-02-131-13/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743978 13f79535-47bb-0310-9956-ffa450edef68
* Fix the license headerrfeng2009-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743951 13f79535-47bb-0310-9956-ffa450edef68
* Rename the creditcard-payment contributions to indicate SDO or JAXBrfeng2009-02-1315-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743940 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
* Fix J2 security issue as reported in TUSCANY-2846rfeng2009-02-121-4/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743922 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
* I expect we'll get rid of this sample soon but I noticed the default target ↵slaws2009-02-121-1/+1
| | | | | | was inconsistent with other samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743882 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2847 - Updating composite used to verify any element processinglresende2009-02-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743879 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
* Fix the license headerrfeng2009-02-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743809 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
* Set svn ignoresantelder2009-02-120-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743776 13f79535-47bb-0310-9956-ffa450edef68
* Add a jms oneway itest with a nondefault connection factoryantelder2009-02-129-0/+379
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2824 - turn WSSecurity based policy back on. Two not so great fixes ↵slaws2009-02-127-5/+16
| | | | | | 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
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743728 ↵dougsleite2009-02-121-0/+0
| | | | 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 jms response connectionFactory itest to correctly setup jndi resourcesantelder2009-02-122-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743709 13f79535-47bb-0310-9956-ffa450edef68
* Add jms noreply itest to itest buildantelder2009-02-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743707 13f79535-47bb-0310-9956-ffa450edef68
* Update noreply itest for change to not return Object arraysantelder2009-02-121-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743706 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
* Move jms responsecf itest to its own module to make it eaisier to debugantelder2009-02-129-3/+248
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743681 13f79535-47bb-0310-9956-ffa450edef68
* Put back the dwr bindingantelder2009-02-121-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743654 13f79535-47bb-0310-9956-ffa450edef68
* Add jms itest using a response ConnectionFactoryantelder2009-02-123-0/+127
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743651 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
* Test commitbdaniel2009-02-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743628 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
* Java SCA 2.0-M1 RC3 taglresende2009-02-123137-0/+278917
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743625 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Missing test case to verify extended attribute functionality ↵lresende2009-02-121-0/+133
| | | | | | in web service binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743607 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging changes from 1.x to enable extended attribute support ↵lresende2009-02-125-8/+192
| | | | | | for default sca binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743606 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
* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743527 ↵dougsleite2009-02-1123-0/+1732
| | | | 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
* Add osgi.console to the config.inirfeng2009-02-111-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743452 13f79535-47bb-0310-9956-ffa450edef68
* Move the RELEASE_NOTES and CHANGES to the top level so they appear in ↵antelder2009-02-115-54/+44
| | | | | | release tags (and also at the top they might be more noticable so we might remember to update as we add new function :-) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743428 13f79535-47bb-0310-9956-ffa450edef68
* Correct the license headerantelder2009-02-111-37/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743415 13f79535-47bb-0310-9956-ffa450edef68
* Correct the license headerantelder2009-02-111-16/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743410 13f79535-47bb-0310-9956-ffa450edef68
* Copying CHANGES to 2.0-M1 RC taglresende2009-02-111-0/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743370 13f79535-47bb-0310-9956-ffa450edef68
* Copying RELEASE_NOTES to 2.0-M1 RC taglresende2009-02-111-0/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743369 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug with import of @Service annotationedwardsmj2009-02-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743361 13f79535-47bb-0310-9956-ffa450edef68
* Added testcases:edwardsmj2009-02-1131-5/+1334
| | | | | | | | 0029, 0030, 0031, 0032, 0033, 0034, 6001, 6002, 6003, 6004 Updated ASM_0028_TestCase.java and BaseJAXWSTestCase.java to deal better with exceptions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743360 13f79535-47bb-0310-9956-ffa450edef68
* Fix the code-generation against the @XmlJavaTypeAdapterrfeng2009-02-115-6/+112
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743192 13f79535-47bb-0310-9956-ffa450edef68
* Java SCA 2.0-M1 RC2 taglresende2009-02-113107-0/+277517
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743184 13f79535-47bb-0310-9956-ffa450edef68
* Removing binding-dwr-runtime from source distributionlresende2009-02-111-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743177 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Merging fixes and testcase that exercises extended attributes ↵lresende2009-02-103-6/+25
| | | | | | in individual bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743166 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
* Add the SDO version of CreditCardPayment implementationrfeng2009-02-108-0/+480
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743122 13f79535-47bb-0310-9956-ffa450edef68