summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-27Start branch for beta2 releaseantelder6284-0/+529067
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053042 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24add explicit dependency on binding sca runtime and reorder a couple of other ↵slaws1-12/+18
dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052496 13f79535-47bb-0310-9956-ffa450edef68
2010-12-24Add comment to remind me about domainRegistryURI propertiesslaws1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052495 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Close the output writer before reading from it. slaws1-1/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052293 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23convert to base pom dependencyslaws2-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052292 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23remove redundant dependencies slaws2-16/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052291 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23remove redundant profile. slaws1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052290 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add missing dependenciesslaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052289 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Remove specific version numbers to allow us to pick up the latestslaws2-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052288 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add missing dependenciesslaws3-1/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052287 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Revert back to fetching the interceptors starting at SERVICE_POLICY in order ↵slaws1-1/+1
to miss out any databinding transformation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052265 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Bring the unknown endpoint plugin into play at build and run time. slaws1-16/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052258 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Throw systematic errors as ServiceRuntimeExceptionsslaws1-9/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052256 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Close input stream when reading is finishedslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052255 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Correct the order that the phase constants appear in to match the actual ↵slaws2-2/+2
phase order and make the local binding.sca optimization link to the head of the service operation wire. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052253 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Correct module nameslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052252 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add print out to show written XMLslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052251 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add print out to show written XMLslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052250 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add exclusion to ActiveMQ dependency. Also why is this dependency here and ↵slaws1-1/+8
not in the ActiveMQ specific module? git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052248 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Add ActiveMQ dependenciesslaws1-0/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052247 13f79535-47bb-0310-9956-ffa450edef68
2010-12-23Restrict test cases to starting a single compositeslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052246 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Enable binding.sca to support async invocation in the local case - as under ↵edwardsmj1-7/+29
TUSCANY-3811 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051467 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific ↵edwardsmj1-2/+3
response address information - under TUSCANY-3807 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051465 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Fix to invokeAsyncResponse method to cope with a Binding Chain with zero entriesedwardsmj1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051464 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Extend AsyncResponseInvoker to be Generic to cope with binding-specific ↵edwardsmj1-5/+8
response address information - under TUSCANY-3807 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051463 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Update POM to exclude Spring transitive dependencies of ActiveMQedwardsmj1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051461 13f79535-47bb-0310-9956-ffa450edef68
2010-12-21Tweaks and extensions to better match the async service implementation in ↵edwardsmj4-14/+33
core + JMS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051397 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Extending binding-jms-runtime to provide native async service invocation ↵edwardsmj29-103/+1151
with separate forward request messages and back response messages - as described in TUSCANY-3809 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051255 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Updating core invocation code to support bindings that provide native async ↵edwardsmj3-4/+34
support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051250 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Updating core invocation code to support bindings that provide native async ↵edwardsmj6-27/+127
support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051249 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20Updating core invocation code to support bindings that provide native async ↵edwardsmj1-0/+7
support - as described in TUSCANY-3801 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1051247 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15Use the mapped binding when looking up the providerantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049556 13f79535-47bb-0310-9956-ffa450edef68
2010-12-15Updating the fix for OSGi support to deal with error casesedwardsmj1-30/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049443 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14Remove no longer required wstx dependencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049026 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14Fix ws binding endpoint ref writing so that it works with java stax parserantelder4-30/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049025 13f79535-47bb-0310-9956-ffa450edef68
2010-12-14Fix testcase to close writerantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049024 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Update for axis2 osgi jarantelder3-15/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045250 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Update for axis2 osgi jarantelder2-13/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045249 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Change to use axis2 osgi jarantelder1-11/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045247 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj1-41/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045089 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj1-46/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045087 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj1-32/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045085 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Removing all references to jaxb-api as described under TUSCANY-3810edwardsmj1-33/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045082 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Remove explicit version from manifestantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045078 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Add stax excludeantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045077 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Update the axis2 manifest used in the all distributionantelder1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045073 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13update the manifest that node-launcher-equinox uses for axis2antelder1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045072 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Add exclude for an old version of commons logging the seems to mess up the ↵antelder1-0/+6
osgi junit tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045070 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13TUSCANY-3801 - reorder code so that the RuntimeInvoker does not take part in ↵slaws1-6/+9
the async response "previous" chain git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045068 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13TUSCANY-3801, update the databinding transformer so that it can be used with ↵slaws2-10/+45
native async git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045067 13f79535-47bb-0310-9956-ffa450edef68