summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-05Convert to use the JSON2x databinding. Sill not in the build.slaws3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982660 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Add new modules but explicitly commented out at the momentslaws1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982659 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Add a port of the 2.x version of the JSON databinding. This works with the ↵slaws58-0/+2527
JSONP binding. If I apply the 2.x changes to the existing JSON databinding the I can get the JSONP binding to work but it messes up other bindings, e.g. JSONRPC, which rely on it. These other bindings have been changed for 2.x also. Not in build yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982657 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05As per previous commit comment I didn't mean to include these in the build ↵slaws1-0/+2
just yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982540 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05Port the JSONP binding from 2.x to 1.x to help with this conversation ↵slaws29-3/+1893
http://www.mail-archive.com/dev@tuscany.apache.org/msg13393.html. It's not in the build yet but works in my environment. Hoping that Fabiano will check that it works in his environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982536 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30TUSCANY-3634: ensure jms session is closed for oneway requestsantelder1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980735 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCANY-3639 - ensure that the service wire is created at the same time as ↵slaws1-0/+6
the binding wire is created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980457 13f79535-47bb-0310-9956-ffa450edef68
2010-07-29TUSCATUSCANY-3625 - Ensure that the Java version of the method name is used ↵slaws2-27/+50
to avert the case that the Tuscany interface has a different operation name by virtue of JAXWS annotations. Thanks for the patch Scott. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980456 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Process composites last when loading contributions into the domain ↵nash1-17/+67
(TUSCANY-3561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959098 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07Read composite content after contributions have been loaded (TUSCANY-3569)nash1-21/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952186 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Fix NullPointerException caused by missing tests for null callback interface ↵nash2-10/+16
(TUSCANY-3588) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951561 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add missing wires to DomainManager.composite file (TUSCANY-3587)nash1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951557 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Add <binding.sca> to generated node configuration (TUSCANY-3193)nash1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951548 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08Prevent bootstrap launcher from changing caller's classloader setting ↵nash3-16/+3
(TUSCANY-3551) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942470 13f79535-47bb-0310-9956-ffa450edef68
2010-05-08Exclude junit 3.8 dependency brought in by wss4j and use junit 4.5 insteadnash1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942469 13f79535-47bb-0310-9956-ffa450edef68
2010-05-07Use Base64 class from commons-codec instead of forbidden internal JRE class ↵nash2-2/+8
(TUSCANY-3549) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942202 13f79535-47bb-0310-9956-ffa450edef68
2010-04-18Remove incorrect dependency on servlet host (TUSCANY-3540)nash1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935405 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30TUSCANY-3516 - Merging changes from 2.x to enable calling services exposed ↵lresende2-16/+112
with JSON-RPC binding using GET method and properly handling HTTP Headers such eTags when usig GET method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928999 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10TUSCANY-242 add URI specific processing wherever we read an anyURI attributeslaws18-273/+353
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921286 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Update thread pool creation code to match the corresponding code in ODE ↵nash1-1/+12
1.3.3 (TUSCANY-3475) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920274 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18Fix for TUSCANY-3466rfeng1-61/+118
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911633 13f79535-47bb-0310-9956-ffa450edef68
2010-02-15Fixes for TUSCANY-3165, upgrade to OpenEJB version 3.1.2ramkumar1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910269 13f79535-47bb-0310-9956-ffa450edef68
2010-01-28TUSCANY-3448 SCA Property and Reference annotation processing in web ↵vamsic0072-8/+0
application results in incorrect computed names o Removed the classname prefix when name attribute is not specified in the annotation o Rev 903972 in 1.6 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903974 13f79535-47bb-0310-9956-ffa450edef68
2010-01-27Adding missing Apache License fileslresende6-0/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903877 13f79535-47bb-0310-9956-ffa450edef68
2010-01-26TUSCANY-3434 - Applying the same fix from 1.5.1 (TUSCANY-3292) to fix how ↵lresende1-1/+1
the spring context path is calculated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903480 13f79535-47bb-0310-9956-ffa450edef68
2010-01-19Updating LICENSE/NOTICE to properly mention required notice from Caucho ↵lresende2-0/+52
Technology git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900665 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12Adding missing Apache License headerslresende3-0/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898223 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12Adding missing Apache License headerslresende2-0/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898222 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Removing JDK 5 specific code (String isEmpty)lresende1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898098 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11TUSCANY-3418 add missing equals operator to JMS wire formats so that ↵slaws4-0/+20
interceptors are not injected twice. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897816 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07TUSCANY-3389 - Tyding up the http response to properly distinguish from ↵lresende1-5/+7
authentication and authorization exceptions and send the proper http status code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896754 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07Minor formattinglresende1-88/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896753 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04TUSCANY-3408 Generate referenced namespace shortname if it's not already presentslaws1-3/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895646 13f79535-47bb-0310-9956-ffa450edef68
2009-12-21Update 1.x trunk version to 1.7-SNAPSHOTantelder153-922/+922
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892797 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17Fix another dojo hudson build issueantelder2-55/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891607 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15TUSCANY-3389 - Providing different http status code depending on the ↵lresende2-7/+16
authentication/authorization error. 401 when user could not be authenticated, 403 when user was authenticated but it does not have the proper role to execute the operation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@890591 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14Fixing classNotFound issue with jaxwslresende1-4/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@890497 13f79535-47bb-0310-9956-ffa450edef68
2009-11-30Pull the configuration location from the first argument if one is provided. slaws1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885358 13f79535-47bb-0310-9956-ffa450edef68
2009-11-29fixing TUSCANY-3382adrianocrestani3-6/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885247 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng1-137/+137
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883443 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13TUSCANY-3312 - correct previous fix to prevent memory leak on WeakHashMapslaws1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835844 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Moving 1.x trunklresende3992-0/+386720
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68