Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
-
None
Description
The workflow module(s) comes with "bootstrap-files" referencing classes which apparently do not exist anymore.
In consequence - when the webapp starts up - we see ClassNotFoundExceptions during startup.
[See log on gist|http://example.com].
ClassNotFoundException: info.magnolia.module.workflow.jbpm.humantask.view.PublicationTaskPresenter
This one is referenced in a couple of resources:
- info.magnolia.module.workflow.setup.WorkflowBaseModuleVersionHandler
- info.magnolia.module.workflow.setup.WorkflowBaseModuleVersionHandlerTest
- workflow/magnolia-module-workflow/src/test/resources/mgnl-bootstrap/workflow-pages/config.modules.pages-app.messageViews.xml
- workflow/magnolia-module-workflow-pages/src/main/resources/info/magnolia/module/workflow-pages/setup/workflow-pages/config.modules.pages-app.messageViews.xml
References in MVH are legit.
CLassNotFoundEx likely coming from the xml-resources
ClassNotFoundException: info.magnolia.module.workflow.action.WorkItemLocalizedDiffActionDefinition
References:
- info.magnolia.module.workflow.setup.WorkflowBaseModuleVersionHandler
- info.magnolia.module.workflow.setup.WorkflowBaseModuleVersionHandlerTest
- info.magnolia.module.workflow.jbpm.setup.JbpmWorkflowModuleVersionHandler
- info.magnolia.module.workflow.jbpm.setup.JbpmWorkflowModuleVersionHandlerTest
- workflow/magnolia-module-workflow/src/test/resources/mgnl-bootstrap/workflow-pages/config.modules.pages-app.messageViews.xml
- workflow/magnolia-module-workflow-pages/src/main/resources/info/magnolia/module/workflow-pages/setup/workflow-pages/config.modules.pages-app.messageViews.xml
References in MVH are legit.
CLassNotFoundEx likely coming from the xml-resources
Checklists
Attachments
Issue Links
- is related to
-
MGNLEE-838 dx-core-test-webapps should not throw ClassNotFoundEx (master)
-
- Closed
-