Commit graph

837 commits

Author SHA1 Message Date
lresende
9d627fbdaa TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690089 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29 03:19:47 +00:00
lresende
7eba053f89 Updating scripts with current months
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690088 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29 03:08:00 +00:00
jsdelfino
2efbf39212 Minor improvement to build script. Removed directory before recreating it.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689934 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 19:15:59 +00:00
rfeng
377b5dcab2 Recognize sdo/das jars as tuscany bundles
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689907 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 17:32:24 +00:00
jsdelfino
facf660984 Added missing declaration of the repository that hosts the JSR 181 JAR, 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
2008-08-28 02:05:52 +00:00
jsdelfino
9b7ade113d Minor improvements of some of the build scripts. Do not need to build the 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
2008-08-28 01:10:32 +00:00
rfeng
dc22cd629d Add an equinox-based OSGi node launcher
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689677 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 00:17:02 +00:00
rfeng
d890c2012c Additional fix for TUSCANY-2566
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689671 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 23:44:27 +00:00
rfeng
7afc1ec042 Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more tolerate problematic poms
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 22:11:13 +00:00
lresende
e4a235bb7d Removing empty folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689603 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 20:32:16 +00:00
rfeng
d98e845546 Add a bundle activator to set up the ServiceDiscovery
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689597 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 20:13:27 +00:00
rfeng
06471ed171 Fix for TUSCANY-2398
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 19:37:32 +00:00
jsdelfino
5b86eacdc5 Starting to work on including the required OSGi runtime pieces into a test 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
2008-08-27 19:20:32 +00:00
jsdelfino
b96e111b59 Added missing path to URL mappings to Eclipse update site.xml.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689575 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 19:17:32 +00:00
antelder
bfa022e518 TUSCANY-2516: Apply pacth from Dan Becker for HTTP binding should support etag and if-modified headers
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689492 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 14:24:14 +00:00
antelder
2c189e0a7d Add jms-definitions itest to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689450 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 11:20:49 +00:00
antelder
b28088fe84 Updates to get the JMS binding requestConnection and responseConnection 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
2008-08-27 11:09:51 +00:00
antelder
14defce626 Updates to get itest working, correct typo in test assert and use namespace qualified binding name in definitions.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689445 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 10:53:57 +00:00
vamsic007
819ea724b3 TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable 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
2008-08-27 09:57:53 +00:00
vamsic007
072a14b149 TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable 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
2008-08-27 09:26:06 +00:00
jsdelfino
fc25f07e99 Added missing header.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689414 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 08:41:28 +00:00
antelder
a02b50cee5 Set svn ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689405 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 08:01:16 +00:00
lresende
3003a6f50f Updating json-rpc binding test case to reproduce problems when passing an array to a function invocation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689394 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 07:19:01 +00:00
jsdelfino
80c6375834 Added -nosplash option to the build script to avoid locking the UI with the Eclipse splash screen.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689369 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 06:13:23 +00:00
jsdelfino
53a55cdb36 Simplified the plugin build, now using a single common Maven assembly descriptor for all plugins.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689341 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 02:41:05 +00:00
jsdelfino
80883ba80a Pass properties from a parent domain or node manager to child node when 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
2008-08-27 02:39:37 +00:00
jsdelfino
b2651f2ac1 Minor fixes. Renamed down-dependencies to filtered-dependencies. Removed the 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
2008-08-27 02:37:02 +00:00
rfeng
4c02e263e0 Configure the maven dependency plugin to overwrite artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689178 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 19:30:51 +00:00
rfeng
445cc0f795 gracefully shutdown felix so that bundle activators are notified
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689176 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 19:30:09 +00:00
slaws
1558a09905 TUSCANY-2501 reference should either be all annotated or all not annotated. 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
2008-08-26 14:54:18 +00:00
slaws
130f96c029 TUSCANY-2513 add missing dependency on jsr181
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689080 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 13:54:49 +00:00
antelder
573cd7b4f5 TUSCANY-2545: Don't include the exception cause object when return ing and exception response
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689002 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 09:02:53 +00:00
antelder
b53ef076f7 Correct typo in artifact name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688983 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 07:34:12 +00:00
lresende
512ad83d93 Adding BPEL JBPM module to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688940 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 02:15:15 +00:00
lresende
39ab55957e Project structure for jBPM BPEL support
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688939 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26 02:14:17 +00:00
rfeng
06ad8f4a39 Fix for TUSCANY-2513 (patch from Scott)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688805 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 17:59:25 +00:00
slaws
371ec5ed93 Add some ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688784 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 17:18:05 +00:00
jsdelfino
c25cf0b1bb Minor cleanup of the Maven descriptors.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688770 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 16:07:43 +00:00
jsdelfino
96dc40e577 Updated the lists of modules and dependencies to match the latest state of 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
2008-08-25 16:05:56 +00:00
jsdelfino
e2eb32676f Simplified the distribution builds, use Maven assembly component descriptors 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
2008-08-25 15:55:15 +00:00
jsdelfino
902d1cd1fe Added support for two parameters to NodeLauncher: composite URI and contribution location.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688623 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 05:41:04 +00:00
jsdelfino
08288aa14d Updated the sample README.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688622 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 05:38:54 +00:00
jsdelfino
a00b85195f Added a variation of HelloWorldClient that doesn't use any Tuscany specific 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
2008-08-25 05:37:43 +00:00
jsdelfino
ff9010d1a7 TUSCANY-2563, added a POM, an update site and Eclipse Ganymede categories, 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
2008-08-23 22:30:26 +00:00
jsdelfino
1a26b9e912 TUSCANY-2563, added features for the various pieces that can be installed.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688424 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 22:28:49 +00:00
jsdelfino
742a34d073 Added plugins for the various pieces that can be installed.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688423 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 22:26:08 +00:00
jsdelfino
acfef50dc9 JIRA TUSCANY-2563, initial structure for Eclipse plugin and feature.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688406 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 20:15:15 +00:00
jsdelfino
0b2bf3c50e Added missing dependency on binding-http-runtime.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688404 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 20:11:23 +00:00
rsivaram
9a885a1f48 Fixes for itest/osgi-tuscany
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 18:39:18 +00:00
vamsic007
5412883f03 TUSCANY-2562 Callback issue when reference is set with getter & setter method
o Problem appears when the reference computed by HeuristicPojoProcessor has a bidirectional interface.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688128 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 17:32:37 +00:00