summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the test case from JSONP to check if JSONRPC covers the same cases. Not ↵slaws2010-09-306-0/+494
| | | | | | all tests enabled yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003097 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - and make the array changes work with void input and output ↵slaws2010-09-297-15/+42
| | | | | | parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002679 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out cruftslaws2010-09-292-92/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002551 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3696 - Support parameter of type array in the JSONP binding. slaws2010-09-296-6/+142
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002534 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3683: Fix exception when RMI service is promotednash2010-09-221-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000125 13f79535-47bb-0310-9956-ffa450edef68
* Convert to use the JSON2x databinding. Sill not in the build.slaws2010-08-053-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982660 13f79535-47bb-0310-9956-ffa450edef68
* Add new modules but explicitly commented out at the momentslaws2010-08-051-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982659 13f79535-47bb-0310-9956-ffa450edef68
* Add a port of the 2.x version of the JSON databinding. This works with the ↵slaws2010-08-0558-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
* As per previous commit comment I didn't mean to include these in the build ↵slaws2010-08-051-0/+2
| | | | | | just yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982540 13f79535-47bb-0310-9956-ffa450edef68
* Port the JSONP binding from 2.x to 1.x to help with this conversation ↵slaws2010-08-0529-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
* TUSCANY-3634: ensure jms session is closed for oneway requestsantelder2010-07-301-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980735 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3639 - ensure that the service wire is created at the same time as ↵slaws2010-07-291-0/+6
| | | | | | the binding wire is created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980457 13f79535-47bb-0310-9956-ffa450edef68
* TUSCATUSCANY-3625 - Ensure that the Java version of the method name is used ↵slaws2010-07-292-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
* Process composites last when loading contributions into the domain ↵nash2010-06-291-17/+67
| | | | | | (TUSCANY-3561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959098 13f79535-47bb-0310-9956-ffa450edef68
* Read composite content after contributions have been loaded (TUSCANY-3569)nash2010-06-071-21/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952186 13f79535-47bb-0310-9956-ffa450edef68
* Fix NullPointerException caused by missing tests for null callback interface ↵nash2010-06-042-10/+16
| | | | | | (TUSCANY-3588) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951561 13f79535-47bb-0310-9956-ffa450edef68
* Add missing wires to DomainManager.composite file (TUSCANY-3587)nash2010-06-041-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951557 13f79535-47bb-0310-9956-ffa450edef68
* Add <binding.sca> to generated node configuration (TUSCANY-3193)nash2010-06-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951548 13f79535-47bb-0310-9956-ffa450edef68
* Prevent bootstrap launcher from changing caller's classloader setting ↵nash2010-05-083-16/+3
| | | | | | (TUSCANY-3551) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942470 13f79535-47bb-0310-9956-ffa450edef68
* Exclude junit 3.8 dependency brought in by wss4j and use junit 4.5 insteadnash2010-05-081-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942469 13f79535-47bb-0310-9956-ffa450edef68
* Use Base64 class from commons-codec instead of forbidden internal JRE class ↵nash2010-05-072-2/+8
| | | | | | (TUSCANY-3549) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942202 13f79535-47bb-0310-9956-ffa450edef68
* Remove incorrect dependency on servlet host (TUSCANY-3540)nash2010-04-181-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935405 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3516 - Merging changes from 2.x to enable calling services exposed ↵lresende2010-03-302-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
* TUSCANY-242 add URI specific processing wherever we read an anyURI attributeslaws2010-03-1018-273/+353
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921286 13f79535-47bb-0310-9956-ffa450edef68
* Update thread pool creation code to match the corresponding code in ODE ↵nash2010-03-081-1/+12
| | | | | | 1.3.3 (TUSCANY-3475) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920274 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3466rfeng2010-02-181-61/+118
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911633 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3165, upgrade to OpenEJB version 3.1.2ramkumar2010-02-151-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910269 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3448 SCA Property and Reference annotation processing in web ↵vamsic0072010-01-282-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
* Adding missing Apache License fileslresende2010-01-276-0/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903877 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3434 - Applying the same fix from 1.5.1 (TUSCANY-3292) to fix how ↵lresende2010-01-261-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
* Updating LICENSE/NOTICE to properly mention required notice from Caucho ↵lresende2010-01-192-0/+52
| | | | | | Technology git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900665 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-123-0/+54
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898223 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing Apache License headerslresende2010-01-122-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898222 13f79535-47bb-0310-9956-ffa450edef68
* Removing JDK 5 specific code (String isEmpty)lresende2010-01-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898098 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3418 add missing equals operator to JMS wire formats so that ↵slaws2010-01-114-0/+20
| | | | | | interceptors are not injected twice. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897816 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3389 - Tyding up the http response to properly distinguish from ↵lresende2010-01-071-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
* Minor formattinglresende2010-01-071-88/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896753 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3408 Generate referenced namespace shortname if it's not already presentslaws2010-01-041-3/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895646 13f79535-47bb-0310-9956-ffa450edef68
* Update 1.x trunk version to 1.7-SNAPSHOTantelder2009-12-21153-922/+922
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892797 13f79535-47bb-0310-9956-ffa450edef68
* Fix another dojo hudson build issueantelder2009-12-172-55/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891607 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3389 - Providing different http status code depending on the ↵lresende2009-12-152-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
* Fixing classNotFound issue with jaxwslresende2009-12-141-4/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@890497 13f79535-47bb-0310-9956-ffa450edef68
* Pull the configuration location from the first argument if one is provided. slaws2009-11-301-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885358 13f79535-47bb-0310-9956-ffa450edef68
* fixing TUSCANY-3382adrianocrestani2009-11-293-6/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885247 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Martin Clough for TUSCANY-3379. Thanks.rfeng2009-11-231-137/+137
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883443 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - correct previous fix to prevent memory leak on WeakHashMapslaws2009-11-131-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835844 13f79535-47bb-0310-9956-ffa450edef68
* Moving 1.x trunklresende2009-11-133992-0/+386720
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68