SoniyaAbraham89 opened a new issue, #2056: URL: https://github.com/apache/incubator-kie-issues/issues/2056
Process example in native mod fails with run time error `java.lang.ClassNotFoundException: org.jbpm.workflow.instance.impl.CodegenNodeInstanceFactoryRegistry` Issue comes from https://github.com/apache/incubator-kie-kogito-runtimes/blob/cc88f1d92db0ebbfe3bb9e6f23789225a015ba6c/jbpm/jbpm-flow/src/main/java/org/jbpm/workflow/instance/impl/NodeInstanceFactoryRegistry.java#L49 Since `CodegenNodeInstanceFactoryRegistry` is used reflectively by `NodeInstanceFactoryRegistry`, we need to either register it for reflection so it works properly in native mode, or create its instance during build time to avoid using reflection altogether. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
