mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
131286 amukha: 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/HEAD/root@132233 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -178,15 +178,6 @@ public class InviteServiceTest extends BaseWebScriptTest
|
||||
{
|
||||
public Object doWork() throws Exception
|
||||
{
|
||||
// // redeploy invite process definition in case it has been modified
|
||||
// WorkflowDefinition inviteWfDefinition = workflowService.getDefinitionByName(
|
||||
// "jbpm$" + WorkflowModelNominatedInvitation.WF_PROCESS_INVITE.toPrefixString(namespaceService));
|
||||
// workflowService.undeployDefinition(inviteWfDefinition.id);
|
||||
// ClassPathResource inviteWfResource = new ClassPathResource(
|
||||
// "alfresco/workflow/invitation-nominated_processdefinition.xml");
|
||||
// workflowService.deployDefinition(
|
||||
// JBPMEngine.ENGINE_ID, inviteWfResource.getInputStream(), MimetypeMap.MIMETYPE_XML);
|
||||
|
||||
// Create new invitee email address list
|
||||
inviteeEmailAddrs = new ArrayList<String>();
|
||||
|
||||
|
Reference in New Issue
Block a user