summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-19Inherit elements lower in the hierarchy first to ensure inheritance of mutual...bdaniel1-6/+10
2010-07-19Adding dependency org.apache.tuscany.sca.interfacedef.java;version="2.0.0" to...edwardsmj1-0/+1
2010-07-19Register Tuscany context listener to ensure the runtime is initialized when t...jsdelfino2-0/+3
2010-07-16Fix the regression caused by r963624 for overloaded local methodsrfeng1-3/+12
2010-07-16Use default intent qualification on implementationsbdaniel1-26/+34
2010-07-16Add attachTo attribute to policy sets in the policies itest definitionsbdaniel1-6/+12
2010-07-16Update jackson versionrfeng1-3/+3
2010-07-16Update to jackson 1.5.4rfeng2-5/+5
2010-07-16Add a databinding for Google Protocol Buffersrfeng11-0/+1860
2010-07-16Align the JAX-RS resource class/method checks with the specrfeng8-64/+151
2010-07-16Fix for TUSCANY-3622rfeng6-3/+24
2010-07-16Remove the compile dependency on assembly-xml to fix build errorrfeng1-30/+26
2010-07-16Remove duplicate service declarationrfeng1-17/+0
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson3-1/+119
2010-07-16Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel2-2/+2
2010-07-16disable test as potential cause of build hangkelvingoodson1-1/+3
2010-07-16working toward a version of the launcher that uses the contribution handling ...slaws7-0/+409
2010-07-16Add much more simplistic launcher as an example of how we can focus in on the...slaws4-4/+69
2010-07-16Fix test case to take account of stricter policy checks and also apparent inc...slaws3-11/+13
2010-07-16These days we have to attach policy sets to subjects, either explicitly or ex...slaws1-1/+4
2010-07-16Fix comple errorantelder2-1/+1
2010-07-15Use binding type from system definitions to obtain mayProvide/alwaysProvide v...bdaniel1-3/+16
2010-07-15Trying to get the async version of the service working. However it's failing ...slaws8-50/+97
2010-07-15A bit of tidying to remove some chaff and add the async callback pattern into...slaws9-228/+55
2010-07-15git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964452 13f79535-47bb-0...kelvingoodson7-5/+174
2010-07-15Check extension type for unresolved service side intents, only throw a warnin...bdaniel1-9/+15
2010-07-15Add new OSGi dependency required by changes at r964321slaws1-0/+1
2010-07-15some more detail on the style/format testsslaws1-8/+32
2010-07-15Add doc-list contribution to the buildslaws1-0/+1
2010-07-15Add launcher for doc lit contributionslaws1-0/+124
2010-07-15Add contribution to demonstrate doc-lit(or bare) message styleslaws12-0/+721
2010-07-15Validate that the noListener intent isn't specified on a servicebdaniel2-1/+18
2010-07-15Add noListener intent to constantsbdaniel1-0/+2
2010-07-14Allow transaction policy sets to be used with external attachmentbdaniel1-6/+6
2010-07-14Ignore direct policy sets when external policy sets are attachedbdaniel2-10/+52
2010-07-14TUSCANY-3616 - fix the namespace of generated WSDLslaws1-0/+2
2010-07-13async sample updatekelvingoodson7-10/+60
2010-07-13Fixes to set the callback interface based on the interface constructed when t...slaws3-4/+10
2010-07-13Changes to get the test running in my environmentslaws5-29/+7
2010-07-13Remove commented out methodsslaws2-33/+1
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference an...slaws44-647/+948
2010-07-13move sample to contrib under trunk, (source directory is deprecated for new c...kelvingoodson17-0/+0
2010-07-12Fix no class def error from wink update to use slf4j api from 1.6 which inclu...antelder1-0/+5
2010-07-12Update wsdl resolving to take account of wsdli:location namespace to location...antelder4-4/+40
2010-07-12Update the ws binding model to have a wsdliLocations field to properly store ...antelder3-7/+36
2010-07-12move badly placed sample contribkelvingoodson17-0/+690
2010-07-11Changes and additions to Java invoker in support of Client-side and Server-si...edwardsmj2-12/+91
2010-07-11Changes and additions to core in support of Client-side and Server-side async...edwardsmj8-71/+519
2010-07-11Changes to binding-ws-runtime-axis2 in support of Client-side and Server-side...edwardsmj3-41/+116
2010-07-11Minor command cleanup, factored out System.in/out to work as well in a Webapp...jsdelfino12-75/+305