summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-16Add a skip for the remote resources plugin for the samples so they don't ↵antelder1-0/+9
inlcude unnecessar guff git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997652 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15TUSCANY-3677 fix test failures due to contribution and launcher moveskelvingoodson1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997264 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15TUSCANY-3677 fix test failures due to contribution and launcher moveskelvingoodson1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997247 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Update jms binding to callback interceptor to support jms: uri format ↵antelder1-0/+8
callback q property values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997103 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3631 - re-enable the test basic auth test case. The issue was that ↵slaws2-7/+12
the appliesTo processing wasn't removing policy sets from Endpoints/EndpointReferences it was just removing them from the Service/Reference models. The Endpoint/EndpointReference versions are used to drive the runtime processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996966 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Remove commented out lineslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996960 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Add a missing commentslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996955 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Currently the JSONP binding shouldn't directly rely on the HTTP binding ↵slaws4-5/+4
runtime as there is work to do to ensure that the HTTP binding has reference support and JSONP wire format support (assuming we want to go that way). For now I've ranked the JSONP provider higher than the HTTP provider so that the JSONP runtime will always pick up the JSONP provider now that the JSONP model is an instanceof both the HTTP model and the JSONP model. This should fix the NPE reported on the ML for the short term. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996954 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14BJM_3020 Validate that activationSpec is not used on a referencebdaniel1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996943 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 fix bad contribution path (contribution yet to be moved)kelvingoodson1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996903 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 update launchers to reference contributions in new locationskelvingoodson4-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996901 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 pom updates to match recent server side reorg of launcher projectskelvingoodson2-12/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996897 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 move launchers into running-tuscany folderkelvingoodson45-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996894 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 fix pom errors after recent changeskelvingoodson3-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996890 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 alter pom to match recent sample reorg of binding.* sampleskelvingoodson2-3/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996887 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 server side move of some sca feature samples (matching pom ↵kelvingoodson71-0/+0
change to follow shortly) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996885 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 add directory for "running tuscany" sampleskelvingoodson2-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996883 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 add folders for sample applications and demonstrations of sca ↵kelvingoodson3-0/+86
features git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996878 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 move store sample into applications folderkelvingoodson20-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996875 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14Use JMS ReplyTo as callback desitnation when scaCallbackDestination property ↵bdaniel1-2/+12
is not set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996765 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node ↵jsdelfino3-147/+226
factory context around instead of being kept in a static. Change the DOM util to use a similar builder pattern as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996622 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13update pom in line with move of getting started sample contributionskelvingoodson1-0/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996552 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13separate out getting started sample contributionskelvingoodson57-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996545 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13match poms to changed structurekelvingoodson2-8/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996472 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13move hello world samples to getting startedkelvingoodson56-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996462 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10BJM_6015D Make sure scaCallbackDestination property is honoredbdaniel1-18/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995916 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10Minor updates to MANIFEST.MFlresende1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995905 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10Change the base jar to use the base featureantelder1-253/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995774 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10Create a base feature copied from the shades/base jarantelder5-0/+573
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995773 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10Fix the self reference with explicit bindingsrfeng5-31/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995627 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09A windows launcherslaws1-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995479 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09Start separate nodes from separate mainlines. slaws5-1/+546
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995477 13f79535-47bb-0310-9956-ffa450edef68
2010-09-09BJM_3026_1 Ensure correct message selector is usedbdaniel2-4/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995307 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08BJM_3034 Fix validation check. The previous fix causes some other tests to ↵bdaniel2-1/+11
fail since the destination name field will be set from the URI git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995123 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08BJM_3034 Add validation to check that a destination is not present when a ↵bdaniel2-0/+7
uri is specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995109 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add validations for response/activationSpec and response/destination name ↵bdaniel1-0/+6
matching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995058 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. ↵slaws7-5/+44
BigDecimal is detected in an interface as a Java simple type but you have to manage it explicitly when converting from primitive types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@994995 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Fix the base URI displayrfeng4-15/+121
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993615 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Check for the null binding provider to avoid NPErfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993614 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Tidy up binding.rest osgi enablementrfeng12-330/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993613 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Remove impl spring modules as now they are in trunkrfeng102-9065/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993612 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Add support for primitive java typesrfeng5-0/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993611 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08TUSCANY-3673 Update JMS binding model to separate out ↵bdaniel6-131/+216
type/priority/deliveryMode/timeToLive attributes originating from the uri, operation prop headers, and headers. Also use that information in the runtime to correctly determine the value that is used when more than one is specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993564 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Added configuration for advanced session access on Google App Engine.fmoga1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993511 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07TUSCANY-3670 - temp fix to ensure that the client finds the domain. I need ↵slaws1-2/+10
to better understand what the various URIs mean for final fix. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993506 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Add ignore again while we sort out promotion of implementation policy. slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993502 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Make interfaces remotable and correct reference target accordinglyslaws3-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993478 13f79535-47bb-0310-9956-ffa450edef68
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