summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-01Changed uri and location to strings instead of URI and URL in the BPEL ↵jsdelfino6-29/+45
implementation model as strings are more lightweight and that's what we've already done with other similar models as well. Added a pointer to the ModelResolver which can be used to resolve WSDLs and XSDs referenced by the BPEL process when it's deployed and started later, after the original model read/resolve phases. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691053 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18Moved databinding setting to DOM from implementation-bpel to ↵jsdelfino1-4/+0
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
2008-08-17Fixed a number of NPEs when a contribution contains multiple WSDLs in a ↵jsdelfino2-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
2008-08-17Some refactoring, moved the factory implementation to the impl package. ↵jsdelfino9-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
2008-08-17Minor cleanup and code formatting to help readability.jsdelfino11-691/+612
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686584 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Reverting continuum debug statementslresende1-26/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683887 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Fixing BPEL validation issues in continuum build environmentlresende1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683832 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Some debug to start looking at what's going wrong with the BPEL validation ↵slaws1-0/+26
test in the continuum machine. Will be removed shortly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683630 13f79535-47bb-0310-9956-ffa450edef68