summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put back the definitions as it causes some policy regressionsantelder2012-03-271-18/+16
* Don't look at fault databindings in order to calculate output wrapper databin...scottkurz2012-03-261-9/+6
* TUSCANY-4036 - Create unique names in WSDL when multiple components expose th...slaws2012-03-247-10/+23
* TUSCANY-4035 - synchronize schema loading. Thanks for the patch Kaushik.slaws2012-03-231-68/+78
* TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ...slaws2012-03-236-2/+251
* TUSCANY-4031 - apply patch for IntentNotSatisfiedAtBuild warning when referen...slaws2012-03-231-34/+31
* TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and the...slaws2012-03-232-13/+17
* Avoid NPE when binding doesn't support callbackslaws2012-03-231-1/+6
* TUSCANY-4030 - add doPriviliged calls. Thanks for the patch Kaushik.slaws2012-03-231-5/+60
* Tighten up the no address test to include checking for a null or empty URIslaws2012-03-231-1/+4
* Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ...rfeng2012-03-2219-29/+442
* TUSCANY-4034 - plug a few more potential memory leaksslaws2012-03-229-11/+128
* Revert the change based on the comment from https://issues.apache.org/jira/br...rfeng2012-03-211-0/+10
* Handle inputstream to outputstream copyrfeng2012-03-211-1/+15
* Improve the REST binding for inputstream and contextrfeng2012-03-212-0/+4
* Add testcase for creating wsdl from an interface with a type using JAXB @XmlT...antelder2012-03-212-0/+123
* Fix Node validateContribution to not cause duplicate definition problems by r...antelder2012-03-211-16/+18
* Include the wireformat writing itest in buildantelder2012-03-211-0/+1
* TUSCANY-4024: Don't write out the response wireFormat when its defaulting to ...antelder2012-03-212-3/+18
* Add a test for writing jms wireFormats when the response one defaults to the ...antelder2012-03-211-25/+29
* TUSCANY-4024: Adjust position of wireFormat element writingantelder2012-03-191-10/+10
* TUSCANY-4025 - enhance the previous fix for this JIRA to call the listeners i...slaws2012-03-191-1/+10
* Add new itest for writing jms scdl with wireFormatsantelder2012-03-192-0/+293
* TUSCANY-4024: Move the writing of wireformat and OperationSelector to be in t...antelder2012-03-191-15/+17
* TUSCANY-4029: temporarily take out the async-services itest as the jms bindin...antelder2012-03-191-1/+1
* TUSCANY-4029: Clone the binding when setting it on the EndpointReference to e...antelder2012-03-191-2/+6
* TUSCANY-3932 - take account of the case where a binding doesn't create a bind...slaws2012-03-161-2/+4
* TUSCANY-4027 - tweak to this change to ignore any callback endpoints in the r...slaws2012-03-161-0/+11
* TUSCANY-4028 - don't duplicate intents on the Java implementation model slaws2012-03-167-6/+82
* Fix suggested by Guofeng on ML to correct parent POM links. Thanks Guofeng.slaws2012-03-152-2/+2
* TUSCANY-4027 - fix up SCA Client target resolution when only component name i...slaws2012-03-122-12/+19
* Changes to add TUSCANY-3770 to 2.x stream and updates to performance testcase...jennthom2012-03-083-21/+82
* TUSCANY-4025 - delay the removal of the contribution information until after ...slaws2012-03-081-1/+1
* Change HTTPS to HTTP in this test case. This fails for me in some circumstanc...slaws2012-03-081-2/+2
* Tag for beta4 Rc1antelder2012-03-076566-0/+555293
* Creating a straman for allowing external tools (e.g. Nagios) to manage 'manag...lresende2012-03-0512-1/+645
* Fix Deployer.resolve to resolve dependent contributions correctly. It looks l...antelder2012-03-043-7/+11
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + other...slaws2012-03-049-37/+200
* Some test code I'm using to check that memory leak code copied from 1.x is wo...slaws2012-03-0411-0/+804
* Make sure httpcore version to be 4.1.4 (as depended by httpclient 4.1.3)rfeng2012-03-034-19/+1
* Update the http client version to be 4.1.3rfeng2012-03-034-4/+4
* Use Apache HTTP client for REST reference bindingrfeng2012-03-025-8/+34
* Fix ArrayIndexOutofBound for void return typerfeng2012-03-021-1/+1
* Reuse the ObjectMapperrfeng2012-03-021-0/+3
* TUSCANY-4020 - move a few more hardcoded message strings into properties filesslaws2012-03-016-22/+48
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-2916-57/+217
* Fixing issue where response wireFormats were being skipedlresende2012-02-271-12/+9
* Properly placing the exit when configuration is not available and default is ...lresende2012-02-271-1/+1
* Adding more generic support for CORS into the runtime of REST bindinglresende2012-02-272-0/+6
* Adding support for CORS configuration for REST bindinglresende2012-02-275-12/+47