camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.5k stars 481 forks source link

Class not found exception while loading SpringConfigurationHelper #2522

Closed XR443 closed 3 years ago

XR443 commented 3 years ago

Describe the Bug

When I want create engines, engine init method cannot load class org.camunda.bpm.engine.test.spring.SpringConfigurationHelper and throw exception.

I think if rename "org.camunda.bpm.engine.test.spring.SpringConfigurationHelper " to "org.camunda.bpm.engine.spring.SpringConfigurationHelper" in ProcessEngines:136 it resolve that issue

Screen Shot 2021-10-25 at 12 32 27 PM Screen Shot 2021-10-25 at 12 35 20 PM

Steps to Reproduce

  1. Create file activiti-context.xml
  2. Call ProcessEngines.getDefaultProcessEngine()
  3. Start Main
  4. Now it happens
XR443 commented 3 years ago

Sorry, wrong repository