summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-06Tweaks to enable implementation-bpel to pass latest OASIS BPEL testcasesedwardsmj4-120/+185
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833332 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30Update geronimo spec jars to the osgi-enabled versions rfeng1-19/+47
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831205 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to use the same level of ejb dependency as the ejb extensionantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830925 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Add missing Import-Packagerfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823209 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Merge modules to assembly module as discussed on MLantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@813673 13f79535-47bb-0310-9956-ffa450edef68
2009-09-06TUSCANY-2995 - Increasing invocation timeout to 2 secondslresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811764 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04TUSCANY-2995 - Adding timeout to avoid blocking when exception occourslresende1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811501 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Make the 3rd party jar dependencies consistent in version to avoid conflicts rfeng1-3/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj2-20/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804938 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17Adding support for SCA callbacks, as described in TUSCANY 3216edwardsmj4-36/+318
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804937 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14Comment out a println to match all the others in the classantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804121 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04Fix classloading problem with ODE dependencies used by ↵edwardsmj1-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
2009-07-28Remove debug code from EmbeddedODEServeredwardsmj1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798438 13f79535-47bb-0310-9956-ffa450edef68
2009-07-28Remove obsolete dependencyantelder1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798396 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng7-1063/+1063
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-07-20Add support for 0..1 multiplicity references, as described in TUSCANY-3145edwardsmj6-21/+195
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796034 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17Adding a utility to help the location of various deployment related filesrfeng1-0/+233
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795180 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16Make the tuscany namespace consistentrfeng2-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794519 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16Turn SimpleTypeMapper into a utility so that the implementation-bepl can use itrfeng3-157/+10
Fix the OSGi MF git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794517 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15Make the ODE service name for each BPEL process service unique by prepending ↵edwardsmj1-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
2009-07-15Add support for SCA Properties - TUSCANY 3142edwardsmj1-9/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794186 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15Add support for SCA Properties - TUSCANY 3142edwardsmj2-12/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794185 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15Make the ODE service name for each BPEL process service unique by prepending ↵edwardsmj1-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
2009-07-15Allow BPEL reference invocations to handle WSDL messages with arbitrary part ↵edwardsmj1-21/+23
names - TUSCANY-3143 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794166 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Removing debug message to avoid NPE when response is FAULTlresende2-9/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790622 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Exclude the asm-commons transitive dependency as Tuscany uses the asm all ↵antelder1-0/+4
jar that includes asm-commons git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790480 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Reformat the pom.xmlrfeng1-197/+172
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790427 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02Change the OpenJPA dep to 1.2.1 releaserfeng1-139/+141
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790426 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01Update the bpelrfeng1-7/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790425 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01Add the fault explanation to the error messagerfeng1-37/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790423 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01Fixes to implementation-bpel-runtime to fix bugs when working with ODE 1.3.2edwardsmj4-16/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790287 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Check null to avoid NPE (we also have to find out why ↵rfeng1-19/+20
Endpoint.interfaceContract is not set) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788811 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Fix the MANIFEST.MF with import-packagesrfeng1-105/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788804 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Fix the compilation error (Endpoint2/EndpointReference2)rfeng2-18/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788767 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj1-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
2009-06-26Changes to enable implementation-bpel-runtime to run under OSGi, as ↵edwardsmj1-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
2009-06-25Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj1-45/+87
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788524 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Changes to move implementation-bpel-runtime to use ODE 1.3.2 on Tuscany 2.xedwardsmj5-33/+189
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788522 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11Update implementation-bpel so it works agian when the contribution file name ↵antelder2-2/+13
contains a spaces git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783658 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20Renaming implementation-bpel-ode to implementation-bpel-runtime to follow ↵lresende27-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