summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* make the interface matching audit trail more useful in problem determinationkelvingoodson2010-07-213-9/+52
* Add a check for both source and target operations matching being oneway or notantelder2010-07-201-0/+10
* Dont catch NoClassDefFoundError as it will get reported as class not found wh...antelder2010-07-201-2/+0
* Ignore policy sets on a composite implementation when the using component has...bdaniel2010-07-191-0/+7
* Inherit elements lower in the hierarchy first to ensure inheritance of mutual...bdaniel2010-07-191-6/+10
* Adding dependency org.apache.tuscany.sca.interfacedef.java;version="2.0.0" to...edwardsmj2010-07-191-0/+1
* Fix the regression caused by r963624 for overloaded local methodsrfeng2010-07-161-3/+12
* Use default intent qualification on implementationsbdaniel2010-07-161-26/+34
* Update to jackson 1.5.4rfeng2010-07-162-5/+5
* Align the JAX-RS resource class/method checks with the specrfeng2010-07-168-64/+151
* Fix for TUSCANY-3622rfeng2010-07-162-2/+11
* Remove the compile dependency on assembly-xml to fix build errorrfeng2010-07-161-30/+26
* Remove duplicate service declarationrfeng2010-07-161-17/+0
* communicate differences in interfaces wrt @Remotable annotationkelvingoodson2010-07-163-1/+119
* Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel2010-07-162-2/+2
* Fix comple errorantelder2010-07-162-1/+1
* Use binding type from system definitions to obtain mayProvide/alwaysProvide v...bdaniel2010-07-151-3/+16
* Check extension type for unresolved service side intents, only throw a warnin...bdaniel2010-07-151-9/+15
* Add new OSGi dependency required by changes at r964321slaws2010-07-151-0/+1
* Validate that the noListener intent isn't specified on a servicebdaniel2010-07-152-1/+18
* Add noListener intent to constantsbdaniel2010-07-151-0/+2
* Allow transaction policy sets to be used with external attachmentbdaniel2010-07-141-6/+6
* Ignore direct policy sets when external policy sets are attachedbdaniel2010-07-142-10/+52
* Fixes to set the callback interface based on the interface constructed when t...slaws2010-07-133-4/+10
* Remove commented out methodsslaws2010-07-132-33/+1
* TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws2010-07-1327-61/+932
* Update wsdl resolving to take account of wsdli:location namespace to location...antelder2010-07-124-4/+40
* Update the ws binding model to have a wsdliLocations field to properly store ...antelder2010-07-123-7/+36
* Changes and additions to Java invoker in support of Client-side and Server-si...edwardsmj2010-07-112-12/+91
* Changes and additions to core in support of Client-side and Server-side async...edwardsmj2010-07-118-71/+519
* Changes to binding-ws-runtime-axis2 in support of Client-side and Server-side...edwardsmj2010-07-113-41/+116
* Updating Wink to it's most recent release to avoid security issue reported at...lresende2010-07-093-34/+34
* TUSCANY-3618 - Enhancing type mapping for RPC over GET invocation using REST ...lresende2010-07-093-24/+76
* TUSCANY-3617 - Adding support for configuring wireFormat only for response to...lresende2010-07-0916-310/+539
* Improve default uri calculationantelder2010-07-081-13/+16
* Add some wsdli:location validationantelder2010-07-082-3/+9
* Add a public getNodeFactory() method to WebAppHelper to allow a servlet to ge...jsdelfino2010-07-081-0/+4
* Fix exception when when no command enteredantelder2010-07-071-1/+1
* Add some more helpantelder2010-07-071-5/+16
* Avoid any empty tokensantelder2010-07-071-1/+8
* Avoid not founds due to extra whitespaceantelder2010-07-071-0/+1
* Update installed command to show all composites in a contribution with the st...antelder2010-07-071-17/+16
* More help updatesantelder2010-07-071-17/+14
* Remove addToDomainLevelComposite/removeFromDomainLevelComposite as they're th...antelder2010-07-072-44/+2
* Add some more help and remove listInstalledContributions and listDeployedComp...antelder2010-07-072-55/+19
* Add bye commandantelder2010-07-071-0/+3
* Move all JLine classes into a sub packageantelder2010-07-075-7/+10
* Update to use a Tuscany specific completor that can complete each command arg...antelder2010-07-072-0/+234
* Update to use a Tuscany specific completor that can complete each command arg...antelder2010-07-071-3/+5
* Add a JLine COmpletor for installed contribution URIsantelder2010-07-061-0/+47