Package org.activiti.upgrade

Examples of org.activiti.upgrade.ProxyDriver


      // install the jdbc proxy driver
      log.fine("installing jdbc proxy driver delegating to "+processEngineConfiguration.getJdbcUrl());
      ProxyDriver.setUrl(processEngineConfiguration.getJdbcUrl());
      processEngineConfiguration.setJdbcUrl("proxy");
      DriverManager.registerDriver(new ProxyDriver());

      log.fine("building the process engine...");
      ProcessEngine processEngine = processEngineConfiguration.buildProcessEngine();

     
View Full Code Here

TOP

Related Classes of org.activiti.upgrade.ProxyDriver

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.