tkobayas commented on issue #6407: URL: https://github.com/apache/incubator-kie-drools/issues/6407#issuecomment-3265378220
KieBase and KiePackage don’t support serialization. https://kie.apache.org/docs/10.1.x/drools/drools/KIE/index.html#_thekmodulexmlfile ``` WARNING KieBase and KiePackage don’t support serialization since Drools 6. You need to build KieBase through KieContainer. On the other hand, KieSession can be marshalled/unmarshalled by KieMashaller. See Marshalling. ``` -- 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]
