summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add timeout for stock quote service invocation and improve handling of ↵nash2010-09-301-7/+6
| | | | | | connectivity errors git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003145 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant classpath dependenciesnash2010-09-302-30/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003122 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant saxon dependencynash2010-09-302-14/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003119 13f79535-47bb-0310-9956-ffa450edef68
* Fix run target problem with using classes directory instead of jar file, and ↵nash2010-09-301-10/+3
| | | | | | remove redundant saxon dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003117 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3699: Fix README to describe using this sample's servernash2010-09-301-71/+57
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003115 13f79535-47bb-0310-9956-ffa450edef68
* Add the test case from JSONP to check if JSONRPC covers the same cases. Not ↵slaws2010-09-306-0/+494
| | | | | | all tests enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003097 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant classpath entriesnash2010-09-301-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003051 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect shutdown instructionsnash2010-09-301-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003026 13f79535-47bb-0310-9956-ffa450edef68
* Remove bundle jars under target/.felix from binary distributionnash2010-09-291-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002885 13f79535-47bb-0310-9956-ffa450edef68
* Add instructions for building the tutorialnash2010-09-291-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002862 13f79535-47bb-0310-9956-ffa450edef68
* Add build.xml to tutorials directory in binary distributionnash2010-09-291-0/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002859 13f79535-47bb-0310-9956-ffa450edef68
* Replace tabs by spacesnash2010-09-291-40/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002848 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3680: Fix code in "clean" targetnash2010-09-2952-241/+129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002838 13f79535-47bb-0310-9956-ffa450edef68
* Fix indentationnash2010-09-291-33/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002835 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3697: Delete incorrect continuation backslashes from XML filesnash2010-09-297-289/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002831 13f79535-47bb-0310-9956-ffa450edef68
* Delete duplicate linesnash2010-09-292-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002816 13f79535-47bb-0310-9956-ffa450edef68
* Delete duplicate linenash2010-09-291-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002811 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - and make the array changes work with void input and output ↵slaws2010-09-297-15/+42
| | | | | | parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002679 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out cruftslaws2010-09-292-92/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002551 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - Support parameter of type array in the JSONP binding. slaws2010-09-296-6/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002534 13f79535-47bb-0310-9956-ffa450edef68
* Fix resource exclusion patterns so that files under the target directory ↵nash2010-09-281-2/+2
| | | | | | aren't incorrectly treated as resources git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002093 13f79535-47bb-0310-9956-ffa450edef68
* Use consistent resource exclusion patterns in all build files for the Store ↵nash2010-09-2814-26/+15
| | | | | | tutorial git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002090 13f79535-47bb-0310-9956-ffa450edef68
* Update README instructionsnash2010-09-281-33/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002088 13f79535-47bb-0310-9956-ffa450edef68
* Add main class so that a run target is generated in build.xmlnash2010-09-281-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002086 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit ${basedir} references to ensure paths are correct when running ↵nash2010-09-281-6/+6
| | | | | | from a top-level build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002085 13f79535-47bb-0310-9956-ffa450edef68
* Add run targets to launch the nodesnash2010-09-281-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002083 13f79535-47bb-0310-9956-ffa450edef68
* Fix cut and paste errornash2010-09-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002077 13f79535-47bb-0310-9956-ffa450edef68
* Use hand-built build.xml file containing code to create the sample databasenash2010-09-282-25/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002075 13f79535-47bb-0310-9956-ffa450edef68
* Use hand-built build.xml file containing code to create the sample databasenash2010-09-282-24/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002074 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3693: Add missing SCA service definitionnash2010-09-281-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002061 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3692: Fix JavaScript syntax error which was disabling all the ↵nash2010-09-281-1/+1
| | | | | | scripts for this page git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002057 13f79535-47bb-0310-9956-ffa450edef68
* Fix tuscany.version property settingnash2010-09-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001759 13f79535-47bb-0310-9956-ffa450edef68
* Fix main class namenash2010-09-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001737 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect substitution parameters in message templatenash2010-09-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001710 13f79535-47bb-0310-9956-ffa450edef68
* Add missing samples to README and tidy up some textnash2010-09-271-16/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001709 13f79535-47bb-0310-9956-ffa450edef68
* Update properties for generated build.xmlnash2010-09-271-27/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001702 13f79535-47bb-0310-9956-ffa450edef68
* Generate build.xml instead of build-dependency.xmlnash2010-09-272-62/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001694 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3690: Improve eror handling and fix problems with local WSDLnash2010-09-273-15/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001690 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3689: Fix corruption of XML document when transformed from ↵nash2010-09-262-0/+87
| | | | | | XMLStreamReader to NodeInfo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001528 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3690: Handle unavailability of live RSS feed or web service by using ↵nash2010-09-266-33/+135
| | | | | | historical data git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001526 13f79535-47bb-0310-9956-ffa450edef68
* Fix typosnash2010-09-262-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001501 13f79535-47bb-0310-9956-ffa450edef68
* Describe running and building the demo separatelynash2010-09-241-14/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001069 13f79535-47bb-0310-9956-ffa450edef68
* Describe running and building the demo separatelynash2010-09-241-42/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001060 13f79535-47bb-0310-9956-ffa450edef68
* Decouple run target from compile targetnash2010-09-243-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001054 13f79535-47bb-0310-9956-ffa450edef68
* Put dojo files in correct location in jar file and include dijitnash2010-09-241-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001047 13f79535-47bb-0310-9956-ffa450edef68
* Delete redundant files and redundant entries in pom.xml and build.xmlnash2010-09-246-332/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001042 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo on web pagenash2010-09-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001036 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos and add maven build informationnash2010-09-241-8/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000963 13f79535-47bb-0310-9956-ffa450edef68
* Explain that the WAR file is intentionally omitted from the binary distributionnash2010-09-245-11/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000905 13f79535-47bb-0310-9956-ffa450edef68
* Fix problems with the README filenash2010-09-241-14/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000902 13f79535-47bb-0310-9956-ffa450edef68