summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need ↵antelder2008-09-034-3/+37
| | | | | | to be improved by fixing the underlying cause which is what TUSCANY-2580 is for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691663 13f79535-47bb-0310-9956-ffa450edef68
* Fix another case of needing to ignore an exception when closing a connection ↵antelder2008-09-031-1/+10
| | | | | | that has already been closed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691625 13f79535-47bb-0310-9956-ffa450edef68
* Add a stop for the clientNode which had been left outantelder2008-09-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691542 13f79535-47bb-0310-9956-ffa450edef68
* Add missing code commentantelder2008-09-031-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691541 13f79535-47bb-0310-9956-ffa450edef68
* Automatically start a JMS broker when using the JMS based binding.sca. The ↵antelder2008-09-033-1/+86
| | | | | | broker uses multicast discovery so other SCA nodes get automatically discovered git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691540 13f79535-47bb-0310-9956-ffa450edef68
* Don't crash with an exception if an embedded broker is closed before stop is ↵antelder2008-09-031-1/+6
| | | | | | called on a JMS service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691539 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE as now getServiceDiscoverer is non-staticrfeng2008-09-031-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691514 13f79535-47bb-0310-9956-ffa450edef68
* Make a few fields non-static to ServiceDiscoveryrfeng2008-09-039-90/+140
| | | | | | Enable Equinox launcher to load tuscany jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691447 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to jruby-1.1.3 to avoid pom.xml issuerfeng2008-09-032-96/+293
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691446 13f79535-47bb-0310-9956-ffa450edef68
* Add binding-sca-jms to the module list to avoid build break in runtime-tomcatrfeng2008-09-031-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691445 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2570, configure Widget client proxies with relative paths.jsdelfino2008-09-031-12/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691443 13f79535-47bb-0310-9956-ffa450edef68
* Modify import version for OSGi framework packagesrsivaram2008-09-021-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691337 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2008-09-020-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691287 13f79535-47bb-0310-9956-ffa450edef68
* Start of itests for the JMS based binding.scaantelder2008-09-0213-0/+455
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691284 13f79535-47bb-0310-9956-ffa450edef68
* Make dependency on node impl explicitantelder2008-09-021-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691227 13f79535-47bb-0310-9956-ffa450edef68
* Add jms sca binding to runtime-tomcatantelder2008-09-021-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691224 13f79535-47bb-0310-9956-ffa450edef68
* Guard against an NPE when the reference interface contract hasn't been ↵antelder2008-09-021-1/+1
| | | | | | resolved yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691218 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid an NPE in JMS binding when the refernce interface contarct is nullantelder2008-09-021-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691217 13f79535-47bb-0310-9956-ffa450edef68
* Add an interim workaround for TUSCANY-2578 - a pluggable mechanism so sca ↵antelder2008-09-023-2/+47
| | | | | | binding impls add their own code to the decision on whether or not to use the remote binding provider. Just a work around fix for now so i can make progress git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691162 13f79535-47bb-0310-9956-ffa450edef68
* Change so the target binding is passed in to the JMS service listener. (used ↵antelder2008-09-026-8/+19
| | | | | | by the jms based sca binding so it can get the tagert uri) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691145 13f79535-47bb-0310-9956-ffa450edef68
* Start of a remote SCA binding that uses JMS. I'll post to the ML more about ↵antelder2008-09-025-0/+420
| | | | | | this, i want to use it initially for the JEE work and webapps talking to each other in the same container git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691144 13f79535-47bb-0310-9956-ffa450edef68
* Add a credit card payment emulator WSrfeng2008-09-024-2/+133
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691111 13f79535-47bb-0310-9956-ffa450edef68
* Add the creditcard payment componentrfeng2008-09-024-4/+100
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691105 13f79535-47bb-0310-9956-ffa450edef68
* Add WSDL and JAXWS/JAXB code-gen for CreditCardPayement Web Servicerfeng2008-09-022-2/+148
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691103 13f79535-47bb-0310-9956-ffa450edef68
* Fixed conversion between URI string and BPEL File.jsdelfino2008-09-013-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691062 13f79535-47bb-0310-9956-ffa450edef68
* Added node-launcher-equinox to the distro to test integration with ↵jsdelfino2008-09-0115-20/+40
| | | | | | OSGi/Equinox. Added SDO databinding to the Web Service distribution as I had missed it before. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691059 13f79535-47bb-0310-9956-ffa450edef68
* Added node-launcher-equinox to the POM.jsdelfino2008-09-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691054 13f79535-47bb-0310-9956-ffa450edef68
* Changed uri and location to strings instead of URI and URL in the BPEL ↵jsdelfino2008-09-0110-39/+53
| | | | | | implementation model as strings are more lightweight and that's what we've already done with other similar models as well. Added a pointer to the ModelResolver which can be used to resolve WSDLs and XSDs referenced by the BPEL process when it's deployed and started later, after the original model read/resolve phases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691053 13f79535-47bb-0310-9956-ffa450edef68
* Enable interface-wsdl to work with older WSDL4J implementations like wsdl4j ↵jsdelfino2008-09-014-9/+33
| | | | | | 1.4 (as well as the latest wsdl4j 1.6.x). That's what's included in some application servers like WebSphere 6.1 for example, and 1.4 doesn't have WSDLElement or extension attributes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691052 13f79535-47bb-0310-9956-ffa450edef68
* Fixed scope of the dependency on the Felix org.osgi.core module, changed it ↵jsdelfino2008-09-011-0/+1
| | | | | | to 'provided' to allow the modules that use extensiblity-osgi to make the choice of using either Felix or Equinox. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691050 13f79535-47bb-0310-9956-ffa450edef68
* Fixed parameter name, changed servletHost to ejbHost.jsdelfino2008-09-011-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691049 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name ↵antelder2008-09-015-3/+206
| | | | | | in wsdlElement leads to NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690913 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in jms definitionsantelder2008-09-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690908 13f79535-47bb-0310-9956-ffa450edef68
* set svn ignores for these jarsantelder2008-09-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690871 13f79535-47bb-0310-9956-ffa450edef68
* set svn ignores for these jarsantelder2008-09-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690869 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2501 - raise an error if the user tries to mix annotated and ↵slaws2008-08-3116-27/+224
| | | | | | unannotated references in a component. Change the vtests and validation tests to take account of this change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690691 13f79535-47bb-0310-9956-ffa450edef68
* Namespace changes from scatours to tuscanyscatours and addition of callback ↵slaws2008-08-3111-33/+93
| | | | | | configuration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690687 13f79535-47bb-0310-9956-ffa450edef68
* binding-gdata sample - under constructiondougsleite2008-08-3015-0/+642
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690599 13f79535-47bb-0310-9956-ffa450edef68
* dougsleite sandboxdougsleite2008-08-300-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690591 13f79535-47bb-0310-9956-ffa450edef68
* Change version to 1.3.2-SNAPSHOTslaws2008-08-29352-7951/+7956
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690225 13f79535-47bb-0310-9956-ffa450edef68
* Remove old RC tagantelder2008-08-296450-510846/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690165 13f79535-47bb-0310-9956-ffa450edef68
* Branch for 1.3.2slaws2008-08-296450-0/+510863
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690149 13f79535-47bb-0310-9956-ffa450edef68
* Complete jms binding attributes that can be defined in the definitions.xml fileantelder2008-08-292-18/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690125 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc bindinglresende2008-08-294-8/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690089 13f79535-47bb-0310-9956-ffa450edef68
* Updating scripts with current monthslresende2008-08-294-0/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690088 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvement to build script. Removed directory before recreating it.jsdelfino2008-08-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689934 13f79535-47bb-0310-9956-ffa450edef68
* Recognize sdo/das jars as tuscany bundlesrfeng2008-08-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689907 13f79535-47bb-0310-9956-ffa450edef68
* Added missing declaration of the repository that hosts the JSR 181 JAR, ↵jsdelfino2008-08-281-0/+9
| | | | | | breaking the build if you built this module first before other modules that also depended on JSR 181. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689696 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements of some of the build scripts. Do not need to build the ↵jsdelfino2008-08-2814-212/+258
| | | | | | assembly with the -Pmodules profile. Excluded the distro modules from the -Pmodules profile. Fixed up some of the OSGi dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689690 13f79535-47bb-0310-9956-ffa450edef68
* Add an equinox-based OSGi node launcherrfeng2008-08-2820-0/+2394
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689677 13f79535-47bb-0310-9956-ffa450edef68