summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-1974-77/+574
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Fix the webapp regression where the no explicit deployable composite is ↵rfeng2008-08-183-77/+105
| | | | | | passed into the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686861 13f79535-47bb-0310-9956-ffa450edef68
* Some code cleanupswjaniszewski2008-08-184-408/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686803 13f79535-47bb-0310-9956-ffa450edef68
* Moved databinding setting to DOM from implementation-bpel to ↵jsdelfino2008-08-182-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
* Index methods by idl name in addition to method name, this will allow a ↵jsdelfino2008-08-181-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
* Added support for CORBA unionswjaniszewski2008-08-1739-27/+1449
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686643 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a number of NPEs when a contribution contains multiple WSDLs in a ↵jsdelfino2008-08-172-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
* Added support for partnerLinkType/role/portType elements.jsdelfino2008-08-171-4/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686586 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring, moved the factory implementation to the impl package. ↵jsdelfino2008-08-179-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
* Minor cleanup and code formatting to help readability.jsdelfino2008-08-1712-697/+612
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686584 13f79535-47bb-0310-9956-ffa450edef68
* Added support for CORBA arrayswjaniszewski2008-08-1632-169/+1296
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686519 13f79535-47bb-0310-9956-ffa450edef68
* Port DefaultSCADomain to use SCA Node implrfeng2008-08-1522-632/+1249
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686391 13f79535-47bb-0310-9956-ffa450edef68
* binding-corba-runtime and binding-sca-corba modules cleanupwjaniszewski2008-08-158-57/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686344 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2539 Turn of jar caching for URLconnection and port service ↵slaws2008-08-152-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
* TUSCANY-2443 - Applying Ram's patch to remove the duplicated promotion of ↵lresende2008-08-141-19/+0
| | | | | | same policy provider git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685958 13f79535-47bb-0310-9956-ffa450edef68
* host-corba* modules code cleanup, added comments, svn headerswjaniszewski2008-08-1413-7/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685909 13f79535-47bb-0310-9956-ffa450edef68
* binding-corba* modules Code cleanup, added comments, svn headerswjaniszewski2008-08-1432-183/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685898 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455: apply patch from Ramkumar Ramalingam for Exception not thrown ↵antelder2008-08-141-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
* Add ejb intent to the computed references.vamsic0072008-08-144-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685861 13f79535-47bb-0310-9956-ffa450edef68
* Corrected a few spellings and changed formatting.vamsic0072008-08-141-31/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685848 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily embed the jsonrpc client into implementation.web to get the test ↵antelder2008-08-133-7/+554
| | | | | | sample working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685533 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-1387-11/+160
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* pass the servlet request and response to the script processorantelder2008-08-133-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685523 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2504: apply patch from Dan Becker to give Atom binding support for ↵antelder2008-08-133-19/+327
| | | | | | negotiated content types git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685516 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2546: apply patch from Dan Becker to Update all pom files to use ↵antelder2008-08-131-1/+1
| | | | | | latest version of Abdera libraries git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685514 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2544 Give the gdata projects better names and remove the cast to the ↵slaws2008-08-134-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
* Fix TUSCANY-2531nash2008-08-125-14/+202
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
* Move to SDO 1.1.1 releaserfeng2008-08-124-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
* Remove javax.xml.stream* packages from systemPackagesrfeng2008-08-121-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685246 13f79535-47bb-0310-9956-ffa450edef68
* Use maven dependency:copy to avoid space issue with surefirerfeng2008-08-121-3/+31
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685221 13f79535-47bb-0310-9956-ffa450edef68
* Remove the need for the WebSingletonantelder2008-08-123-79/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685204 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused dependency and correct osgi infoantelder2008-08-121-8/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685195 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicate taglibantelder2008-08-122-145/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685193 13f79535-47bb-0310-9956-ffa450edef68
* Added Transient Name Server JSE Corba host. Adjusted existing bindings and ↵wjaniszewski2008-08-1220-177/+571
| | | | | | integration tests and removed 'provideNameServer' flag from binding.corba configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685180 13f79535-47bb-0310-9956-ffa450edef68
* JavaEE application as a componentvamsic0072008-08-125-0/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685166 13f79535-47bb-0310-9956-ffa450edef68
* Add the script initilization codeantelder2008-08-121-0/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685149 13f79535-47bb-0310-9956-ffa450edef68
* Add the impl.web RuntimeComponent to the app context and use in the ↵antelder2008-08-122-1/+5
| | | | | | componentcontextservlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685127 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation.jee modelvamsic0072008-08-1213-0/+851
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685124 13f79535-47bb-0310-9956-ffa450edef68
* missed license and notice files in the earlier commit.vamsic0072008-08-122-0/+211
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685123 13f79535-47bb-0310-9956-ffa450edef68
* Change taglib to use a ComponentContext if its availableantelder2008-08-121-4/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685120 13f79535-47bb-0310-9956-ffa450edef68
* Update to add and use the ComponentContext to the app contextantelder2008-08-123-2/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685119 13f79535-47bb-0310-9956-ffa450edef68
* Change to static references to constantsrfeng2008-08-112-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684981 13f79535-47bb-0310-9956-ffa450edef68
* Make AssemblyHelper non-static so that factories can be passed in rfeng2008-08-113-54/+80
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684980 13f79535-47bb-0310-9956-ffa450edef68
* Format code and clean up importsrfeng2008-08-116-330/+338
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684979 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error in certain platform where " is not handled correctlyrfeng2008-08-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684808 13f79535-47bb-0310-9956-ffa450edef68
* Code to model Web and EJB archives (non-SCA enhanced archives) as SCA ↵vamsic0072008-08-119-0/+956
| | | | | | contributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684766 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency and fix testcaseantelder2008-08-112-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684676 13f79535-47bb-0310-9956-ffa450edef68
* Start supporting referneces on implementation.webantelder2008-08-111-2/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684666 13f79535-47bb-0310-9956-ffa450edef68
* Add impl.web to buildantelder2008-08-111-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684658 13f79535-47bb-0310-9956-ffa450edef68
* Start getting implementation-web to work with the new modelantelder2008-08-113-0/+153
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684655 13f79535-47bb-0310-9956-ffa450edef68