summaryrefslogtreecommitdiffstats
path: root/java/sca (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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
2008-08-14Add ejb intent to the computed references.vamsic0074-1/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685861 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Corrected a few spellings and changed formatting.vamsic0071-31/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685848 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Add new sample demonstrating callbacks with implementation.web clientsantelder7-0/+289
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685834 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Simplify itest scdl by removing the unneeded interface definitionsantelder2-12/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685812 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Add missing dependencyantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685800 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Renamed 'dependencies' profile to 'modules'.jsdelfino7-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685777 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Fixed packaging type and cross module dependencies.jsdelfino6-22/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685747 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Simplified and cleaned up the distro builds a bit. Moved script to etc ↵jsdelfino16-196/+995
directory. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685723 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Fixed base directory name.jsdelfino7-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685722 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2458 - Applying Dan's patch to use last updated field as the sorting keylresende2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685663 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Simplified the build scripts a bit, added source distro build scripts. ↵jsdelfino22-71/+733
Building the core distro now triggers the build of the modules that it includes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685652 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Removed unused build profile.jsdelfino1-19/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685641 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Fixed plugin display name.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685625 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2547 - Applying Dan's patch to update url for O'Reilly feeds.lresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685606 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Temporarily embed the jsonrpc client into implementation.web to get the test ↵antelder3-7/+554
sample working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685533 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack87-11/+160
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13pass the servlet request and response to the script processorantelder3-8/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685523 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2543: apply patch from Ramkumar Ramalingam to Demostrate ↵antelder10-120/+191
Explicit/Implicit services, references in Spring BigBank Sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685520 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2504: apply patch from Dan Becker to give Atom binding support for ↵antelder3-19/+327
negotiated content types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685516 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2546: apply patch from Dan Becker to Update all pom files to use ↵antelder1-1/+1
latest version of Abdera libraries git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685514 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2544 Give the gdata projects better names and remove the cast to the ↵slaws4-7/+9
Feed class in ConsumerClientImpl so that it compiles on an IBM JDK. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685505 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Add implementation.web client using jsonrpcantelder6-0/+223
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685464 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Refactoring the launcher to follow the same pattern used in other apps ↵lresende3-13/+9
(launch.launchxxxx launcher) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685380 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Fix TUSCANY-2531nash9-19/+207
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Move to SDO 1.1.1 releaserfeng28-57/+57
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Remove javax.xml.stream* packages from systemPackagesrfeng2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685246 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Use maven dependency:copy to avoid space issue with surefirerfeng1-3/+31
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685221 13f79535-47bb-0310-9956-ffa450edef68