summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-07Update all the archetype pom.xml files to include a description as thats ↵antelder8-0/+8
what get shown in the prompt when running the achetype tool git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993376 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Add the new binding archetypeantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993373 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Update achetype itest propertiesantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993371 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Fix a couple more places which should use the archetype bindingName variableantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993363 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Add explicit version for archetype pluginantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993275 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Add http binding runtime dependency thats used by jsonp nowantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993274 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Add http binding runtime dependencyantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993273 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Shell script to deploy application to GAE environmentlresende1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993170 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Updating contrib poms to add binding-comet modules/sampleslresende2-0/+92
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993169 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Minor cleanup/rearrange of the pom to group together test scoped dependencieslresende1-28/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993168 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Added App Engine file.fmoga1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993125 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06TUSCANY-3667 - InetAddress is not allowed in GoogleAppEngine, so try to load ↵lresende1-23/+29
it dynamically and fail gracefully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993093 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06TUSCANY-3667 - Handled AccessControlException when processing private ↵lresende1-28/+42
folders in a contribution deployed to Google AppEngine environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993092 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Porting support to import/export resources from 1.xlresende15-354/+289
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993091 13f79535-47bb-0310-9956-ffa450edef68
2010-09-06Moving binding.rss to contriblresende32-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993090 13f79535-47bb-0310-9956-ffa450edef68
2010-09-05Get the binding archetype workingantelder18-185/+131
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992717 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Start of a maven archetype for creating a Tuscany binding extensionantelder24-0/+986
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992562 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Change the jsonp binding so that it uses the http binding to do the work, ie ↵antelder7-136/+40
using <binding.jsonp/> under the covers does <binding.http><wireFormat.jsonp/></binding.http> git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992546 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Add a Base class for binding impls with the boiler plate codeantelder1-0/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992544 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Add a public constructor so other binding types may subclass itantelder1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992543 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Ad some code for looking at wiresslaws1-3/+76
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992369 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Fix typo in method name. slaws6-15/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992287 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Allow the contributions list to be retrieve from a Nodeslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992283 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Allow primitive return values to pass through the Object2JSON transformer.slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992281 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Avoid NPE in test cases. Encountered when writing out the system definitions ↵slaws1-2/+8
file to XML. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992280 13f79535-47bb-0310-9956-ffa450edef68
2010-09-03Copying import/export contribution resourceslresende21-0/+1526
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992198 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ↵jsdelfino9-170/+188
redundant test case and refactor test WSDL namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992153 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Disable reference annotations while concentrating on "add"slaws1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992038 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Correct deployable contribution nameslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992036 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Fix up reference targetslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992034 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Work in progress - Educating myself re. what info is available from domain/nodesslaws4-0/+385
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992033 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Update to by default start in a domain named 'default'. Add a 'domains' ↵antelder1-8/+31
command to show the currently defined domains. Change install command parameter -norun to be -start which seems more consistent with the command names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991940 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Correct delivery mode setting, add option to set jms typeantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991914 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Revert "Fix the dependency to avoid compilation error"rfeng1-7/+0
This reverts commit a2e4bb8eb974743e0a5e1fbcf53576796f1c1060. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991752 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Allow the location to be out of the contribution rootrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991751 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Optimze the method loopingrfeng1-16/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991750 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Fix the dependency to avoid compilation errorrfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991749 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01TUSCANY-3663 - take notice of @WebService name attribute when generating ↵slaws1-2/+13
service name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991615 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Remove redundant codeslaws1-206/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991614 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01some contributions to show the domain in action starting with a version of ↵slaws18-0/+740
the distributed calculator git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991527 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Missing operationProperties name attribute is an error not a warningantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991489 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Re-enable ws basic auth itestbdaniel1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991437 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Fix bug in PolicyAppliesToBuilder that was causing PolicySets to be ↵bdaniel1-5/+5
incorrectly removed from endpoints git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991436 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Added sources.fmoga8-0/+296
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991235 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Make the json databinding a runtime dependency rather than a test dependency ↵slaws1-9/+11
as the binding needs it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991202 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Fix bug where the type index isn't incrementedantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991178 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Add testcase for more complicated parametersantelder6-0/+338
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991172 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Correctly increment the type index, and handle null responseantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991170 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Remove test binidngantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991162 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Remove reference to hidden NodeConfigurationImpl type that causes error due ↵slaws1-2/+4
to invalid OSGi dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991126 13f79535-47bb-0310-9956-ffa450edef68