summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-29TUSCANY-2565 - Fixing issues when passing array parameter using json-rpc bindinglresende4-8/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690089 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Minor improvement to build script. Removed directory before recreating it.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689934 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Recognize sdo/das jars as tuscany bundlesrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689907 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Added missing declaration of the repository that hosts the JSR 181 JAR, ↵jsdelfino1-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
2008-08-28Minor improvements of some of the build scripts. Do not need to build the ↵jsdelfino14-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
2008-08-28Add an equinox-based OSGi node launcherrfeng20-0/+2394
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689677 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Additional fix for TUSCANY-2566rfeng3-70/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689671 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more ↵rfeng3-3/+10
tolerate problematic poms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Add a bundle activator to set up the ServiceDiscoveryrfeng2-0/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689597 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Fix for TUSCANY-2398rfeng7-24/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Starting to work on including the required OSGi runtime pieces into a test ↵jsdelfino10-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
2008-08-27Added missing path to URL mappings to Eclipse update site.xml.jsdelfino1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689575 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27TUSCANY-2516: Apply pacth from Dan Becker for HTTP binding should support ↵antelder10-170/+746
etag and if-modified headers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689492 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Add jms-definitions itest to buildantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689450 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updates to get the JMS binding requestConnection and responseConnection ↵antelder9-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
2008-08-27Updates to get itest working, correct typo in test assert and use namespace ↵antelder3-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
2008-08-27TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0071-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
2008-08-27TUSCANY-2513 Java intfs with @WebService should be treated like @Remotable ↵vamsic0071-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
2008-08-27Added missing header.jsdelfino1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689414 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Updating json-rpc binding test case to reproduce problems when passing an ↵lresende4-13/+44
array to a function invocation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689394 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Added -nosplash option to the build script to avoid locking the UI with the ↵jsdelfino1-1/+1
Eclipse splash screen. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689369 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Simplified the plugin build, now using a single common Maven assembly ↵jsdelfino11-357/+18
descriptor for all plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689341 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Pass properties from a parent domain or node manager to child node when ↵jsdelfino1-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
2008-08-27Minor fixes. Renamed down-dependencies to filtered-dependencies. Removed the ↵jsdelfino8-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
2008-08-26Configure the maven dependency plugin to overwrite artifactsrfeng1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689178 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26gracefully shutdown felix so that bundle activators are notifiedrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689176 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2501 reference should either be all annotated or all not annotated. ↵slaws16-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
2008-08-26TUSCANY-2513 add missing dependency on jsr181slaws1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689080 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26TUSCANY-2545: Don't include the exception cause object when return ing and ↵antelder1-1/+18
exception response git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689002 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Correct typo in artifact nameantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688983 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Adding BPEL JBPM module to buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688940 13f79535-47bb-0310-9956-ffa450edef68
2008-08-26Project structure for jBPM BPEL supportlresende4-0/+430
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688939 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Fix for TUSCANY-2513 (patch from Scott)rfeng2-2/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688805 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Minor cleanup of the Maven descriptors.jsdelfino3-24/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688770 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Updated the lists of modules and dependencies to match the latest state of ↵jsdelfino20-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
2008-08-25Simplified the distribution builds, use Maven assembly component descriptors ↵jsdelfino37-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
2008-08-25Added support for two parameters to NodeLauncher: composite URI and ↵jsdelfino2-6/+32
contribution location. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688623 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Updated the sample README.jsdelfino1-13/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688622 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino21-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
2008-08-23TUSCANY-2563, added a POM, an update site and Eclipse Ganymede categories, ↵jsdelfino7-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
2008-08-23TUSCANY-2563, added features for the various pieces that can be installed.jsdelfino30-0/+1751
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688424 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23Added plugins for the various pieces that can be installed.jsdelfino45-0/+2890
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688423 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23JIRA TUSCANY-2563, initial structure for Eclipse plugin and feature.jsdelfino71-0/+4580
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688406 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23Added missing dependency on binding-http-runtime.jsdelfino1-1/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688404 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22Fixes for itest/osgi-tuscanyrsivaram14-1280/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22TUSCANY-2562 Callback issue when reference is set with getter & setter methodvamsic0071-3/+9
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-22Change the encoding to UTF-8,Jira TUSCANY-2560.fwang1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688016 13f79535-47bb-0310-9956-ffa450edef68
2008-08-21Change http://incubator.apache.org/tuscany to http://tuscany.apache.org .vamsic0078-12/+12
This should not break anything as the first url redirects to the second anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687580 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Running ws in websphere requires xerces/xalan/xml-apis so add them as ↵antelder1-0/+17
dependencies even though they're not needed in other environments they don't break those other environments when included git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687378 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder2-2/+346
to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687290 13f79535-47bb-0310-9956-ffa450edef68