|
Re: NoClassDefFoundError DefaultBpmn2RuntimeExtension$RootElementParser - after update to 1.2.3 [message #1722974 is a reply to message #1722901] |
Wed, 10 February 2016 15:46   |
|
Hi Ralph,
I had to refactor DefaultBpmn2RuntimeExtension because this class was incorrectly being used by one of the example plugins (datatypes). This caused the wrong TargetRuntime to be selected during validation; i.e. the Target Runtime for the datatypes example plugin was selected for validation of jBPM processes - this was a bad thing 
In order to prevent problems like this in the future, I refactored most of the DefaultBpmn2RuntimeExtension code into the class AbstractBpmn2RuntimeExtension. This new class now also contains the RootElementParser inner class.
The short story is that all you should have to do is recompile your extension plugin and it will pick up the RootElementParser. I have prepared a pull request with this change (https://github.com/imixs/imixs-bpmn/pull/46) Let me know if you have any questions.
Cheers,
Bob
|
|
|
|
Powered by
FUDForum. Page generated in 0.02284 seconds