summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct name missed when rename was doneantelder2010-10-198-96/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024191 13f79535-47bb-0310-9956-ffa450edef68
* Correct dependency nameantelder2010-10-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024190 13f79535-47bb-0310-9956-ffa450edef68
* Update parent after move to modulesantelder2010-10-193-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024157 13f79535-47bb-0310-9956-ffa450edef68
* Update *-runtime pom types to be *-runtime-pom so its consistent with the ↵antelder2010-10-1913-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
* Move *-runtime pom types to modulesantelder2010-10-1913-0/+1405
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024150 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3711 Enable correct wsdl service name mapping and fix issue in ↵bdaniel2010-10-182-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
* POJO_8037 Add an intent based on @BindingType annotationbdaniel2010-10-181-8/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023851 13f79535-47bb-0310-9956-ffa450edef68
* Move WS definitions to model module as thats more where it belongs and ↵antelder2010-10-184-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
* Update to use base + extension approachantelder2010-10-181-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023734 13f79535-47bb-0310-9956-ffa450edef68
* Update to use base + extension approachantelder2010-10-181-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023733 13f79535-47bb-0310-9956-ffa450edef68
* Update python to use base + extension approachantelder2010-10-181-15/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023732 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3711 Change generated binding and port names to match recommended ↵bdaniel2010-10-172-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
* Remove duplicate testslaws2010-10-151-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023039 13f79535-47bb-0310-9956-ffa450edef68
* Update json databinding to base + extension approachantelder2010-10-151-15/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022954 13f79535-47bb-0310-9956-ffa450edef68
* Update implementation spring and bpel to use the base + extension runtime ↵antelder2010-10-152-72/+8
| | | | | | approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022922 13f79535-47bb-0310-9956-ffa450edef68
* Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder2010-10-151-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
* Update jms binding to use base + extension styleantelder2010-10-141-60/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
* Add jira number to @Ignoreantelder2010-10-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022270 13f79535-47bb-0310-9956-ffa450edef68
* These tests fail for me more times than not so I'm talking them out of the ↵antelder2010-10-132-0/+4
| | | | | | build for now with @Ignore git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022264 13f79535-47bb-0310-9956-ffa450edef68
* Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder2010-10-132-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
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ↵lresende2010-10-124-9/+96
| | | | | | that were configured declaratively git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021952 13f79535-47bb-0310-9956-ffa450edef68
* Instrummenting HTTP Headers to add toString()lresende2010-10-121-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021951 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3713 apply patch from Yang to process past non-whitespace before ↵slaws2010-10-121-1/+1
| | | | | | document start. Thanks Yang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021805 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade geronimo dependency versions so we only pull in one and add slf as ↵slaws2010-10-121-2/+14
| | | | | | it's subsequently required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021772 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the server version of jaxb-impl. The client pulls in a later version ↵slaws2010-10-122-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
* Exclude opensaml which seems to be sneaking in when it didn't used to. slaws2010-10-081-1/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005827 13f79535-47bb-0310-9956-ffa450edef68
* Correct jms uri connection fatory attributeantelder2010-10-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004985 13f79535-47bb-0310-9956-ffa450edef68
* Disable assertion that's failing on some platforms as generated URL doesn't ↵slaws2010-10-061-1/+3
| | | | | | maintain hostname. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004924 13f79535-47bb-0310-9956-ffa450edef68
* An example of using core-runtime and base-runtime. The ↵slaws2010-10-068-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
* TUSCANY-3705 - Adding testcase to validate support for JSON-RPC ↵lresende2010-10-055-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
* TUSCANY-3705 - Adding support for JSON-RPC Notifications when using JSON-RPC ↵lresende2010-10-051-12/+27
| | | | | | binding in reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004743 13f79535-47bb-0310-9956-ffa450edef68
* Validate bjm30029antelder2010-10-053-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004661 13f79535-47bb-0310-9956-ffa450edef68
* Update correlation constants to latest specantelder2010-10-051-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004654 13f79535-47bb-0310-9956-ffa450edef68
* Updates for selectedOperation attribute changeantelder2010-10-051-9/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004647 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in selected operation nameantelder2010-10-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004645 13f79535-47bb-0310-9956-ffa450edef68
* Add temp fix for cd04-rev1 update to selectedOperationantelder2010-10-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004637 13f79535-47bb-0310-9956-ffa450edef68
* Add temp fix for BINDINGS-136antelder2010-10-051-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004634 13f79535-47bb-0310-9956-ffa450edef68
* Add more info about where bundles are coming from and what bundles are ↵slaws2010-10-042-5/+5
| | | | | | causing problems. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004317 13f79535-47bb-0310-9956-ffa450edef68
* Remove Tuscany version numbers from base dependencies added by mistakeslaws2010-10-041-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004312 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse complains for me unless I add specific version numbers for wink ↵slaws2010-10-043-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
* The module doesn't seem to do anything very interesting but the MANFEST is ↵slaws2010-10-041-5/+0
| | | | | | wrong anyhow. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004190 13f79535-47bb-0310-9956-ffa450edef68
* Further corrects to OSGi imports. The python impl depends on some impl exports.slaws2010-10-042-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004189 13f79535-47bb-0310-9956-ffa450edef68
* Start of the comand compeltor for teh install commandantelder2010-10-042-2/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004186 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3701 - HOWLlog causing problem in OSGi environment so preventing ↵slaws2010-10-041-1/+2
| | | | | | startup for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004163 13f79535-47bb-0310-9956-ffa450edef68
* Clarify that it's the launcher bundle in the logged output. slaws2010-10-041-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004161 13f79535-47bb-0310-9956-ffa450edef68
* Add missing exportsslaws2010-10-042-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004160 13f79535-47bb-0310-9956-ffa450edef68
* Correct constructor to run in OSGi environmentslaws2010-10-041-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004158 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3698: Apply patch from Padraig Myers to have the JMS binding handle ↵antelder2010-10-041-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
* Correct help outputantelder2010-10-011-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003496 13f79535-47bb-0310-9956-ffa450edef68
* Remove old or currently unused commandsantelder2010-10-012-39/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003490 13f79535-47bb-0310-9956-ffa450edef68