summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-19154-367/+847
| | | | | | 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
* Fixing wrong application url in the readme.htmlresende2008-08-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686838 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
* Tag 1.3.1 RC0. There will be an RC1 for voting, Rc0 is just to sanity checkantelder2008-08-186450-0/+510846
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686734 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2391: apply latest patch from Thilina for Tuscany SCA support in the ↵antelder2008-08-188-206/+364
| | | | | | Geronimo Admin Console git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686733 13f79535-47bb-0310-9956-ffa450edef68
* Update doc files for 1.3.1antelder2008-08-185-12/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686732 13f79535-47bb-0310-9956-ffa450edef68
* Merge r683966 change from trunk to 1.3.1 for TUSCANY-2514 ↵antelder2008-08-181-1/+0
| | | | | | tuscany-host-{tomcat,jetty} and jsr181-api should be optional dependencies for binding.ws clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686720 13f79535-47bb-0310-9956-ffa450edef68
* Merge fixes from trunk to 1.3.1 branch for TUSCANY-2534: WebSphere issue ↵antelder2008-08-1811-64/+177
| | | | | | java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl incompatible with javax.xml.parsers.DocumentBuilderFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686710 13f79535-47bb-0310-9956-ffa450edef68
* merge fix from trunk to 1.3.1 for TUSCANY-2514: make ↵antelder2008-08-184-9/+7
| | | | | | tuscany-host-{tomcat,jetty} optional for binding.ws clients git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686707 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
* itest/corba tests update for CORBA unionswjaniszewski2008-08-1716-8/+914
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686645 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
* itest/corba tests update for CORBA arrayswjaniszewski2008-08-1619-0/+1182
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686521 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
* TUSCANY-2391: Apply 'managing_nodes' patch from Thilina Buddhika for Tuscany ↵antelder2008-08-165-10/+142
| | | | | | SCA support in the Geronimo Admin Console git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686458 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignorerfeng2008-08-160-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686422 13f79535-47bb-0310-9956-ffa450edef68
* Port DefaultSCADomain to use SCA Node implrfeng2008-08-1538-647/+1296
| | | | 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
* Refactoring to move src to it's own project modulelresende2008-08-156-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686275 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
* Switch to SCANode APIrfeng2008-08-142-15/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686079 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
* itest/corba module code cleanup, added svn headerswjaniszewski2008-08-1430-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685917 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
* Fix TUSCANY-2531nash2008-08-143-7/+63
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685897 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2455: apply patch from Ramkumar Ramalingam for a test for Exception ↵antelder2008-08-142-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
* 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
* TUSCANY-2389 allow null elements in object array to pass slaws2008-08-145-34/+292
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685876 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2505 - Fix up wrapper element namesslaws2008-08-143-9/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685873 13f79535-47bb-0310-9956-ffa450edef68
* Reverse commit 685307 which should not have been checked into the 1.3 branchnash2008-08-143-63/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685867 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
* TUSCANY-2519 Fix so "throws exception" doesn't cause a failure in JAXB type ↵slaws2008-08-147-2/+206
| | | | | | generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685854 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2535 Take account of spaces that may occur in composite/contribution ↵slaws2008-08-141-3/+19
| | | | | | path names git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685853 13f79535-47bb-0310-9956-ffa450edef68
* svn propsvamsic0072008-08-140-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685850 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
* Add new sample demonstrating callbacks with implementation.web clientsantelder2008-08-147-0/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685834 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2540 - Applying ctrezzo patchlresende2008-08-1415-0/+830
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685822 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2539 Change extensibility module to use a URL connection and turn ↵slaws2008-08-142-1/+12
| | | | | | caching off by default so that jar file handle is not held open. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685821 13f79535-47bb-0310-9956-ffa450edef68
* Simplify itest scdl by removing the unneeded interface definitionsantelder2008-08-142-12/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685812 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2008-08-141-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685800 13f79535-47bb-0310-9956-ffa450edef68
* Renamed 'dependencies' profile to 'modules'.jsdelfino2008-08-147-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685777 13f79535-47bb-0310-9956-ffa450edef68
* Fixed packaging type and cross module dependencies.jsdelfino2008-08-146-22/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685747 13f79535-47bb-0310-9956-ffa450edef68
* Working in progress for cross-domain support in implementation.widgetlresende2008-08-1336-0/+3111
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685726 13f79535-47bb-0310-9956-ffa450edef68