Package org.camunda.bpm.container.impl.jboss.extension

Examples of org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension


* @author christian.lipphardt@camunda.com
*/
public class BpmPlatformSubsystemTest extends AbstractSubsystemBaseTest {

  public BpmPlatformSubsystemTest() {
    super(ModelConstants.SUBSYSTEM_NAME, new BpmPlatformExtension());
  }
View Full Code Here


    .append("camunda-bpm-platform")
    .append("process-engine")
    .append("ProcessEngineService!org.camunda.bpm.ProcessEngineService");

  public JBossSubsystemXMLTest() {
    super(ModelConstants.SUBSYSTEM_NAME, new BpmPlatformExtension());
  }
View Full Code Here

TOP

Related Classes of org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.