bouzasvas opened a new issue, #2112: URL: https://github.com/apache/incubator-kie-issues/issues/2112
Hello all, We are trying to build a business service project with DMN resources and a custom DMN Profile using the below property in application.properties file: org.kie.dmn.profiles.CustomDMNProfile=org.kie.kogito.dmn.consumer.example.customprofiles.CustomDMNProfile While the above configuration works like a charm in dev (mvn quarkus:dev) and production (mvn package) builds we face issues in native executables. More specifically: 1. Build project using quarkus.native.enabled=true property 2. Build completes successfully 3. Run executable **4. While POSTing request in DMN Resource, profile functions cannot be found.** We have tried to specifically register profile for native compilation using this [guide](https://quarkus.io/guides/writing-native-applications-tips#register-reflection) without success. Any suggestions / recommendations on the above? Are native executables really supported in Kogito? Best Regards. -- 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]
