summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for <baseURI> element of binding base uri configurationrfeng2009-05-153-2/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775370 13f79535-47bb-0310-9956-ffa450edef68
* Update the node launcher to use the NodeFactoryrfeng2009-05-159-253/+334
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775369 13f79535-47bb-0310-9956-ffa450edef68
* A tool to save to disc the WSDL for each service, with binding.ws, within ↵slaws2009-05-1524-83/+1230
| | | | | | all of the deployable composites in a specified contribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775335 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3034 - raised reporting of an invalid <servi ce/> @promote ↵edwardsmj2009-05-151-1/+2
| | | | | | attribute value from "warning" to "error" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775333 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3031 Ensure that JMS wire formats that don't required a data ↵slaws2009-05-1511-122/+360
| | | | | | transformation work when interface.wsdl is used. Use the component type interface rather than the service git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775328 13f79535-47bb-0310-9956-ffa450edef68
* Add the processor to read the node configuration in the ATOM formatrfeng2009-05-151-0/+160
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775325 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2967 Fix up just jmsBytes wire format to return exceptions as bytes ↵slaws2009-05-157-4/+118
| | | | | | to see if this is what we want git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775324 13f79535-47bb-0310-9956-ffa450edef68
* Push down some of the createNode() methods to NodeFactory and only require ↵rfeng2009-05-1510-200/+368
| | | | | | the createNode(NodeConfiguration) to be implemented by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775283 13f79535-47bb-0310-9956-ffa450edef68
* Update NodeUtil and add a test caserfeng2009-05-152-20/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775282 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate composite namesrfeng2009-05-151-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775215 13f79535-47bb-0310-9956-ffa450edef68
* OSOA annotations and APIs. part of minimum changes required to get an OSOA ↵slaws2009-05-1540-0/+1796
| | | | | | sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775069 13f79535-47bb-0310-9956-ffa450edef68
* implementation java processor for OSOA SCDL. part of minimum changes ↵slaws2009-05-1521-0/+1428
| | | | | | required to get an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775067 13f79535-47bb-0310-9956-ffa450edef68
* binding sca processor for OSOA SCDL. part of minimum changes required to get ↵slaws2009-05-158-0/+545
| | | | | | an OSOA sample read in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775066 13f79535-47bb-0310-9956-ffa450edef68
* A processor that just reads contributions and processes deployable ↵slaws2009-05-1511-358/+1053
| | | | | | composites through to the build stage. For testing backward compatibility in lieu of the domain manager git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775063 13f79535-47bb-0310-9956-ffa450edef68
* Merge implementation-java-xml into implementation-java moduleantelder2009-05-1529-333/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775053 13f79535-47bb-0310-9956-ffa450edef68
* Enable more test casesrfeng2009-05-152-27/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775004 13f79535-47bb-0310-9956-ffa450edef68
* Integrate the NodeConfiguration with NodeImplrfeng2009-05-158-263/+252
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774994 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate composite namesrfeng2009-05-151-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774975 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE bug in TUSCANY-2962 fixscottkurz2009-05-142-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774957 13f79535-47bb-0310-9956-ffa450edef68
* Reorganize the pom so that bpel/spring modules are defined in features and ↵rfeng2009-05-1410-60/+112
| | | | | | referenced by the distro pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774921 13f79535-47bb-0310-9956-ffa450edef68
* Add @Service annotationsrfeng2009-05-145-15/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774895 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE penaltyrfeng2009-05-141-16/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774855 13f79535-47bb-0310-9956-ffa450edef68
* Start to integrate the node configuration with NodeImplrfeng2009-05-1419-110/+435
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774854 13f79535-47bb-0310-9956-ffa450edef68
* Add component name to the error messagerfeng2009-05-141-60/+59
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774853 13f79535-47bb-0310-9956-ffa450edef68
* Fix the interfaces for referencesrfeng2009-05-141-7/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774852 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3023, which has Tuscany raise an error if a <property/> ↵edwardsmj2009-05-141-0/+6
| | | | | | element has both @type and @element attributes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774826 13f79535-47bb-0310-9956-ffa450edef68
* Add support for using Tuscany threads instead on setMessageListener in a JEE ↵antelder2009-05-147-15/+90
| | | | | | container environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774720 13f79535-47bb-0310-9956-ffa450edef68
* Start bringing up Tuscany version of JMS transport so the setMessageListener ↵antelder2009-05-149-3/+2006
| | | | | | not allowed in a JEE container can be fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774701 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting of an Invalid java interfaceedwardsmj2009-05-132-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774489 13f79535-47bb-0310-9956-ffa450edef68
* Improve error reporting in JavaInterfaceIntrospectorImpl - in particular ↵edwardsmj2009-05-131-3/+5
| | | | | | report the names of the artifacts being processed when the error occurred. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774486 13f79535-47bb-0310-9956-ffa450edef68
* Fix for erroneous error message (NoWsdlInterface) in binding-ws-wsdlgen moduleedwardsmj2009-05-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774481 13f79535-47bb-0310-9956-ffa450edef68
* Fix an erroneous error message in assembly moduleedwardsmj2009-05-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774477 13f79535-47bb-0310-9956-ffa450edef68
* Removal of warning message relating to addition of default <binding.sca/> ↵edwardsmj2009-05-131-40/+46
| | | | | | elements to references during processing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774476 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3022 to bring Tuscany in line with the requirements of the ↵edwardsmj2009-05-131-6/+12
| | | | | | OASIS SCA Assembly spec - testcases ASM_4002, ASM_4003, ASM_4004 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774475 13f79535-47bb-0310-9956-ffa450edef68
* Abandon trying to use the new Axis2 JMS transport for now as its proving too ↵antelder2009-05-1383-12546/+0
| | | | | | messy tryingto backport it to the 1.4.1 release. Now trying a new approach which modifies the JMS transport from Axis2 1.4.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774293 13f79535-47bb-0310-9956-ffa450edef68
* Update the CHNAGES file for things that have happened since the M2 release ↵antelder2009-05-131-0/+15
| | | | | | (mainly what i can think of, please update if i've left things out git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774248 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-3017ramkumar2009-05-131-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774244 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for errors in the processing of <interface.wsdl/> elements, as ↵edwardsmj2009-05-131-13/+47
| | | | | | described in TUSCANY-3019. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774229 13f79535-47bb-0310-9956-ffa450edef68
* Add the StAX processor for NodeConfigurationrfeng2009-05-137-0/+673
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774146 13f79535-47bb-0310-9956-ffa450edef68
* Travel sample restructurenash2009-05-1216-0/+1119
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774131 13f79535-47bb-0310-9956-ffa450edef68
* Travel sample restructurenash2009-05-12115-0/+7102
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774129 13f79535-47bb-0310-9956-ffa450edef68
* Remove empty foldersrfeng2009-05-120-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774128 13f79535-47bb-0310-9956-ffa450edef68
* Move node configuration to node-apirfeng2009-05-1215-332/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774126 13f79535-47bb-0310-9956-ffa450edef68
* Removing obsolete modules that have been merged or renamed.lresende2009-05-1236-4375/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774123 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting pom with recent module name refactoring/changeslresende2009-05-121-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774119 13f79535-47bb-0310-9956-ffa450edef68
* Renaming binding-http-new-jsonrpc* to binding-http-jsonrpc*lresende2009-05-1229-8/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774117 13f79535-47bb-0310-9956-ffa450edef68
* Merging HTTPBindingProcessor from binding-http-new that introduces support ↵lresende2009-05-124-3/+169
| | | | | | to wire format and operation selector to the main binding-http. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774115 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classesrfeng2009-05-128-907/+124
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774074 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces for the BPEL ↵lresende2009-05-123-16/+7
| | | | | | extension git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774071 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3015 - Using URI to properly escape/unescape spaces in various parts ↵lresende2009-05-123-7/+27
| | | | | | of the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774067 13f79535-47bb-0310-9956-ffa450edef68