summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws-ri (follow)
Commit message (Collapse)AuthorAgeFilesLines
* My previous change to remote host-http messed up my linux build (but not my ↵slaws2011-09-221-1/+0
| | | | | | windows build strangely) because it needs to compile against the core module. I want to flip it over to using the core collection but this change gets it working. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174188 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependency on host-http from the jaxws binding as it's not used by ↵slaws2011-09-223-21/+2
| | | | | | the binding. The RI version just plugs directly into JAXWS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1174151 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-201-2/+3
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3732 Fix potential NPE in JAXWSServiceBindingProviderbdaniel2010-10-191-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024307 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3711 Enable correct wsdl service name mapping and fix issue in ↵bdaniel2010-10-181-3/+6
| | | | | | JAXWSServiceBindingProvider that was causing ?wsdl to fail git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023951 13f79535-47bb-0310-9956-ffa450edef68
* Move WS definitions to model module as thats more where it belongs and ↵antelder2010-10-182-58/+0
| | | | | | enables sharing across the binding impls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023785 13f79535-47bb-0310-9956-ffa450edef68
* More changes to fix binding.s otests. Also change binding.ws model ↵slaws2010-07-021-2/+2
| | | | | | getter/setter to make it more explicit which of the WSDLs it stores are user defined. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960020 13f79535-47bb-0310-9956-ffa450edef68
* Updaet to include endpoint reference in JAXWSBindingInvoker constructorantelder2010-06-301-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959209 13f79535-47bb-0310-9956-ffa450edef68
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-171-1/+1
| | | | | | regenerated. Also rename the methods for getting/setting the generated data to make it more obvious that that's what it's doing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955601 13f79535-47bb-0310-9956-ffa450edef68
* Fix cut and paste error in title commentslaws2010-06-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953655 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-051-41/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Make the bundle name match the bundleslaws2010-04-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936903 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded dependencyantelder2010-04-211-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936271 13f79535-47bb-0310-9956-ffa450edef68
* Add a definitions.xml file to the jaxws ws binding that says it may provide ↵antelder2010-04-212-0/+58
| | | | | | soap 1.1 which gets the compliance test asm_6040 passing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936241 13f79535-47bb-0310-9956-ffa450edef68
* Update to get the default http port from runtime propertiesantelder2010-04-213-5/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936193 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that the JAXWS runtime is stopped and put in temp fix for ↵slaws2010-04-201-2/+3
| | | | | | exception handling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936017 13f79535-47bb-0310-9956-ffa450edef68
* Add ?wsdl generation and a simple WSDL test. The Tuscany WS model seems a ↵slaws2010-04-202-9/+105
| | | | | | bit unpredictable in terms of when certain properties will and won't be set. Need to tidy it up. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935864 13f79535-47bb-0310-9956-ffa450edef68
* Split the jaxws ws binding into a generic bit and an RI specific bit. ↵slaws2010-04-1614-0/+941
Problems committing the deletes from binding-ws-runtime-ri so doing it in stages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934850 13f79535-47bb-0310-9956-ffa450edef68