summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug code from EmbeddedODEServeredwardsmj2009-07-281-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolete dependencyantelder2009-07-281-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798396 13f79535-47bb-0310-9956-ffa450edef68
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-217-1063/+1063
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Add support for 0..1 multiplicity references, as described in TUSCANY-3145edwardsmj2009-07-206-21/+195
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796034 13f79535-47bb-0310-9956-ffa450edef68
* Adding a utility to help the location of various deployment related filesrfeng2009-07-171-0/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795180 13f79535-47bb-0310-9956-ffa450edef68
* Make the tuscany namespace consistentrfeng2009-07-162-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794519 13f79535-47bb-0310-9956-ffa450edef68
* Turn SimpleTypeMapper into a utility so that the implementation-bepl can use itrfeng2009-07-163-157/+10
| | | | | | Fix the OSGi MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794517 13f79535-47bb-0310-9956-ffa450edef68
* Make the ODE service name for each BPEL process service unique by prepending ↵edwardsmj2009-07-151-2/+244
| | | | | | the SCA Component URI to the SCA service name - to avoid a single service invocation causing multiple BPEL processes to get dispatched - TUSCANY-3144 + add support for SCA Properties - TUSCANY 3142 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794188 13f79535-47bb-0310-9956-ffa450edef68
* Add support for SCA Properties - TUSCANY 3142edwardsmj2009-07-151-9/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794186 13f79535-47bb-0310-9956-ffa450edef68
* Add support for SCA Properties - TUSCANY 3142edwardsmj2009-07-152-12/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794185 13f79535-47bb-0310-9956-ffa450edef68
* Make the ODE service name for each BPEL process service unique by prepending ↵edwardsmj2009-07-151-7/+10
| | | | | | the SCA Component URI to the SCA service name - to avoid a single service invocation causing multiple BPEL processes to get dispatched - TUSCANY-3144 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794181 13f79535-47bb-0310-9956-ffa450edef68
* Allow BPEL reference invocations to handle WSDL messages with arbitrary part ↵edwardsmj2009-07-151-21/+23
| | | | | | names - TUSCANY-3143 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794166 13f79535-47bb-0310-9956-ffa450edef68
* Removing debug message to avoid NPE when response is FAULTlresende2009-07-022-9/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790622 13f79535-47bb-0310-9956-ffa450edef68
* Exclude the asm-commons transitive dependency as Tuscany uses the asm all ↵antelder2009-07-021-0/+4
| | | | | | jar that includes asm-commons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790480 13f79535-47bb-0310-9956-ffa450edef68
* Reformat the pom.xmlrfeng2009-07-021-197/+172
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790427 13f79535-47bb-0310-9956-ffa450edef68
* Change the OpenJPA dep to 1.2.1 releaserfeng2009-07-021-139/+141
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790426 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpelrfeng2009-07-011-7/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790425 13f79535-47bb-0310-9956-ffa450edef68
* Add the fault explanation to the error messagerfeng2009-07-011-37/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790423 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to implementation-bpel-runtime to fix bugs when working with ODE 1.3.2edwardsmj2009-07-014-16/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790287 13f79535-47bb-0310-9956-ffa450edef68
* Check null to avoid NPE (we also have to find out why ↵rfeng2009-06-261-19/+20
| | | | | | Endpoint.interfaceContract is not set) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788811 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF with import-packagesrfeng2009-06-261-105/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788804 13f79535-47bb-0310-9956-ffa450edef68
* Fix the compilation error (Endpoint2/EndpointReference2)rfeng2009-06-262-18/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788767 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj2009-06-261-0/+140
| | | | | | | | described in TUSCANY-3123: https://issues.apache.org/jira/browse/TUSCANY-3123 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788648 13f79535-47bb-0310-9956-ffa450edef68
* Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj2009-06-261-19/+118
| | | | | | | | described in TUSCANY-3123: https://issues.apache.org/jira/browse/TUSCANY-3123 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788647 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj2009-06-251-45/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788524 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj2009-06-255-33/+189
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788522 13f79535-47bb-0310-9956-ffa450edef68
* Update implementation-bpel so it works agian when the contribution file name ↵antelder2009-06-112-2/+13
| | | | | | contains a spaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783658 13f79535-47bb-0310-9956-ffa450edef68
* Renaming implementation-bpel-ode to implementation-bpel-runtime to follow ↵lresende2009-05-2027-0/+3341
the name pattern used by other modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776591 13f79535-47bb-0310-9956-ffa450edef68