summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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