summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inherit elements lower in the hierarchy first to ensure inheritance of ↵bdaniel2010-07-191-6/+10
| | | | | | mutually exclusive intents is handled correctly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965578 13f79535-47bb-0310-9956-ffa450edef68
* Adding dependency org.apache.tuscany.sca.interfacedef.java;version="2.0.0" ↵edwardsmj2010-07-191-0/+1
| | | | | | to MANIFEST for builder module to enable correct running under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965493 13f79535-47bb-0310-9956-ffa450edef68
* Fix the regression caused by r963624 for overloaded local methodsrfeng2010-07-161-3/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964980 13f79535-47bb-0310-9956-ffa450edef68
* Use default intent qualification on implementationsbdaniel2010-07-161-26/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964906 13f79535-47bb-0310-9956-ffa450edef68
* Update to jackson 1.5.4rfeng2010-07-162-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964882 13f79535-47bb-0310-9956-ffa450edef68
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-168-64/+151
| | | | | | Allow the binding.rest client to issue RPC over GET calls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964880 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3622rfeng2010-07-162-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
* Remove the compile dependency on assembly-xml to fix build errorrfeng2010-07-161-30/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964878 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate service declarationrfeng2010-07-161-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964877 13f79535-47bb-0310-9956-ffa450edef68
* communicate differences in interfaces wrt @Remotable annotationkelvingoodson2010-07-163-1/+119
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964852 13f79535-47bb-0310-9956-ffa450edef68
* Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel2010-07-162-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964846 13f79535-47bb-0310-9956-ffa450edef68
* Fix comple errorantelder2010-07-162-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964706 13f79535-47bb-0310-9956-ffa450edef68
* Use binding type from system definitions to obtain mayProvide/alwaysProvide ↵bdaniel2010-07-151-3/+16
| | | | | | values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964503 13f79535-47bb-0310-9956-ffa450edef68
* Check extension type for unresolved service side intents, only throw a ↵bdaniel2010-07-151-9/+15
| | | | | | warning for unresolved reference side intents git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964438 13f79535-47bb-0310-9956-ffa450edef68
* Add new OSGi dependency required by changes at r964321slaws2010-07-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964413 13f79535-47bb-0310-9956-ffa450edef68
* Validate that the noListener intent isn't specified on a servicebdaniel2010-07-152-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964321 13f79535-47bb-0310-9956-ffa450edef68
* Add noListener intent to constantsbdaniel2010-07-151-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964319 13f79535-47bb-0310-9956-ffa450edef68
* Allow transaction policy sets to be used with external attachmentbdaniel2010-07-141-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964066 13f79535-47bb-0310-9956-ffa450edef68
* Ignore direct policy sets when external policy sets are attachedbdaniel2010-07-142-10/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964064 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to set the callback interface based on the interface constructed when ↵slaws2010-07-133-4/+10
| | | | | | the @Callback WSDL annotations is processed. Makes BWS_2022 work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963756 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out methodsslaws2010-07-132-33/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963631 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-1327-61/+932
| | | | | | and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
* Update wsdl resolving to take account of wsdli:location namespace to ↵antelder2010-07-124-4/+40
| | | | | | location url mappings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963496 13f79535-47bb-0310-9956-ffa450edef68
* Update the ws binding model to have a wsdliLocations field to properly store ↵antelder2010-07-123-7/+36
| | | | | | the iri pairs from the wsdli:location attribute. (do need to still look at what the existing location field is really used for, when i changed that it broke something in impl.bpel so need to investigate whats going on there) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963494 13f79535-47bb-0310-9956-ffa450edef68
* Changes and additions to Java invoker in support of Client-side and ↵edwardsmj2010-07-112-12/+91
| | | | | | Server-side asynchronous services and @asyncInvocation as described in TUSCANY-3608, 3611 & 3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963037 13f79535-47bb-0310-9956-ffa450edef68
* Changes and additions to core in support of Client-side and Server-side ↵edwardsmj2010-07-118-71/+519
| | | | | | asynchronous services and @asyncInvocation as described in TUSCANY-3608, 3611 & 3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963034 13f79535-47bb-0310-9956-ffa450edef68
* Changes to binding-ws-runtime-axis2 in support of Client-side and ↵edwardsmj2010-07-113-41/+116
| | | | | | Server-side asynchronous services and @asyncInvocation as described in TUSCANY-3608, 3611 & 3612 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963032 13f79535-47bb-0310-9956-ffa450edef68
* Updating Wink to it's most recent release to avoid security issue reported ↵lresende2010-07-093-34/+34
| | | | | | at CVE-2010-2245 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962398 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ↵lresende2010-07-093-24/+76
| | | | | | binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962391 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3617 - Adding support for configuring wireFormat only for response ↵lresende2010-07-0916-310/+539
| | | | | | to allow RPC over GET services to define the wireFormat to use for generating the response payload. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962390 13f79535-47bb-0310-9956-ffa450edef68
* Improve default uri calculationantelder2010-07-081-13/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961826 13f79535-47bb-0310-9956-ffa450edef68
* Add some wsdli:location validationantelder2010-07-082-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961748 13f79535-47bb-0310-9956-ffa450edef68
* Add a public getNodeFactory() method to WebAppHelper to allow a servlet to ↵jsdelfino2010-07-081-0/+4
| | | | | | get the NodeFactory and create nodes bound to the Webapp's environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961583 13f79535-47bb-0310-9956-ffa450edef68
* Fix exception when when no command enteredantelder2010-07-071-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961452 13f79535-47bb-0310-9956-ffa450edef68
* Add some more helpantelder2010-07-071-5/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961344 13f79535-47bb-0310-9956-ffa450edef68
* Avoid any empty tokensantelder2010-07-071-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961323 13f79535-47bb-0310-9956-ffa450edef68
* Avoid not founds due to extra whitespaceantelder2010-07-071-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961321 13f79535-47bb-0310-9956-ffa450edef68
* Update installed command to show all composites in a contribution with the ↵antelder2010-07-071-17/+16
| | | | | | status command showing the deployed composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961319 13f79535-47bb-0310-9956-ffa450edef68
* More help updatesantelder2010-07-071-17/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961312 13f79535-47bb-0310-9956-ffa450edef68
* Remove addToDomainLevelComposite/removeFromDomainLevelComposite as they're ↵antelder2010-07-072-44/+2
| | | | | | the same as start/stop git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961296 13f79535-47bb-0310-9956-ffa450edef68
* Add some more help and remove listInstalledContributions and ↵antelder2010-07-072-55/+19
| | | | | | listDeployedComposites commands as they're the same as installed and status git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961292 13f79535-47bb-0310-9956-ffa450edef68
* Add bye commandantelder2010-07-071-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961274 13f79535-47bb-0310-9956-ffa450edef68
* Move all JLine classes into a sub packageantelder2010-07-075-7/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961270 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a Tuscany specific completor that can complete each command ↵antelder2010-07-072-0/+234
| | | | | | argument git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961259 13f79535-47bb-0310-9956-ffa450edef68
* Update to use a Tuscany specific completor that can complete each command ↵antelder2010-07-071-3/+5
| | | | | | argument git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961257 13f79535-47bb-0310-9956-ffa450edef68
* Add a JLine COmpletor for installed contribution URIsantelder2010-07-061-0/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961030 13f79535-47bb-0310-9956-ffa450edef68
* Add help for installed and remove commandsantelder2010-07-061-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961011 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the SCA namespace prefix is registered in the XPath namespace ↵bdaniel2010-07-062-2/+3
| | | | | | context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961010 13f79535-47bb-0310-9956-ffa450edef68
* accept command in any caseantelder2010-07-061-16/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961009 13f79535-47bb-0310-9956-ffa450edef68
* Update install to not require the -uri flag to specify a uri but instead ↵antelder2010-07-061-15/+38
| | | | | | just use positional uri url parameters git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961005 13f79535-47bb-0310-9956-ffa450edef68