summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving to use DOJO 1.3.0b3lresende2009-03-134-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@753386 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2642ramkumar2009-03-092-8/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751644 13f79535-47bb-0310-9956-ffa450edef68
* Only create a transport description for the JMS transport if JMS is ↵slaws2009-03-081-7/+7
| | | | | | configured to be in use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751406 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2871 ClassCastException using atom-abdera bindingbeckerdo2009-03-062-5/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750972 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2875ramkumar2009-03-032-13/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749548 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for enabling and configuring authentication for embedded http ↵lresende2009-02-263-19/+103
| | | | | | server using policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748014 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring confidentiality policy support for http bindings to it's own modulelresende2009-02-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748008 13f79535-47bb-0310-9956-ffa450edef68
* Adding support to enable SSL when using binding-http using Confidentiality ↵lresende2009-02-265-4/+119
| | | | | | policy intent git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748006 13f79535-47bb-0310-9956-ffa450edef68
* Adding new store-secure sample to exercise security policy in web 2.0 extensionslresende2009-02-2617-0/+1118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748005 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2550ramkumar2009-02-231-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747088 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2550ramkumar2009-02-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747087 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2855 Holder sample not appearing (part 2, missed a few files)beckerdo2009-02-171-0/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745215 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY 2855 - Adding Holder WS Samplebeckerdo2009-02-1714-0/+935
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745207 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2854: remove the use of "tempuri.org"rfeng2009-02-175-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745197 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2824 - turn WSSecurity based policy back on. Two not so great fixes ↵slaws2009-02-123-1/+2
| | | | | | 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-2824 - Turn the binding.ws policy handlers back on. The ws policy ↵slaws2009-02-101-1/+1
| | | | | | 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
* Remove target namespace from contribution.xml of distributed calculatorslaws2009-02-063-6/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741538 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2799 - don't return responses inside arrays. Generally reorg the ↵slaws2009-02-053-0/+18
| | | | | | 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
* Removing obsolete dependencylresende2009-01-301-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739102 13f79535-47bb-0310-9956-ffa450edef68
* Update the pom.xml to include a jms hostantelder2009-01-281-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738504 13f79535-47bb-0310-9956-ffa450edef68
* Update the pom.xml to include a jms hostantelder2009-01-281-97/+103
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738503 13f79535-47bb-0310-9956-ffa450edef68
* Removing holder-ws-service from pom as it seems the sample is not availablelresende2009-01-271-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738023 13f79535-47bb-0310-9956-ffa450edef68
* Tuscany 2768 - sample showing web services Holder support (input/output ↵beckerdo2009-01-211-0/+1
| | | | | | parameters) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736344 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded deploy.xml and .componentType filesantelder2009-01-142-61/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734436 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded deploy.xml and .componentType filesantelder2009-01-142-61/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734434 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANT-2763 & TUSCANY-2764rfeng2009-01-134-14/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734063 13f79535-47bb-0310-9956-ffa450edef68
* TSUCANY-2205 Update README for simple-bigbank.beckerdo2009-01-121-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@733832 13f79535-47bb-0310-9956-ffa450edef68
* Revert pom.xml change inadvertently included in r731561antelder2009-01-051-4/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731563 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classantelder2009-01-052-149/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731561 13f79535-47bb-0310-9956-ffa450edef68
* Add sample using javascript and compact base jarantelder2008-12-307-0/+301
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730164 13f79535-47bb-0310-9956-ffa450edef68
* Add a basic helloworld spring sample using compact springantelder2008-12-308-0/+358
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730148 13f79535-47bb-0310-9956-ffa450edef68
* Merge sca-contribution file target namespace fix from 1.4 branch to 1.xantelder2008-12-2912-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729845 13f79535-47bb-0310-9956-ffa450edef68
* Fixing ContextClassLoader, which is not set by Android VM automaticallyadrianocrestani2008-12-222-1/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@728615 13f79535-47bb-0310-9956-ffa450edef68
* [Work in progress] An Android version of the calculator sample applicationlresende2008-12-1739-0/+420
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727494 13f79535-47bb-0310-9956-ffa450edef68
* [Work in progress] An Android store app consuming SCA serviceslresende2008-12-1713-0/+394
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727484 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2739 - fix ant generator to allow the path to the distribution root ↵slaws2008-12-121-1/+1
| | | | | | directory to be specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725975 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2710: zipcode-jaxws sample in binary distribution hangs - add a note ↵antelder2008-12-111-0/+5
| | | | | | about the issue to the README git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725669 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2737 - Moving to latest release of the sql-maven-pluginlresende2008-12-112-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725532 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2707 - Updating ActiveMQ dependency to 5.2.0 version where derby ↵lresende2008-12-114-7/+7
| | | | | | files are not embedded on the activeMQ jar. This solves the issues we were seeing with helloworld-bpel sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725498 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2730ramkumar2008-12-093-94/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724630 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2729 - Updates to readme to remove statement that sample is not ↵lresende2008-12-091-4/+3
| | | | | | working in linux git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724562 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2008-12-071-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724109 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2008-12-071-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724108 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerantelder2008-12-071-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724107 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2714ramkumar2008-12-051-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723667 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2718ramkumar2008-12-051-15/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723641 13f79535-47bb-0310-9956-ffa450edef68
* fixes for TUSCANY-2717ramkumar2008-12-053-3/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723632 13f79535-47bb-0310-9956-ffa450edef68
* Wrong launch class in ant build scriptlresende2008-12-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723595 13f79535-47bb-0310-9956-ffa450edef68
* Removing JCR support and other clean up preparing to add sample to 1.4 releaselresende2008-12-057-405/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723564 13f79535-47bb-0310-9956-ffa450edef68
* Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar2008-12-0291-3926/+3926
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68