summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Removing empty folderlresende2012-02-270-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294270 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
* Add options to use mmap or electric fence to check memory accesses, and fix ↵jsdelfino2012-02-2711-51/+167
| | | | | | a few memory access violations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294008 13f79535-47bb-0310-9956-ffa450edef68
* Add missing <?xml?> tag to test ATOM entry document.jsdelfino2012-02-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294007 13f79535-47bb-0310-9956-ffa450edef68
* Fix mapping between repeating XML elements, S-expression lists, and JSON ↵jsdelfino2012-02-275-4/+69
| | | | | | array cells. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294006 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
* Fixes to the hosting module to correctly store ATOM feeds instead of raw ↵jsdelfino2012-02-2029-56/+56
| | | | | | collections and work with the sqldb component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291136 13f79535-47bb-0310-9956-ffa450edef68
* Rename some of the utility programs and add them to the install target.jsdelfino2012-02-2010-14/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291135 13f79535-47bb-0310-9956-ffa450edef68
* Optimize server modules a bit. Pass individual config elements instead of ↵jsdelfino2012-02-209-433/+441
| | | | | | the whole server config. Load target composite once into the request. Enable loading of shared component implementations from the main contribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291134 13f79535-47bb-0310-9956-ffa450edef68
* Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use ↵jsdelfino2012-02-2025-32/+201
| | | | | | different auth mechanisms, and refactor log configuration to make it easier to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291133 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-166177-522549/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245046 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-166177-522824/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245043 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-166340-539954/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245042 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-165971-504759/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245041 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-166014-506930/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245039 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-166005-507877/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245037 13f79535-47bb-0310-9956-ffa450edef68
* Rename beta3 tag to final nameantelder2012-02-165936-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245036 13f79535-47bb-0310-9956-ffa450edef68
* Rename beta3 tag to final nameantelder2012-02-165936-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245035 13f79535-47bb-0310-9956-ffa450edef68
* Delete old RC tagsantelder2012-02-165791-503579/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245033 13f79535-47bb-0310-9956-ffa450edef68
* Rename beta3 tag to final nameantelder2012-02-165936-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245031 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
* Minor formatting updateslresende2012-02-121-21/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243203 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4013 - store the user specified binding uri so it doesn't get ↵slaws2012-02-113-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
* Fixing processing wireFormat and operationSelectors from rest-binding as the ↵lresende2012-02-104-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
* TUSCANY-3924 - revert some of the previous changes. we need to look at ↵slaws2012-02-105-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