mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
Merged DEV to 5.2.N (5.2.1)
131050 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate 131057 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate / fix test CMISTest.testModelAvailability 131064 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate - added patch to remove JBPM database tables 131169 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate - replaced generic DB script with database specific scripts 131171 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate - Fix DB2 patch 131213 skopf: REPO-483 - The repository does not contain any code or data related to JBPM / ACE-1659 - Remove JBPM and Hibernate - Fix JBPM table removal patch git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131286 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -173,8 +173,8 @@ public class CMISTest
|
||||
{
|
||||
private static Log logger = LogFactory.getLog(CMISTest.class);
|
||||
|
||||
private static final QName TEST_START_TASK = QName.createQName("http://www.alfresco.org/model/workflow/test/1.0", "startTaskVarScriptAssign");
|
||||
private static final QName TEST_WORKFLOW_TASK = QName.createQName("http://www.alfresco.org/model/workflow/test/1.0", "assignVarTask");
|
||||
private static final QName TEST_START_TASK = QName.createQName("http://www.alfresco.org/model/workflow/test/1.0", "startTaskVarScriptAssign");
|
||||
private static final QName TEST_WORKFLOW_TASK = QName.createQName("http://www.alfresco.org/model/workflow/test/1.0", "assignVarTask");
|
||||
|
||||
private static ApplicationContext ctx = ApplicationContextHelper.getApplicationContext(new String[]{ApplicationContextHelper.CONFIG_LOCATIONS[0],"classpath:test-cmisinteger_modell-context.xml"});
|
||||
|
||||
@@ -611,8 +611,8 @@ public class CMISTest
|
||||
|
||||
// populate workflow parameters
|
||||
java.util.Properties props = new java.util.Properties();
|
||||
props.setProperty(WorkflowDeployer.ENGINE_ID, "jbpm");
|
||||
props.setProperty(WorkflowDeployer.LOCATION, "jbpmresources/test_taskVarScriptAssign.xml");
|
||||
props.setProperty(WorkflowDeployer.ENGINE_ID, "activiti");
|
||||
props.setProperty(WorkflowDeployer.LOCATION, "activiti/testCustomActiviti.bpmn20.xml");
|
||||
props.setProperty(WorkflowDeployer.MIMETYPE, "text/xml");
|
||||
props.setProperty(WorkflowDeployer.REDEPLOY, Boolean.FALSE.toString());
|
||||
|
||||
@@ -622,7 +622,7 @@ public class CMISTest
|
||||
testWorkflowDeployer.setWorkflowDefinitions(definitions);
|
||||
|
||||
List<String> models = new ArrayList<String>(1);
|
||||
models.add("jbpmresources/testWorkflowModel.xml");
|
||||
models.add("activiti/testWorkflowModel.xml");
|
||||
|
||||
testWorkflowDeployer.setModels(models);
|
||||
|
||||
|
Reference in New Issue
Block a user