summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-19Correct name missed when rename was doneantelder8-96/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024191 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Correct dependency nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024190 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Update parent after move to modulesantelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024157 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Update *-runtime pom types to be *-runtime-pom so its consistent with the ↵antelder13-8/+8
base one and more obvious you need to have <type>pom</type> when using the dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024153 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19Move *-runtime pom types to modulesantelder13-0/+1405
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024150 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18TUSCANY-3711 Enable correct wsdl service name mapping and fix issue in ↵bdaniel2-12/+13
JAXWSServiceBindingProvider that was causing ?wsdl to fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023951 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18POJO_8037 Add an intent based on @BindingType annotationbdaniel1-8/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023851 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Move WS definitions to model module as thats more where it belongs and ↵antelder4-59/+1
enables sharing across the binding impls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023785 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update to use base + extension approachantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023734 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update to use base + extension approachantelder1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023733 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18Update python to use base + extension approachantelder1-15/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023732 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17TUSCANY-3711 Change generated binding and port names to match recommended ↵bdaniel2-13/+46
values from the ws binding spec appendix D. The old value for service name is still being used for the time being. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023400 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Remove duplicate testslaws1-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023039 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update json databinding to base + extension approachantelder1-15/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022954 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update implementation spring and bpel to use the base + extension runtime ↵antelder2-72/+8
approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022922 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder1-29/+10
models to base, associated test updates to match that, and change the comet binding to use base + extension approach. Still need to look at whats in core-runtime vs base-runtime and still need to work out what really should/shouldn't be in base but at least its all consistent to start with now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022891 13f79535-47bb-0310-9956-ffa450edef68
2010-10-14Update jms binding to use base + extension styleantelder1-60/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Add jira number to @Ignoreantelder2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022270 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13These tests fail for me more times than not so I'm talking them out of the ↵antelder2-0/+4
build for now with @Ignore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022264 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder2-2/+2
to have <type>pom</type> in the dependency definition git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ↵lresende4-9/+96
that were configured declaratively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021952 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12Instrummenting HTTP Headers to add toString()lresende1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021951 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12TUSCANY-3713 apply patch from Yang to process past non-whitespace before ↵slaws1-1/+1
document start. Thanks Yang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021805 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12Upgrade geronimo dependency versions so we only pull in one and add slf as ↵slaws1-2/+14
it's subsequently required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021772 13f79535-47bb-0310-9956-ffa450edef68
2010-10-12Exclude the server version of jaxb-impl. The client pulls in a later version ↵slaws2-0/+13
and we need to look at that too. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021771 13f79535-47bb-0310-9956-ffa450edef68
2010-10-08Exclude opensaml which seems to be sneaking in when it didn't used to. slaws1-1/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005827 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06Correct jms uri connection fatory attributeantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004985 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06Disable assertion that's failing on some platforms as generated URL doesn't ↵slaws1-1/+3
maintain hostname. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004924 13f79535-47bb-0310-9956-ffa450edef68
2010-10-06An example of using core-runtime and base-runtime. The ↵slaws8-187/+49
binding-ws-runtime-axis2 pom still refers directly to wsdlgen as without this I'd have to fix the majority of the itests to refer to core and/or base. I'd like to do this but not all at once. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004922 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05TUSCANY-3705 - Adding testcase to validate support for JSON-RPC ↵lresende5-8/+44
Notifications when using JSON-RPC binding in reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004744 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05TUSCANY-3705 - Adding support for JSON-RPC Notifications when using JSON-RPC ↵lresende1-12/+27
binding in reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004743 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Validate bjm30029antelder3-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004661 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Update correlation constants to latest specantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004654 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Updates for selectedOperation attribute changeantelder1-9/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004647 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Correct typo in selected operation nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004645 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Add temp fix for cd04-rev1 update to selectedOperationantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004637 13f79535-47bb-0310-9956-ffa450edef68
2010-10-05Add temp fix for BINDINGS-136antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004634 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Add more info about where bundles are coming from and what bundles are ↵slaws2-5/+5
causing problems. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004317 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Remove Tuscany version numbers from base dependencies added by mistakeslaws1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004312 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Eclipse complains for me unless I add specific version numbers for wink ↵slaws3-19/+19
dependencies. I also fixed the jaxrs-runtime bundle name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004191 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04The module doesn't seem to do anything very interesting but the MANFEST is ↵slaws1-5/+0
wrong anyhow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004190 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Further corrects to OSGi imports. The python impl depends on some impl exports.slaws2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004189 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Start of the comand compeltor for teh install commandantelder2-2/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004186 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04TUSCANY-3701 - HOWLlog causing problem in OSGi environment so preventing ↵slaws1-1/+2
startup for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004163 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Clarify that it's the launcher bundle in the logged output. slaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004161 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Add missing exportsslaws2-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004160 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04Correct constructor to run in OSGi environmentslaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004158 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle ↵antelder1-5/+30
unchecked exceptions by sending back the full exceptioninfo in a RuntimeException git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004156 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01Correct help outputantelder1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003496 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01Remove old or currently unused commandsantelder2-39/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003490 13f79535-47bb-0310-9956-ffa450edef68