summaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* Additional fix for TUSCANY-2566rfeng2008-08-273-70/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689671 13f79535-47bb-0310-9956-ffa450edef68
* Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more ↵rfeng2008-08-273-3/+10
| | | | | | tolerate problematic poms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
* Add a bundle activator to set up the ServiceDiscoveryrfeng2008-08-272-0/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689597 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2398rfeng2008-08-277-24/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
* Starting to work on including the required OSGi runtime pieces into a test ↵jsdelfino2008-08-2710-10/+27
| | | | | | distro. Added a few dependencies to the POM, that's work in progress as I'm not sure how to select Equinox as the OSGi runtime, at this point I get a mix of the two. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689576 13f79535-47bb-0310-9956-ffa450edef68
* Added missing path to URL mappings to Eclipse update site.xml.jsdelfino2008-08-271-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689575 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2516: Apply pacth from Dan Becker for HTTP binding should support ↵antelder2008-08-2710-170/+746
| | | | | | etag and if-modified headers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689492 13f79535-47bb-0310-9956-ffa450edef68
* Add jms-definitions itest to buildantelder2008-08-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689450 13f79535-47bb-0310-9956-ffa450edef68
* Updates to get the JMS binding requestConnection and responseConnection ↵antelder2008-08-279-8/+117
| | | | | | attributes working using bindings defined in the definitions.xml file. This is not the final code for this as the definitions.xml processing is being refactored (by Simon Laws?) as part of TUSCANY-2499, this shows the type of function that the JMS binding will need as part of that work. Two parts that need work are that SCADefinitions.getBindings currently returns a list of Objects not Bindings as otherwise theres a cyclic dependency in the maven modules, and there needs to be a way for bindings to get at the SCADefinitions which is currently being done by getting at the contribution processing internals with ExtensibleModelResolver.getDefaultModelResolver and DefaultModelResolver.getModels. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689448 13f79535-47bb-0310-9956-ffa450edef68
* Updates to get itest working, correct typo in test assert and use namespace ↵antelder2008-08-273-3/+4
| | | | | | qualified binding name in definitions.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689445 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0072008-08-271-0/+27
| | | | | | | | intfs wrt calculation of services implemented by a Java implementation o Test for the @WebService annotation on an implemented interface resulting in a service. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689430 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0072008-08-271-1/+3
| | | | | | | | intfs wrt calculation of services implemented by a Java implementation o Takes care of the case where the implementation class has an empty @Service annotation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689426 13f79535-47bb-0310-9956-ffa450edef68
* Added missing header.jsdelfino2008-08-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689414 13f79535-47bb-0310-9956-ffa450edef68
* Updating json-rpc binding test case to reproduce problems when passing an ↵lresende2008-08-274-13/+44
| | | | | | array to a function invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689394 13f79535-47bb-0310-9956-ffa450edef68
* Added -nosplash option to the build script to avoid locking the UI with the ↵jsdelfino2008-08-271-1/+1
| | | | | | Eclipse splash screen. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689369 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the plugin build, now using a single common Maven assembly ↵jsdelfino2008-08-2711-357/+18
| | | | | | descriptor for all plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689341 13f79535-47bb-0310-9956-ffa450edef68
* Pass properties from a parent domain or node manager to child node when ↵jsdelfino2008-08-271-1/+18
| | | | | | starting it in a separate JVM. The properties used by the Node runtime to find the Tuscany install dir were not passed before causing ClassNotFound exceptions in nodes started by the domain manager when the domain manager was started by the Tuscany Eclipse plugin. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689340 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes. Renamed down-dependencies to filtered-dependencies. Removed the ↵jsdelfino2008-08-278-10/+6
| | | | | | useTransitiveDependencies element as it causes dependencies to be incorrectly excluded. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689338 13f79535-47bb-0310-9956-ffa450edef68
* Configure the maven dependency plugin to overwrite artifactsrfeng2008-08-261-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689178 13f79535-47bb-0310-9956-ffa450edef68
* gracefully shutdown felix so that bundle activators are notifiedrfeng2008-08-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689176 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws2008-08-2616-21/+213
| | | | | | Here change the vtests to test these cases separately. Currently mixing annotated and unannotated fields as references causes any unannotated reference to be overlooked. Change the reference not found warning to an error to catch cases where they are mixed by accident. Changes to other tests to take account of this. Also change implementation.widget to pick up the string name of the reference in javascript rather than the name of the variable to which the reference is assigned. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689102 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2513 add missing dependency on jsr181slaws2008-08-261-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689080 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2545: Don't include the exception cause object when return ing and ↵antelder2008-08-261-1/+18
| | | | | | exception response git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689002 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in artifact nameantelder2008-08-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688983 13f79535-47bb-0310-9956-ffa450edef68