Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difficulties creating a native image with a configurable data source #22

Open
Hayvon opened this issue Mar 3, 2020 · 0 comments
Open
Labels
native-image The issue concerns the native image

Comments

@Hayvon
Copy link
Contributor

Hayvon commented Mar 3, 2020

Configurable data source causes problems with native image.

Message: At least one @Introduction method interceptor required, but missing. Check if your @Introduction stereotype annotation is marked with @retention(RUNTIME) and @type(..) with the interceptor type. Otherwise do not load @Introduction beans if their interceptor definitions are missing!
Path Taken: MicronautProcessEngineConfiguration.setDatasourceConfiguration([DatasourceConfiguration datasourceConfiguration])

@Hayvon Hayvon added bug Something isn't working native-image The issue concerns the native image labels Mar 3, 2020
Hayvon referenced this issue in Hayvon/micronaut-camunda-bpm Apr 1, 2020
Changed Configuration and DatasourceConfiguration from interface to class: Works now with native image (Issue #22 fixed)
Hayvon referenced this issue in Hayvon/micronaut-camunda-bpm Apr 3, 2020
Changed Configuration and DatasourceConfiguration from interface to class: Works now with native image (Issue #22 fixed)
@tobiasschaefer tobiasschaefer removed the bug Something isn't working label Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native-image The issue concerns the native image
Projects
None yet
Development

No branches or pull requests

2 participants