summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2012-02-27Adding generic support for CORS (models, common-runtime, etc)lresende10-2/+660
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294278 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Extend exceptions test to include a remote binding. Some inconsistencies ↵slaws10-2/+322
here that need thinking about. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294142 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27TUSCANY-4013 - reset the user specified URL whenever the real URI is reset. slaws1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294065 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Add missing importslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294063 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24Back out changes for JIRA TUSCANY 4019. scaOperationName is being used to ↵jennthom2-0/+11
correlate non-persistent asynch responses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1293420 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24Fix for JIRA TUSCANY 4019 - remote scsOperationName from response messages.jennthom2-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1293172 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23Fix for TUSCANY-3824. Thanks Greg.scottkurz4-67/+81
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292896 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23Updating rest xsd with isCORS attributelresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292862 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23TUSCANY-3099 - the change is already ported from 1.x to 2.x but this small ↵slaws1-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
2012-02-22Enabling isCORS attribute for REST bindinglresende4-20/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292360 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22Updating javadocslresende1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292359 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22TUSCANY-3418 - make all the wire format models implement equals() consistentlyslaws4-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1292261 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21TUSCANY-4018 - Apply Jennifers patch to correct the setting of reponse JMS ↵slaws1-6/+3
header values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291715 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21TUSCANY-4005 - swap the test around so that the code that raises an error if ↵slaws4-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
2012-02-20Remove obsolete ignore statementslaws2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291314 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291313 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-2735 - add Rodolfo's generics testing patch. slaws8-0/+219
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291283 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-4016 - when a composite fails to start ensure that it is stopped and ↵slaws9-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
2012-02-20TUSCANY-3459 - Allow the remotable status of an interface to be overridden ↵slaws13-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
2012-02-20Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291188 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20TUSCANY-4017 - add a test case to ensure that the exactlyOnce profile intent ↵slaws32-2/+1781
resolves to atLeastOnce and atMostOnce. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291186 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16Start updating CHANGES file for next releaseantelder1-0/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245028 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15Make the JMSException a ServiceRuntimeException so it has some commonality ↵slaws1-1/+3
with the spec defined exception. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244594 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15TUSCANY-4013 - set the userSpecifiedURI when the URI is set from WSDL also slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244592 13f79535-47bb-0310-9956-ffa450edef68
2012-02-15TUSCANY-4015 - correct what activation spec attributes are written outslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244440 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Make the jackson annotation introspector come before the JAXB one as we need ↵rfeng1-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
2012-02-13Bump up the date in the NOTICE fileantelder99-104/+104
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12Minor formatting updateslresende1-21/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243203 13f79535-47bb-0310-9956-ffa450edef68
2012-02-11TUSCANY-4013 - store the user specified binding uri so it doesn't get ↵slaws3-0/+24
overwritten by the BindingURIBuilder. Needs reworking when we fix TUSCANY-4014 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243103 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10Fixing processing wireFormat and operationSelectors from rest-binding as the ↵lresende4-22/+78
element QName was conflicting with binding-http and the DefaultBeanModelProcessor was producing http models for rest binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242872 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10TUSCANY-3924 - revert some of the previous changes. we need to look at ↵slaws5-18/+10
whether we are interpreting the spec correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242718 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09TUSCANY-4011 - stop the SCDL callback binding configuration from being ↵slaws14-109/+409
overwritten. The JMS binding strangely relied on this so required some surgery. I've also simplified CallbackServiceReference and added a CALLBACK message header and CallbackHandler object to make is simpler to pass the callback address down the message chain. The existing approach of creating a CallbackEndpoint model is still supported at the moment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242412 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Add doPrivileged for Java 2 Security issue.scottkurz1-43/+73
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1242402 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08Fix typo in commentslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241895 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08Adjust a couple more test fields that differ after an invocation depending ↵antelder2-0/+8
on the environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241800 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07Update tuscany plugin for rename from maven-tuscany- to tuscany-maven-antelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241586 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07The operation name property is only for request messages so don't set it on ↵antelder1-8/+0
the response git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241570 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07TUSCANY-4001: Update JMS Binding to use the QName of the element in ↵antelder1-4/+7
UnexpectedElement error messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1241442 13f79535-47bb-0310-9956-ffa450edef68