27282930313233
* @author christian.lipphardt@camunda.com */ public class BpmPlatformSubsystemTest extends AbstractSubsystemBaseTest { public BpmPlatformSubsystemTest() { super(ModelConstants.SUBSYSTEM_NAME, new BpmPlatformExtension()); }
76777879808182
.append("camunda-bpm-platform") .append("process-engine") .append("ProcessEngineService!org.camunda.bpm.ProcessEngineService"); public JBossSubsystemXMLTest() { super(ModelConstants.SUBSYSTEM_NAME, new BpmPlatformExtension()); }