summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename the methods on RuntimeEndpoint/RuntimeEndpointReference rfeng2009-11-182-5/+5
| | | | | | Defer the unmarshalling of XML into endpoint/endpointReference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881883 13f79535-47bb-0310-9956-ffa450edef68
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng2009-11-132-38/+41
| | | | | | | | owner of invocaiton chains (http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
* Tweaks to enable implementation-bpel to pass latest OASIS BPEL testcasesedwardsmj2009-11-064-120/+185
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833332 13f79535-47bb-0310-9956-ffa450edef68
* Update geronimo spec jars to the osgi-enabled versions rfeng2009-10-301-19/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831205 13f79535-47bb-0310-9956-ffa450edef68
* Update to end all service provider files with a new lineantelder2009-10-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the same level of ejb dependency as the ejb extensionantelder2009-10-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830925 13f79535-47bb-0310-9956-ffa450edef68
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2009-10-081-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823209 13f79535-47bb-0310-9956-ffa450edef68
* Merge modules to assembly module as discussed on MLantelder2009-09-111-5/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813673 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2995 - Increasing invocation timeout to 2 secondslresende2009-09-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811764 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2995 - Adding timeout to avoid blocking when exception occourslresende2009-09-041-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811501 13f79535-47bb-0310-9956-ffa450edef68
* Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng2009-08-181-3/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj2009-08-172-20/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804938 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj2009-08-174-36/+318
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804937 13f79535-47bb-0310-9956-ffa450edef68
* Comment out a println to match all the others in the classantelder2009-08-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804121 13f79535-47bb-0310-9956-ffa450edef68
* Fix classloading problem with ODE dependencies used by ↵edwardsmj2009-08-041-33/+43
| | | | | | implementation-bpel-runtime: force TCCL for those dependencies to be the OSGi Bundle ClassLoader when running under OSGi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800980 13f79535-47bb-0310-9956-ffa450edef68
* 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