summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TUSCANY-3932 - take account of the case where a binding doesn't create a ↵slaws2012-03-161-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
* TUSCANY-4027 - tweak to this change to ignore any callback endpoints in the ↵slaws2012-03-161-0/+11
| | | | | | registry that match git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301371 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4028 - don't duplicate intents on the Java implementation model slaws2012-03-167-6/+82
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301369 13f79535-47bb-0310-9956-ffa450edef68
* Fix suggested by Guofeng on ML to correct parent POM links. Thanks Guofeng.slaws2012-03-152-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1300854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4027 - fix up SCA Client target resolution when only component name ↵slaws2012-03-122-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
* Changes to add TUSCANY-3770 to 2.x stream and updates to performance ↵jennthom2012-03-083-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
* TUSCANY-4025 - delay the removal of the contribution information until after ↵slaws2012-03-081-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
* Change HTTPS to HTTP in this test case. This fails for me in some ↵slaws2012-03-081-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
* Creating a straman for allowing external tools (e.g. Nagios) to manage ↵lresende2012-03-0512-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
* Fix Deployer.resolve to resolve dependent contributions correctly. It looks ↵antelder2012-03-043-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
* TUSCANY-3312 - Copy JavaInterfaceFactory memory leak changes from 1.x + ↵slaws2012-03-049-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
* Some test code I'm using to check that memory leak code copied from 1.x is ↵slaws2012-03-0411-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
* Make sure httpcore version to be 4.1.4 (as depended by httpclient 4.1.3)rfeng2012-03-034-19/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296575 13f79535-47bb-0310-9956-ffa450edef68
* Update the http client version to be 4.1.3rfeng2012-03-034-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296543 13f79535-47bb-0310-9956-ffa450edef68
* Use Apache HTTP client for REST reference bindingrfeng2012-03-025-8/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296382 13f79535-47bb-0310-9956-ffa450edef68
* Fix ArrayIndexOutofBound for void return typerfeng2012-03-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296004 13f79535-47bb-0310-9956-ffa450edef68
* Reuse the ObjectMapperrfeng2012-03-021-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1296003 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4020 - move a few more hardcoded message strings into properties filesslaws2012-03-016-22/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295564 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-2916-57/+217
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295144 13f79535-47bb-0310-9956-ffa450edef68
* Fixing issue where response wireFormats were being skipedlresende2012-02-271-12/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294282 13f79535-47bb-0310-9956-ffa450edef68
* Properly placing the exit when configuration is not available and default is ↵lresende2012-02-271-1/+1
| | | | | | in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294281 13f79535-47bb-0310-9956-ffa450edef68
* Adding more generic support for CORS into the runtime of REST bindinglresende2012-02-272-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294280 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for CORS configuration for REST bindinglresende2012-02-275-12/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294279 13f79535-47bb-0310-9956-ffa450edef68
* Adding generic support for CORS (models, common-runtime, etc)lresende2012-02-2710-2/+660
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294278 13f79535-47bb-0310-9956-ffa450edef68
* Extend exceptions test to include a remote binding. Some inconsistencies ↵slaws2012-02-2710-2/+322
| | | | | | here that need thinking about. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294142 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4013 - reset the user specified URL whenever the real URI is reset. slaws2012-02-271-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294065 13f79535-47bb-0310-9956-ffa450edef68
* Add missing importslaws2012-02-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294063 13f79535-47bb-0310-9956-ffa450edef68
* Back out changes for JIRA TUSCANY 4019. scaOperationName is being used to ↵jennthom2012-02-242-0/+11
| | | | | | correlate non-persistent asynch responses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1293420 13f79535-47bb-0310-9956-ffa450edef68
* Fix for JIRA TUSCANY 4019 - remote scsOperationName from response messages.jennthom2012-02-242-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1293172 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3824. Thanks Greg.scottkurz2012-02-234-67/+81
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292896 13f79535-47bb-0310-9956-ffa450edef68
* Updating rest xsd with isCORS attributelresende2012-02-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292862 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3099 - the change is already ported from 1.x to 2.x but this small ↵slaws2012-02-231-2/+2
| | | | | | test change ensures that the changed code is exercised. Without the change the error condition related to the jms uri rather than the header priority. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292837 13f79535-47bb-0310-9956-ffa450edef68
* Enabling isCORS attribute for REST bindinglresende2012-02-224-20/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292360 13f79535-47bb-0310-9956-ffa450edef68
* Updating javadocslresende2012-02-221-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292359 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3418 - make all the wire format models implement equals() consistentlyslaws2012-02-224-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292261 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4018 - Apply Jennifers patch to correct the setting of reponse JMS ↵slaws2012-02-211-6/+3
| | | | | | header values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291715 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4005 - swap the test around so that the code that raises an error if ↵slaws2012-02-214-20/+25
| | | | | | a reference target containing only a component name matches a component with multiple services comes after the code that matches interfaces and policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291714 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolete ignore statementslaws2012-02-202-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291314 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2012-02-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291313 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2735 - add Rodolfo's generics testing patch. slaws2012-02-208-0/+219
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291283 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4016 - when a composite fails to start ensure that it is stopped and ↵slaws2012-02-209-20/+362
| | | | | | move it to the stopped list so that calls to remove unused contributions work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291234 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3459 - Allow the remotable status of an interface to be overridden ↵slaws2012-02-2013-11/+227
| | | | | | using the remotable attributed on the SCDL interface element as described by the OASIS assembly spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291191 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in commentslaws2012-02-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291188 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4017 - add a test case to ensure that the exactlyOnce profile intent ↵slaws2012-02-2032-2/+1781
| | | | | | resolves to atLeastOnce and atMostOnce. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291186 13f79535-47bb-0310-9956-ffa450edef68
* Start updating CHANGES file for next releaseantelder2012-02-161-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245028 13f79535-47bb-0310-9956-ffa450edef68
* Make the JMSException a ServiceRuntimeException so it has some commonality ↵slaws2012-02-151-1/+3
| | | | | | with the spec defined exception. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244594 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4013 - set the userSpecifiedURI when the URI is set from WSDL also slaws2012-02-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244592 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4015 - correct what activation spec attributes are written outslaws2012-02-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244440 13f79535-47bb-0310-9956-ffa450edef68
* Make the jackson annotation introspector come before the JAXB one as we need ↵rfeng2012-02-141-2/+3
| | | | | | to use the Jackson annotations to override the JAXB in some cases git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244154 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the date in the NOTICE fileantelder2012-02-1399-104/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68