summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-19Inherit elements lower in the hierarchy first to ensure inheritance of ↵bdaniel1-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
2010-07-19Adding dependency org.apache.tuscany.sca.interfacedef.java;version="2.0.0" ↵edwardsmj1-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
2010-07-19Register Tuscany context listener to ensure the runtime is initialized when ↵jsdelfino2-0/+3
the webapp starts. Print exception stack traces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965354 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix the regression caused by r963624 for overloaded local methodsrfeng1-3/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964980 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Use default intent qualification on implementationsbdaniel1-26/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964906 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Add attachTo attribute to policy sets in the policies itest definitionsbdaniel1-6/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964900 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Update jackson versionrfeng1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964883 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Update to jackson 1.5.4rfeng2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964882 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Add a databinding for Google Protocol Buffersrfeng11-0/+1860
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964881 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Align the JAX-RS resource class/method checks with the specrfeng8-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
2010-07-16Fix for TUSCANY-3622rfeng6-3/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964879 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Remove the compile dependency on assembly-xml to fix build errorrfeng1-30/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964878 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Remove duplicate service declarationrfeng1-17/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964877 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16communicate differences in interfaces wrt @Remotable annotationkelvingoodson3-1/+119
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964852 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Allow ManagedTransactionPolicySet to attach to qualified intentsbdaniel2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964846 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16disable test as potential cause of build hangkelvingoodson1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964839 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16working toward a version of the launcher that uses the contribution handling ↵slaws7-0/+409
apis from the spec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964789 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Add much more simplistic launcher as an example of how we can focus in on ↵slaws4-4/+69
the embedding we're trying to demonstrate rather than how clever we can make the launcher. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964782 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix test case to take account of stricter policy checks and also apparent ↵slaws3-11/+13
inconsistencies in the WS Policy namespace in the code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964724 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16These days we have to attach policy sets to subjects, either explicitly or ↵slaws1-1/+4
externally, having appliesTo alone isn't sufficient. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964718 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16Fix comple errorantelder2-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964706 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Use binding type from system definitions to obtain mayProvide/alwaysProvide ↵bdaniel1-3/+16
values git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964503 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Trying to get the async version of the service working. However it's failing ↵slaws8-50/+97
with a policy error that I think is caused by the recent policy changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964477 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15A bit of tidying to remove some chaff and add the async callback pattern ↵slaws9-228/+55
into the sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964464 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964452 ↵kelvingoodson7-5/+174
13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Check extension type for unresolved service side intents, only throw a ↵bdaniel1-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
2010-07-15Add new OSGi dependency required by changes at r964321slaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964413 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15some more detail on the style/format testsslaws1-8/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964380 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add doc-list contribution to the buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964379 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add launcher for doc lit contributionslaws1-0/+124
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964374 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add contribution to demonstrate doc-lit(or bare) message styleslaws12-0/+721
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964372 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Validate that the noListener intent isn't specified on a servicebdaniel2-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964321 13f79535-47bb-0310-9956-ffa450edef68
2010-07-15Add noListener intent to constantsbdaniel1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964319 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14Allow transaction policy sets to be used with external attachmentbdaniel1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964066 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14Ignore direct policy sets when external policy sets are attachedbdaniel2-10/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964064 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14TUSCANY-3616 - fix the namespace of generated WSDLslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963981 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13async sample updatekelvingoodson7-10/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963791 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13Fixes to set the callback interface based on the interface constructed when ↵slaws3-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
2010-07-13Changes to get the test running in my environmentslaws5-29/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963660 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13Remove commented out methodsslaws2-33/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963631 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws44-647/+948
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
2010-07-13move sample to contrib under trunk, (source directory is deprecated for new ↵kelvingoodson17-0/+690
contribs) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963621 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12Fix no class def error from wink update to use slf4j api from 1.6 which ↵antelder1-0/+5
includes a default noop log impl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963497 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12Update wsdl resolving to take account of wsdli:location namespace to ↵antelder4-4/+40
location url mappings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963496 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12Update the ws binding model to have a wsdliLocations field to properly store ↵antelder3-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
2010-07-11Changes and additions to Java invoker in support of Client-side and ↵edwardsmj2-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
2010-07-11Changes and additions to core in support of Client-side and Server-side ↵edwardsmj8-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
2010-07-11Changes to binding-ws-runtime-axis2 in support of Client-side and ↵edwardsmj3-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
2010-07-11Minor command cleanup, factored out System.in/out to work as well in a ↵jsdelfino12-75/+305
Webapp, renamed test scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962959 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09Updating Wink to it's most recent release to avoid security issue reported ↵lresende5-42/+42
at CVE-2010-2245 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962398 13f79535-47bb-0310-9956-ffa450edef68