summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Removing empty folderlresende2008-08-270-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689603 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
* Set svn ignoresantelder2008-08-270-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689405 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
* Adding BPEL JBPM module to buildlresende2008-08-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688940 13f79535-47bb-0310-9956-ffa450edef68
* Project structure for jBPM BPEL supportlresende2008-08-264-0/+430
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688939 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2513 (patch from Scott)rfeng2008-08-252-2/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688805 13f79535-47bb-0310-9956-ffa450edef68
* Add some ignoresslaws2008-08-250-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688784 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of the Maven descriptors.jsdelfino2008-08-253-24/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688770 13f79535-47bb-0310-9956-ffa450edef68
* Updated the lists of modules and dependencies to match the latest state of ↵jsdelfino2008-08-2520-42/+297
| | | | | | trunk. Minor fixes to the build helper scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688769 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the distribution builds, use Maven assembly component descriptors ↵jsdelfino2008-08-2537-1335/+1308
| | | | | | to share definitions. Added a few scripts to help maintain some of the descriptors, eventually they should be converted to Maven plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688767 13f79535-47bb-0310-9956-ffa450edef68
* Added support for two parameters to NodeLauncher: composite URI and ↵jsdelfino2008-08-252-6/+32
| | | | | | contribution location. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688623 13f79535-47bb-0310-9956-ffa450edef68
* Updated the sample README.jsdelfino2008-08-251-13/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688622 13f79535-47bb-0310-9956-ffa450edef68
* Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino2008-08-2521-0/+1134
| | | | | | APIs, only the SCA spec standard programming model. Applied the same idea to calculator in a new calculator-lean module to show how this pattern works with just components (helloworld-ws-reference-lean used a reference with a WS binding). Also started to show how test cases can use the same pattern in calculator-lean. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688620 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2563, added a POM, an update site and Eclipse Ganymede categories, ↵jsdelfino2008-08-237-0/+558
| | | | | | also a script to generate the Ganymede P2 metadata from the update site. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688425 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2563, added features for the various pieces that can be installed.jsdelfino2008-08-2330-0/+1751
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688424 13f79535-47bb-0310-9956-ffa450edef68
* Added plugins for the various pieces that can be installed.jsdelfino2008-08-2345-0/+2890
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688423 13f79535-47bb-0310-9956-ffa450edef68
* JIRA TUSCANY-2563, initial structure for Eclipse plugin and feature.jsdelfino2008-08-2371-0/+4580
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688406 13f79535-47bb-0310-9956-ffa450edef68
* Added missing dependency on binding-http-runtime.jsdelfino2008-08-231-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688404 13f79535-47bb-0310-9956-ffa450edef68