summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-17Enhance the JAX-WS async client support and fix couple of issuesrfeng13-384/+595
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998309 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3664 Migrate 1.x Holder support to 2.x and add support for non-void ↵bdaniel10-25/+301
methods and multiple Holders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998232 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3667 - Reverting usage of generics and just catching the exception ↵lresende1-6/+2
to avoid performance implications on regular environments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998008 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3667 - Making exception logged as warning instead of errorlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998007 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Fixing databinding issue when submitting empty strings from js client to a ↵lresende1-4/+9
json-rpc service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998006 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17Adding test for double valueslresende4-24/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998005 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17TUSCANY-3667 - Handling possible SecurityException/NPE from ↵lresende1-52/+78
clazz.getDeclaredFields() in GAE environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998004 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Clean up poms for comet binding and sample.fmoga1-21/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997714 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Moved comet binding to trunk.fmoga32-0/+2509
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997698 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 ↵slaws1-6/+11
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-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-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-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-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 enablementrfeng9-171/+112
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993613 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-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-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-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-2241/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993090 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-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-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