summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-27Put back the definitions as it causes some policy regressionsantelder1-18/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1305824 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26Don't look at fault databindings in order to calculate output wrapper ↵scottkurz1-9/+6
databinding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1305484 13f79535-47bb-0310-9956-ffa450edef68
2012-03-24TUSCANY-4036 - Create unique names in WSDL when multiple components expose ↵slaws7-10/+23
the same service interface. Thanks for the patch Greg git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304746 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4035 - synchronize schema loading. Thanks for the patch Kaushik.slaws1-68/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304516 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4032 - serialize the "isForCallback" flag for an endpoint service so ↵slaws6-2/+251
that the SCAClient can ignore callback endpoints in the remote case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304510 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4031 - apply patch for IntentNotSatisfiedAtBuild warning when ↵slaws1-34/+31
reference uses an intent provided by binding. Thanks for the patch Greg. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304507 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4033 - Don't generate WSDL when binding an EPR to a remote EP and ↵slaws2-13/+17
the EPR and EP both use a Java interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304327 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23Avoid NPE when binding doesn't support callbackslaws1-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304325 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23TUSCANY-4030 - add doPriviliged calls. Thanks for the patch Kaushik.slaws1-5/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304257 13f79535-47bb-0310-9956-ffa450edef68
2012-03-23Tighten up the no address test to include checking for a null or empty URIslaws1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304254 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22Fix the binding invokers to use endpoint reference's deployed URI (i.e., the ↵rfeng19-29/+442
target service endpoint address) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1304128 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22TUSCANY-4034 - plug a few more potential memory leaksslaws9-11/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303855 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Revert the change based on the comment from ↵rfeng1-0/+10
https://issues.apache.org/jira/browse/TUSCANY-4029 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303591 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Handle inputstream to outputstream copyrfeng1-1/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303509 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Improve the REST binding for inputstream and contextrfeng2-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303501 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Add testcase for creating wsdl from an interface with a type using JAXB ↵antelder2-0/+123
@XmlType annotation. This test fails presently due to a bug in Tuscany's wsdl generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303424 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Fix Node validateContribution to not cause duplicate definition problems by ↵antelder1-16/+18
removing definitions aggregation from the resolve method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303355 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Include the wireformat writing itest in buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303321 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21TUSCANY-4024: Don't write out the response wireFormat when its defaulting to ↵antelder2-3/+18
the request one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303313 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21Add a test for writing jms wireFormats when the response one defaults to the ↵antelder1-25/+29
request one git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1303311 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4024: Adjust position of wireFormat element writingantelder1-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302469 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4025 - enhance the previous fix for this JIRA to call the listeners ↵slaws1-1/+10
in reverse order. Node listeners will be added before other listeners that deal with the nodes contributions so we want the contribution to hang around in the node until all the other listeners have done their thing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302422 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19Add new itest for writing jms scdl with wireFormatsantelder2-0/+293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302407 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4024: Move the writing of wireformat and OperationSelector to be in ↵antelder1-15/+17
the correct place git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302404 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4029: temporarily take out the async-services itest as the jms ↵antelder1-1/+1
binding doesn't work properly when a reference is using the target attribute instead of explicit binding config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302318 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19TUSCANY-4029: Clone the binding when setting it on the EndpointReference to ↵antelder1-2/+6
ensure its not the same instance as that used by the Endpoint. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1302317 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16TUSCANY-3932 - take account of the case where a binding doesn't create a ↵slaws1-2/+4
binding model in the callback endpoint an just put the URL in the endpoint. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301373 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16TUSCANY-4027 - tweak to this change to ignore any callback endpoints in the ↵slaws1-0/+11
registry that match git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301371 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16TUSCANY-4028 - don't duplicate intents on the Java implementation model slaws7-6/+82
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301369 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15Fix suggested by Guofeng on ML to correct parent POM links. Thanks Guofeng.slaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1300854 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12TUSCANY-4027 - fix up SCA Client target resolution when only component name ↵slaws2-12/+19
is provided. Thanks to the patch Greg. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1299664 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08Changes to add TUSCANY-3770 to 2.x stream and updates to performance ↵jennthom3-21/+82
testcase to produce an additional heap dump after uninstalling applications. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1298513 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08TUSCANY-4025 - delay the removal of the contribution information until after ↵slaws1-1/+1
the contribution listeners have been called. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1298469 13f79535-47bb-0310-9956-ffa450edef68
2012-03-08Change HTTPS to HTTP in this test case. This fails for me in some ↵slaws1-2/+2
circumstances with an invalid certificate error and I don't believe there is any reason this test has to use HTTPS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1298468 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07Tag for beta4 Rc1antelder6566-0/+555293
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1297882 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05Creating a straman for allowing external tools (e.g. Nagios) to manage ↵lresende12-1/+645
'manageable' services and or resources from a tuscany domain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1297253 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04Fix Deployer.resolve to resolve dependent contributions correctly. It looks ↵antelder3-7/+11
like nothing is using Deplyer.resolve except the validateContribution call so this bug had gone unoticed, the code in Deplyer.resove is duplicate din build, really build should just call resolve, i'll do that change in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296876 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + ↵slaws9-37/+200
other related changes and some extensions to allow the cache to be reduced when contributions are unloaded in the domain node. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296845 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04Some test code I'm using to check that memory leak code copied from 1.x is ↵slaws11-0/+804
working as expected. Not in build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296844 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03Make sure httpcore version to be 4.1.4 (as depended by httpclient 4.1.3)rfeng4-19/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296575 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03Update the http client version to be 4.1.3rfeng4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296543 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02Use Apache HTTP client for REST reference bindingrfeng5-8/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296382 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02Fix ArrayIndexOutofBound for void return typerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296004 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02Reuse the ObjectMapperrfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296003 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01TUSCANY-4020 - move a few more hardcoded message strings into properties filesslaws6-22/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295564 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29TUSCANY-4020 - move hardcoded message strings into properties filesslaws16-57/+217
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295144 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Fixing issue where response wireFormats were being skipedlresende1-12/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294282 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Properly placing the exit when configuration is not available and default is ↵lresende1-1/+1
in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294281 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Adding more generic support for CORS into the runtime of REST bindinglresende2-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294280 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Adding support for CORS configuration for REST bindinglresende5-12/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294279 13f79535-47bb-0310-9956-ffa450edef68