summaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder1-13/+134
to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687289 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder1-0/+117
to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687288 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Minor code cleanup. Moved different SCDL variations to different composite ↵jsdelfino7-22/+158
files. Added one more variation that shows how to use the SCA ComponentContext interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687211 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Added a helloworld-ws-reference-lean sample which shows different ways to ↵jsdelfino14-0/+868
use a reference in a client program without having to use a different component class. I'll add more comments describing the various options demonstrated in the sample to JIRA TUSCANY-2556, which I've created for this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687208 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Removed jars generated by the build from version control.jsdelfino2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687207 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Removed build output file from version control.jsdelfino1-113/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687206 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Port to SCANodeFactory/SCANoderfeng9-28/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687188 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Updating derby dependency version to avoid issues during db creation scriptlresende2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687104 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19TUSCANY-2550 - Adding more bindings to the spring bigbank sample. Convert ↵slaws13-529/+859
the sample from SCADomain to Node APIs. Thanks for the patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687088 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Removing obsolet and non-functional bpel iTestlresende18-1144/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686985 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19TUSCANY-2551 - Applying Florian's patch to correct invalid SQL when data ↵lresende3-10/+44
object has no changed fields git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686982 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng154-367/+847
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Fix the webapp regression where the no explicit deployable composite is ↵rfeng3-77/+105
passed into the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686861 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Fixing wrong application url in the readme.htmlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686838 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Some code cleanupswjaniszewski4-408/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686803 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Moved databinding setting to DOM from implementation-bpel to ↵jsdelfino2-4/+13
implementation-bpel-ode as it's really a runtime specific requirement to use DOM, here an ODE requirement. That's also what other implementation extensions do, they set the databinding in the runtime module instead of the model module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686681 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Index methods by idl name in addition to method name, this will allow a ↵jsdelfino1-0/+1
client to select a method with a specific signature. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686679 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17itest/corba tests update for CORBA unionswjaniszewski16-8/+914
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686645 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17Added support for CORBA unionswjaniszewski39-27/+1449
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686643 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17Fixed a number of NPEs when a contribution contains multiple WSDLs in a ↵jsdelfino2-79/+96
namespace used by a BPEL process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17Added support for partnerLinkType/role/portType elements.jsdelfino1-4/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686586 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17Some refactoring, moved the factory implementation to the impl package. ↵jsdelfino9-67/+15
Moved the XML processors to the XML package. Removed unused exception class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686585 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17Minor cleanup and code formatting to help readability.jsdelfino12-697/+612
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686584 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16itest/corba tests update for CORBA arrayswjaniszewski19-0/+1182
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686521 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16Added support for CORBA arrayswjaniszewski32-169/+1296
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686519 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15Port DefaultSCADomain to use SCA Node implrfeng38-647/+1296
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686391 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15binding-corba-runtime and binding-sca-corba modules cleanupwjaniszewski8-57/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686344 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15TUSCANY-2539 Turn of jar caching for URLconnection and port service ↵slaws2-1/+12
discovery over to use URLConnetion to open streams. Prevents Tuscany from holding the stream open for Jar contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686185 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Switch to SCANode APIrfeng2-15/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686079 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2443 - Applying Ram's patch to remove the duplicated promotion of ↵lresende1-19/+0
same policy provider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685958 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14itest/corba module code cleanup, added svn headerswjaniszewski30-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685917 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14host-corba* modules code cleanup, added comments, svn headerswjaniszewski13-7/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685909 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14binding-corba* modules Code cleanup, added comments, svn headerswjaniszewski32-183/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685898 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2455: apply patch from Ramkumar Ramalingam for a test for Exception ↵antelder2-30/+32
not thrown on duplicate component names within a composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685895 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14TUSCANY-2455: apply patch from Ramkumar Ramalingam for Exception not thrown ↵antelder1-1/+1
on duplicate component names within a composite git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685893 13f79535-47bb-0310-9956-ffa450edef68